Uses of Interface
bibliothek.gui.dock.common.SingleCDockable

Packages that use SingleCDockable
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
 

Uses of SingleCDockable in bibliothek.gui.dock.common
 

Classes in bibliothek.gui.dock.common that implement SingleCDockable
 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 DefaultSingleCDockable
          A DefaultSingleCDockable is an element which has a content-pane where clients can add or remove as many Components as they whish.
 

Methods in bibliothek.gui.dock.common with type parameters of type SingleCDockable
<F extends SingleCDockable>
F
CWorkingArea.add(F dockable)
          Ensures that this is the parent of dockable and adds dockable to the CControl which is associated with this CWorkingArea.
<S extends SingleCDockable>
S
CControl.add(S dockable)
          Adds a dockable to this control.
 

Methods in bibliothek.gui.dock.common that return SingleCDockable
 SingleCDockable SingleCDockableBackupFactory.createBackup(String id)
          Creates a backup of a SingleCDockable.
 

Methods in bibliothek.gui.dock.common with parameters of type SingleCDockable
 void CControl.remove(SingleCDockable dockable)
          Removes a dockable from this control.