| 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 |
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 | |
| 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
CDockables. |
| bibliothek.gui.dock.common.perspective.mode |
This module of the perspective API allows clients to access and modify
CDockables 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 |
DefaultMultipleCDockable.setControlAccess(CControlAccess control) |
void |
CMinimizeArea.setControlAccess(CControlAccess access) |
void |
CStation.setControlAccess(CControlAccess access)
|
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 |
CDockable.getControlAccess()
Gets the control which is responsible for this dockable.
|
CControlAccess |
AbstractCDockable.getControlAccess() |
| 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 |
AbstractCStation.setControlAccess(CControlAccess access) |
void |
CDockable.setControlAccess(CControlAccess control)
Sets the
CControl which is responsible for this CDockable. |
void |
AbstractCDockable.setControlAccess(CControlAccess control) |
void |
AbstractDockableCStation.setControlAccess(CControlAccess access) |
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(String id,
MultipleCDockableFactory<?,?> delegate,
CControlAccess access)
Creates a new factory.
|
CommonMultipleDockableFactory(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
|
Copyright © 2018. All rights reserved.