Uses of Class
bibliothek.util.Version

Packages that use Version
bibliothek.util Some classes which are used in DockingFrames, but do not have any importance. 
 

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)
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)
 

Methods in bibliothek.util that return Version
static Version Version.read(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(DataOutputStream out, Version version)
          Writes the contents of a version.