Package bibliothek.util

Some classes which are used in DockingFrames, but do not have any importance.

See:
          Description

Interface Summary
Condition A condition is a boolean value that depends on some properties.
Filter<T> A filter is used to split up a set of items to a set of included and a set of excluded items.
PathCombiner Generic algorithm to combine two Paths into one Path.
 

Class Summary
Colors Some fields and methods that make life easier when dealing with Colors.
JavaVersionWorkaround Utility class providing help for bugs or specialities present in some versions of the JRE.
Path A path is a description of the position of some resource.
Version A version represents a version of this library.
 

Enum Summary
Todo.Compatibility Tells whether an Todo is backwards compatible
Todo.Priority Tells how important an Todo is
Todo.Version Tells when an Todo is scheduled to be implemented
 

Annotation Types Summary
ClientOnly This attribute marks classes, interfaces or other elements that are specially useful for clients.
FrameworkOnly This annotation marks classes, interfaces and other elements that should not be used by clients.
Todo Used to mark elements that need to be modified in a future release.
 

Package bibliothek.util Description

Some classes which are used in DockingFrames, but do not have any importance.