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

Subclasses of AbstractCDockable in bibliothek.gui.dock.common.intern
 class AbstractDockableCStation<S extends DockStation>
          An abstract implementation of CStation that can be docked like a CDockable.
 class DefaultCDockable
          An CDockable that uses a DefaultCommonDockable to show its content.