bibliothek.gui.dock.station.flap
Interface FlapWindowBackgroundComponent

All Superinterfaces:
BackgroundComponent, StationBackgroundComponent, UIValue<BackgroundPaint>

public interface FlapWindowBackgroundComponent
extends StationBackgroundComponent

An UIValue that represents a FlapWindow.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          The kind of UIValue this is
 
Method Summary
 FlapWindow getWindow()
          Gets the window whose background is painted by the algorithm.
 
Methods inherited from interface bibliothek.gui.dock.station.StationBackgroundComponent
getStation
 
Methods inherited from interface bibliothek.gui.dock.util.BackgroundComponent
getComponent, repaint
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND

static final Path KIND
The kind of UIValue this is

Method Detail

getWindow

FlapWindow getWindow()
Gets the window whose background is painted by the algorithm.

Returns:
the window, not null