Package | Description |
---|---|
bibliothek.gui.dock.common.mode | |
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 |
---|---|
<B> ModeSettings<Location,B> |
CLocationModeManager.createModeSettings(ModeSettingsConverter<Location,B> converter) |
Modifier and Type | Class and Description |
---|---|
class |
LocationSettingConverter
A
ModeSettingsConverter for the LocationModeManager . |
Modifier and Type | Method and Description |
---|---|
<B> void |
MaximizedModeSetting.read(java.io.DataInputStream in,
ModeSettingsConverter<Location,B> converter) |
<B> void |
MaximizedModeSetting.read(XElement element,
ModeSettingsConverter<Location,B> converter) |
<B> void |
MaximizedModeSetting.write(java.io.DataOutputStream out,
ModeSettingsConverter<Location,B> converter) |
<B> void |
MaximizedModeSetting.write(XElement element,
ModeSettingsConverter<Location,B> converter) |
Constructor and Description |
---|
CLocationModeSettings(ModeSettingsConverter<Location,B> converter)
Creates a new setting.
|
Modifier and Type | Method and Description |
---|---|
ModeSettingsConverter<A,B> |
ModeSettings.getConverter()
Gets the converter that is used to transform internal and external
properties.
|
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. |
<B> void |
ModeSetting.read(java.io.DataInputStream in,
ModeSettingsConverter<A,B> converter)
Reads the contents of this setting from
in . |
<B> void |
ModeSetting.read(XElement element,
ModeSettingsConverter<A,B> converter)
Reads the contents of this setting from
element . |
<B> void |
ModeSetting.write(java.io.DataOutputStream out,
ModeSettingsConverter<A,B> converter)
Writes the contents of this setting into
out . |
<B> void |
ModeSetting.write(XElement element,
ModeSettingsConverter<A,B> converter)
Writes the contents of this setting into
element . |
Constructor and Description |
---|
ModeSettings(ModeSettingsConverter<A,B> converter)
Creates a new setting
|