Uses of Interface
bibliothek.util.workarounds.Workaround

Packages that use Workaround
bibliothek.util Some classes which are used in DockingFrames, but do not have any importance. 
bibliothek.util.workarounds Contains code that is executed depending on the version of the JRE. 
 

Uses of Workaround in bibliothek.util
 

Methods in bibliothek.util that return Workaround
 Workaround[] Workarounds.getWorkarounds()
          Gets all the Workarounds that are currently active.
 

Methods in bibliothek.util with parameters of type Workaround
 void Workarounds.addWorkaround(Workaround workaround)
          Adds a new workaround to this Workarounds.
 void Workarounds.removeWorkaround(Workaround workaround)
          Removes a workaround from this Workarounds.
 

Uses of Workaround in bibliothek.util.workarounds
 

Classes in bibliothek.util.workarounds that implement Workaround
 class Java6Workaround
          Workarounds necessary for Java 1.6.
 class Java7Workaround
          Workarounds necessary for Java 1.7.