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.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.station
 

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