Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Workaround[] |
Workarounds.getWorkarounds()
Gets all the
Workaround s that are currently active. |
Modifier and Type | Method and Description |
---|---|
void |
Workarounds.addWorkaround(Workaround workaround)
Adds a new workaround to this
Workarounds . |
void |
Workarounds.removeWorkaround(Workaround workaround)
Removes a workaround from this
Workarounds . |
Modifier and Type | Class and Description |
---|---|
class |
Java6Workaround
Workarounds necessary for Java 1.6.
|
class |
Java7Workaround
Workarounds necessary for Java 1.7.
|
class |
Java9Workaround
Workarounds necessary for Java 9
|