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
 

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.