Uses of Class
bibliothek.gui.dock.common.intern.AbstractCDockable

Packages that use AbstractCDockable
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.behavior   
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
 

Uses of AbstractCDockable in bibliothek.gui.dock.common
 

Subclasses of AbstractCDockable in bibliothek.gui.dock.common
 class CGridArea
          In a CGridArea normalized CDockable can be shown.
 class CWorkingArea
          A working area is an element which is always visible and contains some CDockables which can't be dragged out of it.
 class DefaultMultipleCDockable
          A MultipleCDockable that contains a content-pane where the client might add or remove as many Components as it wishes.
 class DefaultSingleCDockable
          A DefaultSingleCDockable is an element which has a content-pane where clients can add or remove as many Components as they whish.
 

Uses of AbstractCDockable in bibliothek.gui.dock.common.behavior
 

Subclasses of AbstractCDockable in bibliothek.gui.dock.common.behavior
 class ExternalizingCGridArea
          This CStation is intended to be set between a ScreenDockStation and a Dockable.
 

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

Subclasses of AbstractCDockable in bibliothek.gui.dock.common.intern
 class AbstractDockableCStation<S extends CommonDockStation<?,?>>
          An abstract implementation of CStation that can be docked like a CDockable.
 class DefaultCDockable
          An CDockable that uses a DefaultCommonDockable to show its content.
Subclasses may override DefaultCDockable.createCommonDockable() to provide a custom subclass of DefaultCommonDockable, note that DefaultCDockable.createCommonDockable() is called as soon as the internal representation is required, e.g.