Uses of Package
bibliothek.util

Packages that use bibliothek.util
bibliothek.extension.gui.dock Extensions to the Core framework, including the BubbleTheme, EclipseTheme and the preference mechanism. 
bibliothek.extension.gui.dock.preference Generic collection of preferences used in this framework. 
bibliothek.extension.gui.dock.preference.editor A set of PreferenceEditors for types that are often used. 
bibliothek.extension.gui.dock.preference.model A set of PreferenceModels that show properties of this framework. 
bibliothek.extension.gui.dock.preference.preferences Implementations of various Preferences which are used in the default set of preferences. 
bibliothek.extension.gui.dock.preference.preferences.choice A set of small classes containing choices the user can make. 
bibliothek.extension.gui.dock.station   
bibliothek.extension.gui.dock.station.split Optional helper functions to keep the size of Dockable even if the elements are moved around. 
bibliothek.extension.gui.dock.theme Contains some DockThemes. 
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.action.util   
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy and supporting classes. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
bibliothek.gui.dock.common.intern.ui Base-classes intended for inheritance and small strategy-classes modifying the way Core works. 
bibliothek.gui.dock.common.layout Classes to manage how space is distributed between Dockables. 
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.common.perspective   
bibliothek.gui.dock.common.perspective.mode   
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
bibliothek.gui.dock.common.theme.color Introduces an extension to the color management. 
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.control.focus   
bibliothek.gui.dock.control.relocator Various implementations of RelocateOperation
bibliothek.gui.dock.displayer Classes and interfaces that are needed by the DockableDisplayer
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework. 
bibliothek.gui.dock.facile.action Some DockActions used by Common
bibliothek.gui.dock.facile.menu Implementations of MenuPiece
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
bibliothek.gui.dock.layout Elements dealing with the location of Dockables on their DockStation and allowing to store the whole layout of a set of Dockables and stations. 
bibliothek.gui.dock.perspective   
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications. 
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
bibliothek.gui.dock.support.lookandfeel Offers a list containing factories for various LookAndFeels. 
bibliothek.gui.dock.support.mode Basic interfaces and classes for a framework that assigns modes to Dockables. 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
bibliothek.gui.dock.themes.basic.action.buttons Classes which allow to paint and interact with a BasicButtonModel
bibliothek.gui.dock.themes.border   
bibliothek.gui.dock.themes.color The color subsystem allows each kind of element to get its colors from a central repository. 
bibliothek.gui.dock.themes.font Implementations of DockFont to be used at different places (as described in the documentation for each item). 
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
bibliothek.gui.dock.util.color The color subsystem, used by most of the components to search for the colors they need to paint. 
bibliothek.gui.dock.util.extension Contains classes to create and manage extensions. 
bibliothek.gui.dock.util.font The font-subsystem is used to define the fonts that are used to paint text. 
bibliothek.gui.dock.util.icon   
bibliothek.gui.dock.util.text   
bibliothek.util Some classes which are used in DockingFrames, but do not have any importance. 
bibliothek.util.filter   
 

Classes in bibliothek.util used by bibliothek.extension.gui.dock
Path
          A path is a description of the position of some resource.
PathCombiner
          Generic algorithm to combine two Paths into one Path.
 

Classes in bibliothek.util used by bibliothek.extension.gui.dock.preference
Path
          A path is a description of the position of some resource.
PathCombiner
          Generic algorithm to combine two Paths into one Path.
 

Classes in bibliothek.util used by bibliothek.extension.gui.dock.preference.editor
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.extension.gui.dock.preference.model
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.extension.gui.dock.preference.preferences
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.extension.gui.dock.preference.preferences.choice
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.extension.gui.dock.station
ClientOnly
          This attribute marks classes, interfaces or other elements that are specially useful for clients.
 

Classes in bibliothek.util used by bibliothek.extension.gui.dock.station.split
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.extension.gui.dock.theme
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.extension.gui.dock.theme.bubble
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui
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.
 

Classes in bibliothek.util used by bibliothek.gui.dock
Path
          A path is a description of the position of some resource.
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.action
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common
ClientOnly
          This attribute marks classes, interfaces or other elements that are specially useful for clients.
Filter
          A filter is used to split up a set of items to a set of included and a set of excluded items.
Path
          A path is a description of the position of some resource.
PathCombiner
          Generic algorithm to combine two Paths into one Path.
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common.action.util
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common.intern
Filter
          A filter is used to split up a set of items to a set of included and a set of excluded items.
FrameworkOnly
          This annotation marks classes, interfaces and other elements that should not be used by clients.
Path
          A path is a description of the position of some resource.
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common.intern.action
FrameworkOnly
          This annotation marks classes, interfaces and other elements that should not be used by clients.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common.intern.layout
FrameworkOnly
          This annotation marks classes, interfaces and other elements that should not be used by clients.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common.intern.station
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.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common.intern.ui
FrameworkOnly
          This annotation marks classes, interfaces and other elements that should not be used by clients.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common.layout
ClientOnly
          This attribute marks classes, interfaces or other elements that are specially useful for clients.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common.mode
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.
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common.perspective
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.
Path
          A path is a description of the position of some resource.
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common.perspective.mode
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common.theme
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.
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.common.theme.color
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.
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.control
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.
 

Classes in bibliothek.util used by bibliothek.gui.dock.control.focus
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.
 

Classes in bibliothek.util used by bibliothek.gui.dock.control.relocator
ClientOnly
          This attribute marks classes, interfaces or other elements that are specially useful for clients.
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.displayer
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.dockable
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.event
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.facile.action
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.
 

Classes in bibliothek.util used by bibliothek.gui.dock.facile.menu
ClientOnly
          This attribute marks classes, interfaces or other elements that are specially useful for clients.
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.facile.mode
FrameworkOnly
          This annotation marks classes, interfaces and other elements that should not be used by clients.
Path
          A path is a description of the position of some resource.
Version
          A version represents a version of this library.
 

Classes in bibliothek.util used by bibliothek.gui.dock.layout
Path
          A path is a description of the position of some resource.
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.perspective
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.security
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.station
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.station.flap
Path
          A path is a description of the position of some resource.
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.station.screen
Path
          A path is a description of the position of some resource.
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.station.split
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.
Path
          A path is a description of the position of some resource.
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.station.stack
FrameworkOnly
          This annotation marks classes, interfaces and other elements that should not be used by clients.
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.station.stack.tab
Path
          A path is a description of the position of some resource.
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.station.support
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.support.lookandfeel
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.support.mode
Path
          A path is a description of the position of some resource.
Version
          A version represents a version of this library.
 

Classes in bibliothek.util used by bibliothek.gui.dock.themes
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.
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.themes.basic.action.buttons
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.themes.border
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.themes.color
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.themes.font
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.title
Condition
          A condition is a boolean value that depends on some properties.
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.util
FrameworkOnly
          This annotation marks classes, interfaces and other elements that should not be used by clients.
Path
          A path is a description of the position of some resource.
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.util.color
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.util.extension
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.util.font
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.gui.dock.util.icon
Path
          A path is a description of the position of some resource.
Todo
          Used to mark elements that need to be modified in a future release.
 

Classes in bibliothek.util used by bibliothek.gui.dock.util.text
Path
          A path is a description of the position of some resource.
 

Classes in bibliothek.util used by bibliothek.util
Path
          A path is a description of the position of some resource.
PathCombiner
          Generic algorithm to combine two Paths into one Path.
Todo
          Used to mark elements that need to be modified in a future release.
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
Version
          A version represents a version of this library.
 

Classes in bibliothek.util used by bibliothek.util.filter
Filter
          A filter is used to split up a set of items to a set of included and a set of excluded items.