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   
 

Uses of CControlAccess in bibliothek.gui.dock.common
 

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

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.
 void AbstractCDockable.setControl(CControlAccess control)
          Sets the CControl which is responsible for this dockable.
 void AbstractCStation.setControl(CControlAccess access)
           
 void CDockable.setControl(CControlAccess control)
          Sets the CControl which is responsible for this dockable.
protected abstract  void AbstractCStation.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.
CStateManager(CControlAccess control)
          Creates a new manager
ExtendedModeAcceptance(CControlAccess control)
          Creates a new acceptance.
WorkingAreaAcceptance(CControlAccess control)
          Creates a new acceptance
 

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.