Package | Description |
---|---|
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. |
bibliothek.util |
Some classes which are used in DockingFrames, but do not have any
importance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CLocationModeSettings.rescueSettings(DataInputStream in,
Version version) |
Modifier and Type | Method and Description |
---|---|
protected void |
ModeSettings.rescueSettings(DataInputStream in,
Version version)
Called if some setting with version < 1.0.8 is found.
|
Modifier and Type | Field and Description |
---|---|
static Version |
Version.CURRENT
The current version of this library.
|
static Version |
Version.VERSION_1_0_4
the version 1.0.4
|
static Version |
Version.VERSION_1_0_5
the version 1.0.5
|
static Version |
Version.VERSION_1_0_6
the version 1.0.6
|
static Version |
Version.VERSION_1_0_7
the version 1.0.7
|
static Version |
Version.VERSION_1_0_8
the version 1.0.8
|
static Version |
Version.VERSION_1_0_8a
the version 1.0.8 (since preview 4)
|
static Version |
Version.VERSION_1_1_0
the version 1.1.0
|
static Version |
Version.VERSION_1_1_0a
the version 1.1.0 (since preview 5)
|
static Version |
Version.VERSION_1_1_1
the version 1.1.1
|
static Version |
Version.VERSION_1_1_1a
the version 1.1.1 (since preview 5c)
|
static Version |
Version.VERSION_1_1_2
version 1.1.2
|
Modifier and Type | Method and Description |
---|---|
static Version |
Version.read(DataInputStream in)
Reads a version that was stored earlier.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version o) |
static void |
Version.write(DataOutputStream out,
Version version)
Writes the contents of a version.
|