Uses of Class
bibliothek.util.ClientOnly

Packages that use ClientOnly
bibliothek.extension.gui.dock.station   
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
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.theme Classes related to the DockThemes. 
bibliothek.gui.dock.common.theme.color Introduces an extension to the color management. 
bibliothek.gui.dock.control.relocator Various implementations of RelocateOperation
bibliothek.gui.dock.facile.action Some DockActions used by Common
bibliothek.gui.dock.facile.menu Implementations of MenuPiece
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
 

Uses of ClientOnly in bibliothek.extension.gui.dock.station
 

Classes in bibliothek.extension.gui.dock.station with annotations of type ClientOnly
 class SplitCombiner
          This is an alternative implementation of a Combiner, normally not used by this framework.
 

Uses of ClientOnly in bibliothek.gui.dock.common
 

Classes in bibliothek.gui.dock.common with annotations of type ClientOnly
 class DefaultMultipleCDockable
          A MultipleCDockable that contains a content-pane where the client might add or remove as many Components as it wishes.
 class DefaultSingleCDockable
          A DefaultSingleCDockable is an element which has a content-pane where clients can add or remove as many Components as they whish.
 

Uses of ClientOnly in bibliothek.gui.dock.common.layout
 

Classes in bibliothek.gui.dock.common.layout with annotations of type ClientOnly
 class RequestDimension
          Represents the dimensions a CDockable would like to have.
 

Uses of ClientOnly in bibliothek.gui.dock.common.mode
 

Classes in bibliothek.gui.dock.common.mode with annotations of type ClientOnly
 class ExtendedMode
          A extendible set of unique singleton identifiers for the various instances of mode.
 

Uses of ClientOnly in bibliothek.gui.dock.common.perspective
 

Classes in bibliothek.gui.dock.common.perspective with annotations of type ClientOnly
 class CControlPerspective
          A CControlPerspective is a wrapper around a CControl allowing access to various CPerspectives.
 

Uses of ClientOnly in bibliothek.gui.dock.common.theme
 

Classes in bibliothek.gui.dock.common.theme with annotations of type ClientOnly
 class CBasicTheme
          A bridge between a BasicTheme and the common-project.
 class CBubbleTheme
          A theme wrapping BubbleTheme and adding additional features to properly work within the common-project.
 class CEclipseTheme
          A wrapper around a EclipseTheme, allows to use the ColorMap of CDockable.
 class CFlatTheme
          A CDockTheme that encapsulates a FlatTheme in order to allow the theme access to the possibilities of the common-project.
 class CSmoothTheme
          A bridge between a SmoothTheme and the common-project.
 interface DockThemeModifier
          A DockThemeModifier modifies a DockTheme.
 

Uses of ClientOnly in bibliothek.gui.dock.common.theme.color
 

Classes in bibliothek.gui.dock.common.theme.color with annotations of type ClientOnly
 interface CColorBridgeExtension
          This extension is used by a CDockTheme to add additional ColorBridges.
 

Uses of ClientOnly in bibliothek.gui.dock.control.relocator
 

Methods in bibliothek.gui.dock.control.relocator with annotations of type ClientOnly
protected  boolean DefaultDockRelocator.isStationValid(DockStation station)
          Only stations passing this test are considered during drag and drop operation as new parent.
 

Uses of ClientOnly in bibliothek.gui.dock.facile.action
 

Classes in bibliothek.gui.dock.facile.action with annotations of type ClientOnly
 class RenameAction
          This DockAction can change the title-text of a Dockable.
static class RenameAction.RenameDefaultDockable
          An implementation of RenameAction that can handle DefaultDockables.
static class RenameAction.RenameFlapDockStation
          An implementation of RenameAction that can handle FlapDockStations.
static class RenameAction.RenameSplitDockStation
          An implementation of RenameAction that can handle SplitDockStations.
static class RenameAction.RenameStackDockStation
          An implementation of RenameAction that can handle StackDockStations.
 class RenameActionFactory
          A factory creating RenameActions for a DockController.
 class ReplaceAction
          A DockAction that can replace a DockStation by it's only child.
 class ReplaceActionGuard
          An ActionGuard that adds a ReplaceAction to all elements that are Dockable and DockStation at the same time.
 

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

Classes in bibliothek.gui.dock.facile.menu with annotations of type ClientOnly
 class FreeMenuPiece
          A MenuPiece that does not add any children by itself.
 class FrontendSettingsMenuPiece
          A piece of a menu that allows to save, load and delete settings from a DockFrontend.
 class LookAndFeelMenuPiece
          A menu that contains an item for each available LookAndFeel.
 class PreferenceMenuPiece
          A menu piece that allows the user to change the preferences of the framework.
 class ThemeMenuPiece
          A MenuPiece that can change the DockTheme.
 

Uses of ClientOnly in bibliothek.gui.dock.station.split
 

Classes in bibliothek.gui.dock.station.split with annotations of type ClientOnly
 class SplitDockFullScreenProperty
          This DockableProperty points to the currently maximized child of a SplitDockStation.
 

Uses of ClientOnly in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes with annotations of type ClientOnly
 void ThemeManager.setBackgroundPaint(java.lang.String id, BackgroundPaint value)
          Sets an algorithm that is used to paint the background of items which register an UIValue with an identifier of id.