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

Packages that use CControlRegister
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 CControlRegister in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return CControlRegister
 CControlRegister CControl.getRegister()
          Gets the set of dockables, stations and other elemnts that are used by this control.
 

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

Subinterfaces of CControlRegister in bibliothek.gui.dock.common.intern
 interface MutableCControlRegister
          A CControlRegister whose contents can be changed.
 

Classes in bibliothek.gui.dock.common.intern that implement CControlRegister
 class DefaultCControlRegister
          Standard implementation of CControlRegister.