| Package | Description |
|---|---|
| bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
CDockFrontendListener.loaded(CDockFrontend frontend,
CSetting setting)
Informs that
frontend did load setting. |
void |
CDockFrontendListener.loading(CDockFrontend frontend,
CSetting setting)
Informs that
frontend is about to load setting. |
| Modifier and Type | Method and Description |
|---|---|
CSetting |
CControlPerspectiveBlop.getSetting()
Gets the raw data of the current layout.
|
CSetting |
CControlPerspectiveBlop.getSetting(String name)
Gets the raw data about the layout that is stored using
name as key. |
CSetting |
CControlPerspective.write(CPerspective perspective,
boolean includeWorkingAreas)
Converts
perspective into a CSetting. |
| Modifier and Type | Method and Description |
|---|---|
void |
CControlPerspectiveBlop.putSetting(String name,
CSetting setting)
Stores raw data of a layout with name
name. |
CPerspective |
CControlPerspective.read(CSetting setting,
boolean includeWorkingAreas)
Creates a new
CPerspective and fills it using the information from setting. |
void |
CControlPerspectiveBlop.setSetting(CSetting setting)
Sets the raw data of the layout that should be loaded.
|
Copyright © 2018. All rights reserved.