|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModeSettings | |
|---|---|
| bibliothek.gui.dock.common.intern | Classes and interfaces used internally. |
| bibliothek.gui.dock.common.mode | A subclass of LocationModeManager that handles CLocations,
ExtendedModes and is aware of CControl. |
| 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. |
| Uses of ModeSettings in bibliothek.gui.dock.common.intern |
|---|
| Methods in bibliothek.gui.dock.common.intern that return ModeSettings | |
|---|---|
ModeSettings<Location,Location> |
CSetting.getModes()
Gets the set of modes. |
| Methods in bibliothek.gui.dock.common.intern with parameters of type ModeSettings | |
|---|---|
void |
CSetting.setModes(ModeSettings<Location,Location> modes)
Sets the set of modes. |
| Uses of ModeSettings in bibliothek.gui.dock.common.mode |
|---|
| Methods in bibliothek.gui.dock.common.mode that return ModeSettings | ||
|---|---|---|
|
CLocationModeManager.createModeSettings(ModeSettingsConverter<Location,B> converter)
|
|
| Methods in bibliothek.gui.dock.common.mode with parameters of type ModeSettings | |
|---|---|
void |
CLocationModeManager.readSettings(ModeSettings<Location,?> settings)
|
Runnable |
CLocationModeManager.readSettings(ModeSettings<Location,?> settings,
UndoableModeSettings pending)
|
| Uses of ModeSettings in bibliothek.gui.dock.common.perspective.mode |
|---|
| Methods in bibliothek.gui.dock.common.perspective.mode that return ModeSettings | |
|---|---|
ModeSettings<Location,Location> |
LocationModeManagerPerspective.writeModes(CControlAccess control)
Writes the contents of this LocationModeManagerPerspective into a new ModeSettings. |
| Methods in bibliothek.gui.dock.common.perspective.mode with parameters of type ModeSettings | |
|---|---|
void |
LocationModeManagerPerspective.readModes(ModeSettings<Location,?> modes,
CPerspective cperspective,
CControlAccess control)
Reads the contents of modes and applies it to the dockables of cperspective. |
| Uses of ModeSettings in bibliothek.gui.dock.facile.mode |
|---|
| Subclasses of ModeSettings in bibliothek.gui.dock.facile.mode | |
|---|---|
class |
CLocationModeSettings<B>
This ModeSettings provides operations to load settings that were
stored with version 1.0.7, no additional settings were added. |
| Uses of ModeSettings in bibliothek.gui.dock.support.mode |
|---|
| Methods in bibliothek.gui.dock.support.mode that return ModeSettings | ||
|---|---|---|
|
ModeManager.createModeSettings(ModeSettingsConverter<H,B> converter)
Creates the empty set of settings for this ModeManager. |
|
|
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. |
|
| Methods in bibliothek.gui.dock.support.mode with parameters of type ModeSettings | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||