| Package | Description |
|---|---|
| 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". |
| 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
Dockables. |
| Modifier and Type | Method and Description |
|---|---|
void |
CMaximizedModePerspective.readSetting(ModeSetting<Location> setting) |
void |
LocationModePerspective.readSetting(ModeSetting<Location> setting)
Reads settings belonging to this mode from
setting. |
void |
AbstractModePerspective.readSetting(ModeSetting<Location> setting) |
void |
CMaximizedModePerspective.writeSetting(ModeSetting<Location> setting) |
void |
LocationModePerspective.writeSetting(ModeSetting<Location> setting)
Writes settings that belong to this mode to
setting. |
void |
AbstractModePerspective.writeSetting(ModeSetting<Location> setting) |
| Modifier and Type | Class and Description |
|---|---|
class |
MaximizedModeSetting
Settings associated with a
MaximizedMode. |
| Modifier and Type | Method and Description |
|---|---|
void |
NormalMode.readSetting(ModeSetting<Location> setting) |
void |
MinimizedMode.readSetting(ModeSetting<Location> setting) |
void |
MaximizedMode.readSetting(ModeSetting<Location> setting) |
void |
ExternalizedMode.readSetting(ModeSetting<Location> setting) |
void |
NormalMode.writeSetting(ModeSetting<Location> setting) |
void |
MinimizedMode.writeSetting(ModeSetting<Location> setting) |
void |
MaximizedMode.writeSetting(ModeSetting<Location> setting) |
void |
ExternalizedMode.writeSetting(ModeSetting<Location> setting) |
| Modifier and Type | Method and Description |
|---|---|
ModeSetting<A> |
ModeSettingFactory.create()
Creates a new, empty
ModeSetting. |
ModeSetting<A> |
NullModeSettingsFactory.create() |
ModeSetting<A> |
ModeSettings.getSettings(Path modeId)
Gets the settings which belong to a
Mode with unique
identifier modeId. |
| Modifier and Type | Method and Description |
|---|---|
void |
ModeSettings.add(ModeSetting<A> mode)
Adds the settings
mode to this. |
void |
Mode.readSetting(ModeSetting<H> setting)
Sets the properties of this mode.
|
void |
Mode.writeSetting(ModeSetting<H> setting)
Gets the current properties of this mode in an independent way.
|
Copyright © 2018. All rights reserved.