Uses of Class
bibliothek.gui.dock.util.AbstractUIValue

Packages that use AbstractUIValue
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.preferences.choice A set of small classes containing choices the user can make. 
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.common.action.util   
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.facile.menu Implementations of MenuPiece
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
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.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.text   
 

Uses of AbstractUIValue in bibliothek.extension.gui.dock.preference
 

Subclasses of AbstractUIValue in bibliothek.extension.gui.dock.preference
 class PreferenceModelText
          A text that is used by a PreferenceModel.
 class PreferenceOperationIcon
          A PreferenceOperationIcon represents an Icon that is used by a PreferenceOperation.
 class PreferenceOperationText
          A text that is used by a PreferenceOperation.
 class PreferenceText
          A text that is used for a Preference.
 

Uses of AbstractUIValue in bibliothek.extension.gui.dock.preference.editor
 

Subclasses of AbstractUIValue in bibliothek.extension.gui.dock.preference.editor
 class EditorText
          A text that is used by a PreferenceEditor.
 

Uses of AbstractUIValue in bibliothek.extension.gui.dock.preference.preferences.choice
 

Subclasses of AbstractUIValue in bibliothek.extension.gui.dock.preference.preferences.choice
 class ChoiceEntryText
          Represents a text that is used for an entry in a Choice.
 class ChoiceText
          Represents a text that is used for a Choice.
 

Uses of AbstractUIValue in bibliothek.extension.gui.dock.theme.bubble
 

Subclasses of AbstractUIValue in bibliothek.extension.gui.dock.theme.bubble
protected  class BubbleTab.BubbleTabColor
          Some color needed on a Tab.
protected  class BubbleTab.BubbleTabFont
          Some font needed on a Tab
protected  class BubbleTabMenu.BubbleMenuColor
          Link to a color that is used to paint this button.
 

Uses of AbstractUIValue in bibliothek.gui.dock.action
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.action
 class DockActionIcon
          This DockIcon is used to get Icons for a DockAction.
 class DockActionText
          Represents a text that is used by a DockAction.
 

Uses of AbstractUIValue in bibliothek.gui.dock.common.action.util
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.common.action.util
 class CActionText
          A text that is used by a CAction.
 

Uses of AbstractUIValue in bibliothek.gui.dock.dockable
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.dockable
 class DockableIcon
          An icon that is used for a Dockable
 

Uses of AbstractUIValue in bibliothek.gui.dock.facile.menu
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.facile.menu
 class MenuPieceText
          Represents a text that is used by a MenuPiece
 

Uses of AbstractUIValue in bibliothek.gui.dock.station
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.station
 class DockStationIcon
          An icon that is used for a DockStation.
 

Uses of AbstractUIValue in bibliothek.gui.dock.station.screen
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.station.screen
protected  class ScreenDockWindowBorder.BorderColor
          A DockColor representing a color used by this border.
 

Uses of AbstractUIValue in bibliothek.gui.dock.station.stack.tab
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.station.stack.tab
 class TabMenuDockIcon
          Represents the icon of a TabMenu.
 

Uses of AbstractUIValue in bibliothek.gui.dock.themes
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.themes
 class ThemeFactoryText
          Represents a text that is used by a ThemeFactory to present itself.
 

Uses of AbstractUIValue in bibliothek.gui.dock.themes.color
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.themes.color
 class ActionColor
          A color used for a DockAction.
 class DisplayerColor
          A color used on a DockableDisplayer.
 class DockableSelectionColor
          A color used by a DockableSelection.
 class MenuColor
          A color representing a CombinedMenu.
 class StationPaintColor
          A color used by a StationPaint.
 class TabColor
          Color related to a single Dockable that is in a tab for example on a StackDockStation.
 class TitleColor
          A color used by a DockTitle.
 

Uses of AbstractUIValue in bibliothek.gui.dock.themes.font
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.themes.font
 class TabFont
          A font used for a tab for example on a StackDockStation.
 class TitleFont
          Represents a font used by a DockTitle.
 

Uses of AbstractUIValue in bibliothek.gui.dock.util.color
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.util.color
 class AbstractDockColor
          A DockColor that contains more than one Color: override: is a value that can be set from outside and overrides all other values value: is the value obtained through the ColorManager backup: is a color used when all other colors are unavailable
This class also has methods to add or remove itself from a ColorManager.
 

Uses of AbstractUIValue in bibliothek.gui.dock.util.font
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.util.font
 class AbstractDockFont
          An abstract implementation of DockFont that can connect itself to a DockController.
 

Uses of AbstractUIValue in bibliothek.gui.dock.util.icon
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.util.icon
 class DockIcon
          This class is used to retreive Icons from the IconManager.
 

Uses of AbstractUIValue in bibliothek.gui.dock.util.text
 

Subclasses of AbstractUIValue in bibliothek.gui.dock.util.text
 class DialogText
          A text that is shown on or by a JDialog.
 class SwingActionText
          A text that is used by an Action.
 class TextValue
          An observer to a TextManager.