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

Subclasses of AbstractDockable in bibliothek.gui.dock.security
 class SecureFlapDockStation
          A FlapDockStation that uses SecureFlapWindow instead of FlapWindow.
 class SecureStackDockStation
          A StackDockStation which can operate in a restricted environment.
 

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.