Uses of Class
bibliothek.gui.dock.dockable.AbstractDockable

Packages that use AbstractDockable
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
 

Uses of AbstractDockable in bibliothek.gui.dock
 

Subclasses of AbstractDockable in bibliothek.gui.dock
 class DefaultDockable
          A Dockable which consists only of one Component called "content pane".
 class FlapDockStation
          This DockStation shows only a title for each of it's children.
If the user clicks on one of the titles, a window will popup.
 class StackDockStation
          On this station, only one of many children is visible.
 

Uses of AbstractDockable in bibliothek.gui.dock.common.intern
 

Subclasses of AbstractDockable in bibliothek.gui.dock.common.intern
 class DefaultCommonDockable
          A default implementation of CommonDockable, based on a DefaultDockable.
 

Uses of AbstractDockable in bibliothek.gui.dock.common.intern.station
 

Subclasses of AbstractDockable in bibliothek.gui.dock.common.intern.station
 class CFlapDockStation
          An implementation of FlapDockStation that also satisfies the CommonDockStation interface.
 

Uses of AbstractDockable in bibliothek.gui.dock.station
 

Subclasses of AbstractDockable in bibliothek.gui.dock.station
 class AbstractDockableStation
          An abstract combination between DockStation and Dockable.