Uses of Interface
bibliothek.gui.dock.common.intern.CControlAccess

Packages that use CControlAccess
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. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
bibliothek.gui.dock.common.intern.ui Base-classes intended for inheritance and small strategy-classes modifying the way Core works. 
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
 

Uses of CControlAccess in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type CControlAccess
protected  void CGridArea.install(CControlAccess access)
           
 void CMinimizeArea.setControl(CControlAccess access)
           
 void CStation.setControl(CControlAccess access)
          Called by CControl when this CStation is added or removed.
 void DefaultMultipleCDockable.setControl(CControlAccess control)
           
protected  void CGridArea.uninstall(CControlAccess access)
           
 

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

Methods in bibliothek.gui.dock.common.intern that return CControlAccess
protected  CControlAccess AbstractCDockable.control()
          Gets access to the controller.
 CControlAccess AbstractCDockable.getControl()
          Gets the control which is responsible for this dockable.
protected  CControlAccess AbstractCStation.getControl()
          Gets the currently used CControlAccess.
 CControlAccess CDockable.getControl()
          Gets the control which is responsible for this dockable.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CControlAccess
 CDockFrontend CControlFactory.createFrontend(CControlAccess owner, DockController controller)
          Creates a new DockFrontend that will be used by owner.
 CDockFrontend EfficientControlFactory.createFrontend(CControlAccess owner, DockController controller)
           
protected abstract  void AbstractCStation.install(CControlAccess access)
          Called when this station is added to a CControl.
protected abstract  void AbstractDockableCStation.install(CControlAccess access)
          Called when this station is added to a CControl.
 void AbstractCDockable.setControl(CControlAccess control)
          Sets the CControl which is responsible for this dockable.
 void AbstractCStation.setControl(CControlAccess access)
           
 void AbstractDockableCStation.setControl(CControlAccess access)
           
 void CDockable.setControl(CControlAccess control)
          Sets the CControl which is responsible for this CDockable.
protected abstract  void AbstractCStation.uninstall(CControlAccess access)
          Called when this station is removed from a CControl.
protected abstract  void AbstractDockableCStation.uninstall(CControlAccess access)
          Called when this station is removed from a CControl.
 

Constructors in bibliothek.gui.dock.common.intern with parameters of type CControlAccess
CDockFrontend(CControlAccess control, DockController controller)
          Creates a new frontend.
CommonMultipleDockableFactory(String id, MultipleCDockableFactory<?,?> delegate, CControlAccess access)
          Creates a new factory.
 

Uses of CControlAccess in bibliothek.gui.dock.common.intern.action
 

Methods in bibliothek.gui.dock.common.intern.action with parameters of type CControlAccess
 void CloseActionSource.setControl(CControlAccess control)
          Grants access to the CControl and allows to create the default action.
 

Uses of CControlAccess in bibliothek.gui.dock.common.intern.ui
 

Constructors in bibliothek.gui.dock.common.intern.ui with parameters of type CControlAccess
ExtendedModeAcceptance(CControlAccess control)
          Creates a new acceptance.
WorkingAreaAcceptance(CControlAccess control)
          Creates a new acceptance
 

Uses of CControlAccess in bibliothek.gui.dock.common.mode
 

Constructors in bibliothek.gui.dock.common.mode with parameters of type CControlAccess
CLocationModeManager(CControlAccess control)
          Creates a new manager.