Uses of Class
bibliothek.gui.dock.control.DockRegister

Packages that use DockRegister
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
 

Uses of DockRegister in bibliothek.gui
 

Methods in bibliothek.gui that return DockRegister
 DockRegister DockController.getRegister()
          Gets the set of Dockables and DockStations known to this controller.
 

Uses of DockRegister in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return DockRegister
 DockRegister DefaultDockControllerFactory.createRegister(DockController controller, ControllerSetupCollection setup)
           
 DockRegister DockControllerFactory.createRegister(DockController controller, ControllerSetupCollection setup)
          Creates a new register for the controller.