Uses of Interface
bibliothek.gui.dock.station.StationPaint

Packages that use StationPaint
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.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
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.color The color subsystem allows each kind of element to get its colors from a central repository. 
 

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

Classes in bibliothek.extension.gui.dock.theme.bubble that implement StationPaint
 class BubbleStationPaint
          A StationPaint for a BubbleTheme
 

Uses of StationPaint in bibliothek.extension.gui.dock.theme.eclipse
 

Classes in bibliothek.extension.gui.dock.theme.eclipse that implement StationPaint
 class EclipseStationPaint
           
 

Uses of StationPaint in bibliothek.extension.gui.dock.theme.flat
 

Classes in bibliothek.extension.gui.dock.theme.flat that implement StationPaint
 class FlatStationPaint
          A paint which draws gray and white markings
 

Uses of StationPaint in bibliothek.gui
 

Methods in bibliothek.gui that return StationPaint
 StationPaint DockTheme.getPaint(DockStation station)
          Gets the paint which is used to draw things onto station.
static StationPaint DockUI.getPaint(StationPaint paint, DockStation station)
          Gets a StationPaint for station.
 

Methods in bibliothek.gui with parameters of type StationPaint
static StationPaint DockUI.getPaint(StationPaint paint, DockStation station)
          Gets a StationPaint for station.
 

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

Methods in bibliothek.gui.dock.common.theme that return StationPaint
 StationPaint CDockTheme.getPaint(DockStation station)
           
 

Uses of StationPaint in bibliothek.gui.dock.station.support
 

Classes in bibliothek.gui.dock.station.support that implement StationPaint
 class StationPaintWrapper
          A wrapper for a StationPaint.
 

Methods in bibliothek.gui.dock.station.support that return StationPaint
 StationPaint StationPaintWrapper.getDelegate()
          Gets the StationPaint to which calls to this paint are forwarded.
 

Methods in bibliothek.gui.dock.station.support with parameters of type StationPaint
 void StationPaintWrapper.setDelegate(StationPaint delegate)
          Sets the delegate property.
 

Uses of StationPaint in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes that return StationPaint
 StationPaint BasicTheme.getPaint(DockStation station)
           
 StationPaint NoStackTheme.getPaint(DockStation station)
           
 

Methods in bibliothek.gui.dock.themes with parameters of type StationPaint
 void BasicTheme.setPaint(StationPaint paint)
          Sets the StationPaint of this theme.
 void BasicTheme.setPaint(StationPaint paint, Priority priority)
          Sets the StationPaint of this theme.
 

Uses of StationPaint in bibliothek.gui.dock.themes.basic
 

Classes in bibliothek.gui.dock.themes.basic that implement StationPaint
 class BasicStationPaint
          A simple implementation of StationPaint.
 

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

Methods in bibliothek.gui.dock.themes.color that return StationPaint
 StationPaint StationPaintColor.getPaint()
          Gets the StationPaint that uses this color.
 

Constructors in bibliothek.gui.dock.themes.color with parameters of type StationPaint
StationPaintColor(String id, Path kind, StationPaint paint, Color backup)
          Creates a new DockColor
StationPaintColor(String id, StationPaint paint, Color backup)
          Creates a new DockColor