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. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
 

Uses of SingleCDockable in bibliothek.gui.dock.common
 

Classes in bibliothek.gui.dock.common that implement SingleCDockable
 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 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.
 SingleCDockable CControl.getSingleDockable(String id)
          Searches for the SingleCDockable which has the unique identifier id.
 

Methods in bibliothek.gui.dock.common that return types with arguments of type SingleCDockable
 List<SingleCDockable> CControlRegister.getSingleDockables()
          Gets an unmodifiable list of all SingleCDockables which are known to this register.
 

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

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

Methods in bibliothek.gui.dock.common.intern that return SingleCDockable
 SingleCDockable DefaultCControlRegister.getSingleDockable(String id)
           
 SingleCDockable MutableCControlRegister.getSingleDockable(String id)
          Searches the one SingleCDockable whose unique id equals id.
 

Methods in bibliothek.gui.dock.common.intern that return types with arguments of type SingleCDockable
 List<SingleCDockable> DefaultCControlRegister.getSingleDockables()
           
 

Methods in bibliothek.gui.dock.common.intern with parameters of type SingleCDockable
 void DefaultCControlRegister.addSingleDockable(SingleCDockable dockable)
           
 void MutableCControlRegister.addSingleDockable(SingleCDockable dockable)
          Adds dockable to this register.
 boolean DefaultCControlRegister.removeSingleDockable(SingleCDockable dockable)
           
 boolean MutableCControlRegister.removeSingleDockable(SingleCDockable dockable)
          Removes dockable from this register.