Package | Description |
---|---|
bibliothek.gui.dock.common.intern |
Classes and interfaces used internally.
|
bibliothek.gui.dock.common.mode | |
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". |
bibliothek.gui.dock.facile.mode |
Contains an implementation of
ModeManager that links a mode to the location
of a Dockable . |
bibliothek.gui.dock.support.mode |
Basic interfaces and classes for a framework that assigns modes to
Dockable s. |
Modifier and Type | Method and Description |
---|---|
ModeSettings<Location,Location> |
CSetting.getModes()
Gets the set of modes.
|
Modifier and Type | Method and Description |
---|---|
void |
CSetting.setModes(ModeSettings<Location,Location> modes)
Sets the set of modes.
|
Modifier and Type | Method and Description |
---|---|
<B> ModeSettings<Location,B> |
CLocationModeManager.createModeSettings(ModeSettingsConverter<Location,B> converter) |
Modifier and Type | Method and Description |
---|---|
void |
CLocationModeManager.readSettings(ModeSettings<Location,?> settings) |
Runnable |
CLocationModeManager.readSettings(ModeSettings<Location,?> settings,
UndoableModeSettings pending) |
Modifier and Type | Method and Description |
---|---|
ModeSettings<Location,Location> |
LocationModeManagerPerspective.writeModes(CControlAccess control)
Writes the contents of this
LocationModeManagerPerspective into a new ModeSettings . |
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 . |
Modifier and Type | Class and Description |
---|---|
class |
CLocationModeSettings<B>
This
ModeSettings provides operations to load settings that were
stored with version 1.0.7, no additional settings were added. |
Modifier and Type | Method and Description |
---|---|
<B> ModeSettings<H,B> |
ModeManager.createModeSettings(ModeSettingsConverter<H,B> converter)
Creates the empty set of settings for this
ModeManager . |
<B> ModeSettings<H,B> |
ModeManager.createSettings(ModeSettingsConverter<H,B> converter)
Creates a new
ModeSetting which is configured to transfer data from
this ModeManager to persistent storage or the other way. |
Modifier and Type | Method and Description |
---|---|
void |
ModeManager.readSettings(ModeSettings<H,?> settings)
Reads the contents of
settings and stores it. |
Runnable |
ModeManager.readSettings(ModeSettings<H,?> settings,
UndoableModeSettings pending)
Reads the contents of
settings , creates new entries if either
ModeManager.createEntryDuringRead(String) or if pending allows the setting
to be undone if not needed. |
void |
ModeManager.writeSettings(ModeSettings<H,?> setting)
Writes all the information stored in this
ModeManager to
setting . |