Uses of Package
bibliothek.gui.dock.util

Packages that use bibliothek.gui.dock.util
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.theme Contains some DockThemes. 
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.displayer The DockableDisplayers that are used by the EclipseTheme
bibliothek.extension.gui.dock.theme.eclipse.stack An implementation of TabPane and supporting classes for the EclipseTheme
bibliothek.extension.gui.dock.theme.eclipse.stack.tab Various components needed to paint and manage the tab which is visible on a EclipseTabPane
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.extension.gui.dock.theme.smooth Contains elements to paint a DockTitle which smoothly changes its color. 
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.color Various implementations of ColorBridge used by the themes of Common to transfer colors from the ColorMap of CDockables through the ColorManager to the Components which are related to said dockables. 
bibliothek.gui.dock.common.intern.font Various implementations of FontBridge to transfer fonts stored in a FontMap
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.preference Classes used directly or indirectly by the CPreferenceModel
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.displayer Classes and interfaces that are needed by the DockableDisplayer
bibliothek.gui.dock.dockable Some classes related to Dockable
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.facile.mode.action A set of DockActions that change the LocationMode of a Dockable
bibliothek.gui.dock.facile.station.screen Support classes for ScreenDockStation
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.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.station.stack.menu Contains an abstract implementation of CombinedMenu including helper classes. 
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.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
bibliothek.gui.dock.themes.basic.action Elements handling the view of DockActions. 
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.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.property Various implementations of PropertyFactory
bibliothek.gui.dock.util.swing Subclasses of swing-JComponents using the FontUpdater to modify their current font. 
bibliothek.gui.dock.util.text   
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.preference
AbstractUIValue
          An abstract implementation of UIValue.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.preference.editor
AbstractUIValue
          An abstract implementation of UIValue.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.preference.model
DockProperties
          A set of properties that are used at different places all over the framework.
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.preference.preferences
DockProperties
          A set of properties that are used at different places all over the framework.
PropertyKey
          The key for an entry in a map of properties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.preference.preferences.choice
AbstractUIValue
          An abstract implementation of UIValue.
DockProperties
          A set of properties that are used at different places all over the framework.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.theme
PropertyKey
          The key for an entry in a map of properties.
UIProperties
          A map containing which contains some string-values pairs and so called bridges to modify these values when reading them out.
UIScheme
          An algorithm that can create missing entries for an UIPropertiess.
UISchemeListener
          A listener that is added to an UIScheme and that receives events when the contents of the scheme change.
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.theme.bubble
AbstractUIValue
          An abstract implementation of UIValue.
BackgroundPanel
          This JPanel implements PaintableComponent and can use a BackgroundAlgorithm to paint its background.
PaintableComponent
          A wrapper around a Component whose paint algorithm may be modified by a BackgroundPaint.
UIScheme
          An algorithm that can create missing entries for an UIPropertiess.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.theme.eclipse
BackgroundPanel
          This JPanel implements PaintableComponent and can use a BackgroundAlgorithm to paint its background.
PaintableComponent
          A wrapper around a Component whose paint algorithm may be modified by a BackgroundPaint.
UIScheme
          An algorithm that can create missing entries for an UIPropertiess.
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.theme.eclipse.displayer
BackgroundAlgorithm
          A utility class for managing BackgroundPaint, BackgroundComponent and PaintableComponent at the same time.
BackgroundPanel
          This JPanel implements PaintableComponent and can use a BackgroundAlgorithm to paint its background.
PaintableComponent
          A wrapper around a Component whose paint algorithm may be modified by a BackgroundPaint.
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.theme.eclipse.stack
BackgroundPaint
          A BackgroundPaint is used to paint the background of various Components of this framework.
BackgroundPanel
          This JPanel implements PaintableComponent and can use a BackgroundAlgorithm to paint its background.
PaintableComponent
          A wrapper around a Component whose paint algorithm may be modified by a BackgroundPaint.
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.theme.eclipse.stack.tab
BackgroundPanel
          This JPanel implements PaintableComponent and can use a BackgroundAlgorithm to paint its background.
PaintableComponent
          A wrapper around a Component whose paint algorithm may be modified by a BackgroundPaint.
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.theme.flat
BackgroundPanel
          This JPanel implements PaintableComponent and can use a BackgroundAlgorithm to paint its background.
PaintableComponent
          A wrapper around a Component whose paint algorithm may be modified by a BackgroundPaint.
UIScheme
          An algorithm that can create missing entries for an UIPropertiess.
 

Classes in bibliothek.gui.dock.util used by bibliothek.extension.gui.dock.theme.smooth
BackgroundPanel
          This JPanel implements PaintableComponent and can use a BackgroundAlgorithm to paint its background.
PaintableComponent
          A wrapper around a Component whose paint algorithm may be modified by a BackgroundPaint.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui
BackgroundPaint
          A BackgroundPaint is used to paint the background of various Components of this framework.
DockProperties
          A set of properties that are used at different places all over the framework.
IconManager
          A map of icons which are used by various objects.
PropertyKey
          The key for an entry in a map of properties.
TextManager
          A map of String-String pairs used by various objects.
UIScheme
          An algorithm that can create missing entries for an UIPropertiess.
WindowProvider
          A window provider has somehow access to one or many Windows and can provide anyone which needs a window with one.
WindowProviderWrapper
          A wrapper around another WindowProvider, allows to exchange providers without the need to reattach WindowProviderListeners.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock
PropertyKey
          The key for an entry in a map of properties.
PropertyValue
          A wrapper for a value which is either read from DockProperties, or can be set by the client directly.
WindowProvider
          A window provider has somehow access to one or many Windows and can provide anyone which needs a window with one.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.action
AbstractUIValue
          An abstract implementation of UIValue.
BackgroundComponent
          A BackgroundComponent is a Component whose background is painted by a BackgroundPaint.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.common
Priority
          Often resources are divided into three groups with different priorities.
PropertyKey
          The key for an entry in a map of properties.
WindowProvider
          A window provider has somehow access to one or many Windows and can provide anyone which needs a window with one.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.common.action.util
AbstractUIValue
          An abstract implementation of UIValue.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.common.intern
WindowProvider
          A window provider has somehow access to one or many Windows and can provide anyone which needs a window with one.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.common.intern.action
PropertyKey
          The key for an entry in a map of properties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.common.intern.color
UIBridge
          An UIBridge is a filter between the UIProperties and several UIValues.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.common.intern.font
UIBridge
          An UIBridge is a filter between the UIProperties and several UIValues.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.common.intern.station
WindowProvider
          A window provider has somehow access to one or many Windows and can provide anyone which needs a window with one.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.common.intern.ui
UIBridge
          An UIBridge is a filter between the UIProperties and several UIValues.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.common.preference
DockProperties
          A set of properties that are used at different places all over the framework.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.common.theme.color
UIBridge
          An UIBridge is a filter between the UIProperties and several UIValues.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.control
PropertyKey
          The key for an entry in a map of properties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.displayer
BackgroundComponent
          A BackgroundComponent is a Component whose background is painted by a BackgroundPaint.
PropertyKey
          The key for an entry in a map of properties.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.dockable
AbstractUIValue
          An abstract implementation of UIValue.
BackgroundComponent
          A BackgroundComponent is a Component whose background is painted by a BackgroundPaint.
PropertyKey
          The key for an entry in a map of properties.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.facile.menu
AbstractUIValue
          An abstract implementation of UIValue.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.facile.mode
PropertyKey
          The key for an entry in a map of properties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.facile.mode.action
PropertyKey
          The key for an entry in a map of properties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.facile.station.screen
WindowProvider
          A window provider has somehow access to one or many Windows and can provide anyone which needs a window with one.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.security
WindowProvider
          A window provider has somehow access to one or many Windows and can provide anyone which needs a window with one.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.station
AbstractUIValue
          An abstract implementation of UIValue.
BackgroundComponent
          A BackgroundComponent is a Component whose background is painted by a BackgroundPaint.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.station.flap
BackgroundAlgorithm
          A utility class for managing BackgroundPaint, BackgroundComponent and PaintableComponent at the same time.
BackgroundComponent
          A BackgroundComponent is a Component whose background is painted by a BackgroundPaint.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.station.screen
AbstractUIValue
          An abstract implementation of UIValue.
BackgroundAlgorithm
          A utility class for managing BackgroundPaint, BackgroundComponent and PaintableComponent at the same time.
BackgroundComponent
          A BackgroundComponent is a Component whose background is painted by a BackgroundPaint.
BackgroundPaint
          A BackgroundPaint is used to paint the background of various Components of this framework.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
WindowProvider
          A window provider has somehow access to one or many Windows and can provide anyone which needs a window with one.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.station.stack
BackgroundAlgorithm
          A utility class for managing BackgroundPaint, BackgroundComponent and PaintableComponent at the same time.
BackgroundPanel
          This JPanel implements PaintableComponent and can use a BackgroundAlgorithm to paint its background.
PaintableComponent
          A wrapper around a Component whose paint algorithm may be modified by a BackgroundPaint.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.station.stack.menu
BackgroundAlgorithm
          A utility class for managing BackgroundPaint, BackgroundComponent and PaintableComponent at the same time.
BackgroundPaint
          A BackgroundPaint is used to paint the background of various Components of this framework.
PropertyKey
          The key for an entry in a map of properties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.station.stack.tab
AbstractUIValue
          An abstract implementation of UIValue.
BackgroundComponent
          A BackgroundComponent is a Component whose background is painted by a BackgroundPaint.
PropertyKey
          The key for an entry in a map of properties.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.station.support
PropertyKey
          The key for an entry in a map of properties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.themes
AbstractUIValue
          An abstract implementation of UIValue.
BackgroundPaint
          A BackgroundPaint is used to paint the background of various Components of this framework.
Priority
          Often resources are divided into three groups with different priorities.
PropertyKey
          The key for an entry in a map of properties.
TypedUIProperties
          A wrapper around an UIProperties enhancing the properties with type safety.
TypedUIProperties.Type
          A class describing a type, different TypedUIProperties.Type objects may share the same Class object but with different or even equal generic parameters.
UIBridge
          An UIBridge is a filter between the UIProperties and several UIValues.
UIScheme
          An algorithm that can create missing entries for an UIPropertiess.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.themes.basic
BackgroundPanel
          This JPanel implements PaintableComponent and can use a BackgroundAlgorithm to paint its background.
PaintableComponent
          A wrapper around a Component whose paint algorithm may be modified by a BackgroundPaint.
UIScheme
          An algorithm that can create missing entries for an UIPropertiess.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.themes.basic.action
BackgroundComponent
          A BackgroundComponent is a Component whose background is painted by a BackgroundPaint.
BackgroundPaint
          A BackgroundPaint is used to paint the background of various Components of this framework.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.themes.basic.action.buttons
PropertyValue
          A wrapper for a value which is either read from DockProperties, or can be set by the client directly.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.themes.border
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.themes.color
AbstractUIValue
          An abstract implementation of UIValue.
UIProperties
          A map containing which contains some string-values pairs and so called bridges to modify these values when reading them out.
UIScheme
          An algorithm that can create missing entries for an UIPropertiess.
UISchemeEvent
          An event fired by an UIScheme after some content changed.
UISchemeListener
          A listener that is added to an UIScheme and that receives events when the contents of the scheme change.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.themes.font
AbstractUIValue
          An abstract implementation of UIValue.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.title
BackgroundComponent
          A BackgroundComponent is a Component whose background is painted by a BackgroundPaint.
BackgroundPanel
          This JPanel implements PaintableComponent and can use a BackgroundAlgorithm to paint its background.
PaintableComponent
          A wrapper around a Component whose paint algorithm may be modified by a BackgroundPaint.
Priority
          Often resources are divided into three groups with different priorities.
PropertyKey
          The key for an entry in a map of properties.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.util
AbstractWindowProvider
          An implementation of WindowProvider which adds support for WindowProviderListeners.
AWTComponentCaptureStrategy
          Used to capture an image of a Component which either is from AWT, or has children from AWT.
BackgroundAlgorithm
          A utility class for managing BackgroundPaint, BackgroundComponent and PaintableComponent at the same time.
BackgroundComponent
          A BackgroundComponent is a Component whose background is painted by a BackgroundPaint.
BackgroundPaint
          A BackgroundPaint is used to paint the background of various Components of this framework.
ComponentWindowProvider
          A window provider which just returns the ancestor window of some Component
DockProperties
          A set of properties that are used at different places all over the framework.
DockPropertyListener
          A listener to an entry of DockProperties.
DockUtilities.DockVisitor
          A visitor used to visit the nodes of a dock-tree.
PaintableComponent
          A wrapper around a Component whose paint algorithm may be modified by a BackgroundPaint.
Priority
          Often resources are divided into three groups with different priorities.
PriorityValue
          A container for three values of different priority.
PropertyKey
          The key for an entry in a map of properties.
TypedUIProperties.Type
          A class describing a type, different TypedUIProperties.Type objects may share the same Class object but with different or even equal generic parameters.
UIBridge
          An UIBridge is a filter between the UIProperties and several UIValues.
UIProperties
          A map containing which contains some string-values pairs and so called bridges to modify these values when reading them out.
UIScheme
          An algorithm that can create missing entries for an UIPropertiess.
UISchemeEvent
          An event fired by an UIScheme after some content changed.
UISchemeListener
          A listener that is added to an UIScheme and that receives events when the contents of the scheme change.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
WindowProvider
          A window provider has somehow access to one or many Windows and can provide anyone which needs a window with one.
WindowProviderListener
          A listener added to a WindowProvider.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.util.color
AbstractUIValue
          An abstract implementation of UIValue.
MultiUIBridge
          A MultiUIBridge is a collection of UIBridges.
UIBridge
          An UIBridge is a filter between the UIProperties and several UIValues.
UIProperties
          A map containing which contains some string-values pairs and so called bridges to modify these values when reading them out.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.util.font
AbstractUIValue
          An abstract implementation of UIValue.
MultiUIBridge
          A MultiUIBridge is a collection of UIBridges.
UIBridge
          An UIBridge is a filter between the UIProperties and several UIValues.
UIProperties
          A map containing which contains some string-values pairs and so called bridges to modify these values when reading them out.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.util.icon
AbstractUIScheme
          An abstract implementation of UIScheme offering support for listeners.
AbstractUIValue
          An abstract implementation of UIValue.
PropertyKey
          The key for an entry in a map of properties.
UIBridge
          An UIBridge is a filter between the UIProperties and several UIValues.
UIProperties
          A map containing which contains some string-values pairs and so called bridges to modify these values when reading them out.
UIScheme
          An algorithm that can create missing entries for an UIPropertiess.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.util.property
DockProperties
          A set of properties that are used at different places all over the framework.
PropertyKey
          The key for an entry in a map of properties.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.util.swing
BackgroundPanel
          This JPanel implements PaintableComponent and can use a BackgroundAlgorithm to paint its background.
PaintableComponent
          A wrapper around a Component whose paint algorithm may be modified by a BackgroundPaint.
 

Classes in bibliothek.gui.dock.util used by bibliothek.gui.dock.util.text
AbstractUIScheme
          An abstract implementation of UIScheme offering support for listeners.
AbstractUIValue
          An abstract implementation of UIValue.
UIBridge
          An UIBridge is a filter between the UIProperties and several UIValues.
UIProperties
          A map containing which contains some string-values pairs and so called bridges to modify these values when reading them out.
UIScheme
          An algorithm that can create missing entries for an UIPropertiess.
UIValue
          An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.