Uses of Class
bibliothek.gui.dock.common.intern.CDockFrontend

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

Methods in bibliothek.gui.dock.common that return CDockFrontend
 CDockFrontend CControl.intern()
          Gets the representation of the layer beneath the common-layer.
 

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

Methods in bibliothek.gui.dock.common.intern that return CDockFrontend
 CDockFrontend CControlFactory.createFrontend(CControlAccess owner, DockController controller)
          Creates a new DockFrontend that will be used by owner.
 CDockFrontend EfficientControlFactory.createFrontend(CControlAccess owner, DockController controller)
           
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CDockFrontend
 void CDockFrontendListener.loaded(CDockFrontend frontend, CSetting setting)
          Informs that frontend did load setting.
 void CDockFrontendListener.loading(CDockFrontend frontend, CSetting setting)
          Informs that frontend is about to load setting.