Uses of Interface
bibliothek.gui.dock.common.intern.CControlAccess
Packages that use CControlAccess
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
CActions and supporting classes that are not intended for clients
to be used directly.Base-classes intended for inheritance and small strategy-classes modifying the way
Core works.The perspective API offers clients the possibility to define or modify the layout
of an application without actually creating any
CDockables.This module of the perspective API allows clients to access and modify
CDockables that are in different modes like "maximized" or "minimized".-
Uses of CControlAccess in bibliothek.gui.dock.common
Methods in bibliothek.gui.dock.common with parameters of type CControlAccessModifier and TypeMethodDescriptionprotected voidCExternalizeArea.install(CControlAccess access) protected voidCGridArea.install(CControlAccess access) voidCMinimizeArea.setControlAccess(CControlAccess access) voidCStation.setControlAccess(CControlAccess access) voidDefaultMultipleCDockable.setControlAccess(CControlAccess control) protected voidCExternalizeArea.uninstall(CControlAccess access) protected voidCGridArea.uninstall(CControlAccess access) -
Uses of CControlAccess in bibliothek.gui.dock.common.behavior
Methods in bibliothek.gui.dock.common.behavior with parameters of type CControlAccessModifier and TypeMethodDescriptionprotected voidExternalizingCGridArea.install(CControlAccess access) protected voidExternalizingCGridArea.uninstall(CControlAccess access) -
Uses of CControlAccess in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return CControlAccessModifier and TypeMethodDescriptionprotected CControlAccessAbstractCDockable.control()Gets access to the controller.protected CControlAccessAbstractCStation.getControl()Gets the currently usedCControlAccess.AbstractCDockable.getControlAccess()CDockable.getControlAccess()Gets the control which is responsible for this dockable.Methods in bibliothek.gui.dock.common.intern with parameters of type CControlAccessModifier and TypeMethodDescriptionCControlFactory.createFrontend(CControlAccess owner, DockController controller) Creates a newDockFrontendthat will be used byowner.EfficientControlFactory.createFrontend(CControlAccess owner, DockController controller) protected abstract voidAbstractCStation.install(CControlAccess access) Called when this station is added to aCControl.protected abstract voidAbstractDockableCStation.install(CControlAccess access) Called when this station is added to aCControl.voidAbstractCDockable.setControlAccess(CControlAccess control) voidAbstractCStation.setControlAccess(CControlAccess access) voidAbstractDockableCStation.setControlAccess(CControlAccess access) voidCDockable.setControlAccess(CControlAccess control) Sets theCControlwhich is responsible for thisCDockable.protected abstract voidAbstractCStation.uninstall(CControlAccess access) Called when this station is removed from aCControl.protected abstract voidAbstractDockableCStation.uninstall(CControlAccess access) Called when this station is removed from aCControl.Constructors in bibliothek.gui.dock.common.intern with parameters of type CControlAccessModifierConstructorDescriptionCDockFrontend(CControlAccess control, DockController controller) Creates a new frontend.CommonMultipleDockableFactory(String id, MultipleCDockableFactory<?, ?> delegate, CControlAccess access) Creates a new factory.CommonMultipleDockableFactory(String id, MultipleCDockableFactory<?, ?> delegate, CControlAccess access, CPerspective perspective) 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 CControlAccessModifier and TypeMethodDescriptionvoidCloseActionSource.setControl(CControlAccess control) Grants access to theCControland 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 CControlAccessModifierConstructorDescriptionExtendedModeAcceptance(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 CControlAccessModifierConstructorDescriptionCLocationModeManager(CControlAccess control) Creates a new manager. -
Uses of CControlAccess in bibliothek.gui.dock.common.perspective
Constructors in bibliothek.gui.dock.common.perspective with parameters of type CControlAccessModifierConstructorDescriptionCControlPerspective(CControlAccess control) Creates a new wrapperCPerspective(CControlAccess control) Creates a new perspective -
Uses of CControlAccess in bibliothek.gui.dock.common.perspective.mode
Methods in bibliothek.gui.dock.common.perspective.mode with parameters of type CControlAccessModifier and TypeMethodDescriptionvoidLocationModeManagerPerspective.readModes(ModeSettings<Location, ?> modes, CPerspective cperspective, CControlAccess control) Reads the contents ofmodesand applies it to the dockables ofcperspective.LocationModeManagerPerspective.writeModes(CControlAccess control) Writes the contents of thisLocationModeManagerPerspectiveinto a newModeSettings.Constructors in bibliothek.gui.dock.common.perspective.mode with parameters of type CControlAccessModifierConstructorDescriptionLocationModeManagerPerspective(CPerspective perspective, CControlAccess control) Creates a new manager