|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Version | |
|---|---|
| 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. |
| bibliothek.util | Some classes which are used in DockingFrames, but do not have any importance. |
| Uses of Version in bibliothek.gui.dock.facile.mode |
|---|
| Methods in bibliothek.gui.dock.facile.mode with parameters of type Version | |
|---|---|
protected void |
CLocationModeSettings.rescueSettings(java.io.DataInputStream in,
Version version)
|
| Uses of Version in bibliothek.gui.dock.support.mode |
|---|
| Methods in bibliothek.gui.dock.support.mode with parameters of type Version | |
|---|---|
protected void |
ModeSettings.rescueSettings(java.io.DataInputStream in,
Version version)
Called if some setting with version < 1.0.8 is found. |
| Uses of Version in bibliothek.util |
|---|
| Fields in bibliothek.util declared as Version | |
|---|---|
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) |
| Methods in bibliothek.util that return Version | |
|---|---|
static Version |
Version.read(java.io.DataInputStream in)
Reads a version that was stored earlier. |
| Methods in bibliothek.util with parameters of type Version | |
|---|---|
int |
Version.compareTo(Version o)
|
static void |
Version.write(java.io.DataOutputStream out,
Version version)
Writes the contents of a version. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||