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.security A package dealing with the issues of Applets and Wepstart-applications. 
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.
 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.security
 

Subclasses of AbstractDockable in bibliothek.gui.dock.security
 class SecureFlapDockStation
          Deprecated. this class is no longer necessary and will be removed in a future release. Instead of this class, FlapDockStation should be used.
 class SecureStackDockStation
          Deprecated. this class is no longer necessary and will be removed in a future release
 

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.