Package | Description |
---|---|
bibliothek.gui.dock.common |
A set of classes that can be used to create basic applications.
|
bibliothek.gui.dock.common.behavior | |
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.common.intern.action |
CAction s 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 | |
bibliothek.gui.dock.common.perspective |
The perspective API offers clients the possibility to define or modify the layout
of an application without actually creating any
CDockable s. |
bibliothek.gui.dock.common.perspective.mode |
This module of the perspective API allows clients to access and modify
CDockable s that are in different modes like "maximized" or "minimized". |
Modifier and Type | Method and Description |
---|---|
protected void |
CExternalizeArea.install(CControlAccess access) |
protected void |
CGridArea.install(CControlAccess access) |
void |
CMinimizeArea.setControlAccess(CControlAccess access) |
void |
CStation.setControlAccess(CControlAccess access)
|
void |
DefaultMultipleCDockable.setControlAccess(CControlAccess control) |
protected void |
CExternalizeArea.uninstall(CControlAccess access) |
protected void |
CGridArea.uninstall(CControlAccess access) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExternalizingCGridArea.install(CControlAccess access) |
protected void |
ExternalizingCGridArea.uninstall(CControlAccess access) |
Modifier and Type | Method and Description |
---|---|
protected CControlAccess |
AbstractCDockable.control()
Gets access to the controller.
|
protected CControlAccess |
AbstractCStation.getControl()
Gets the currently used
CControlAccess . |
CControlAccess |
AbstractCDockable.getControlAccess() |
CControlAccess |
CDockable.getControlAccess()
Gets the control which is responsible for this dockable.
|
Modifier and Type | Method and Description |
---|---|
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.setControlAccess(CControlAccess control) |
void |
AbstractCStation.setControlAccess(CControlAccess access) |
void |
AbstractDockableCStation.setControlAccess(CControlAccess access) |
void |
CDockable.setControlAccess(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 . |
Constructor and Description |
---|
CDockFrontend(CControlAccess control,
DockController controller)
Creates a new frontend.
|
CommonMultipleDockableFactory(java.lang.String id,
MultipleCDockableFactory<?,?> delegate,
CControlAccess access)
Creates a new factory.
|
CommonMultipleDockableFactory(java.lang.String id,
MultipleCDockableFactory<?,?> delegate,
CControlAccess access,
CPerspective perspective)
Creates a new factory.
|
Modifier and Type | Method and Description |
---|---|
void |
CloseActionSource.setControl(CControlAccess control)
Grants access to the
CControl and allows to create the default
action. |
Constructor and Description |
---|
ExtendedModeAcceptance(CControlAccess control)
Creates a new acceptance.
|
WorkingAreaAcceptance(CControlAccess control)
Creates a new acceptance
|
Constructor and Description |
---|
CLocationModeManager(CControlAccess control)
Creates a new manager.
|
Constructor and Description |
---|
CControlPerspective(CControlAccess control)
Creates a new wrapper
|
CPerspective(CControlAccess control)
Creates a new perspective
|
Modifier and Type | Method and Description |
---|---|
void |
LocationModeManagerPerspective.readModes(ModeSettings<Location,?> modes,
CPerspective cperspective,
CControlAccess control)
Reads the contents of
modes and applies it to the dockables of cperspective . |
ModeSettings<Location,Location> |
LocationModeManagerPerspective.writeModes(CControlAccess control)
Writes the contents of this
LocationModeManagerPerspective into a new ModeSettings . |
Constructor and Description |
---|
LocationModeManagerPerspective(CPerspective perspective,
CControlAccess control)
Creates a new manager
|