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

Packages that use StationPaint
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.extension.gui.dock.theme.eclipse   
bibliothek.extension.gui.dock.theme.flat   
bibliothek.gui   
bibliothek.gui.dock.station.support   
bibliothek.gui.dock.themes   
bibliothek.gui.dock.themes.basic   
 

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

Classes in bibliothek.extension.gui.dock.theme.bubble that implement StationPaint
 class BubbleStationPaint
           
 

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.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 NoStackTheme.getPaint(DockStation station)
           
 StationPaint BasicTheme.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.
 

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.