bibliothek.gui.dock.station.screen.window
Interface ScreenDockWindowBackgroundComponent

All Superinterfaces:
BackgroundComponent, StationBackgroundComponent, UIValue<BackgroundPaint>
All Known Implementing Classes:
DisplayerScreenDockWindow.Background

public interface ScreenDockWindowBackgroundComponent
extends StationBackgroundComponent

This UIValue represents a ScreenDockWindow.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          The type of this UIValue
 
Method Summary
 ScreenDockWindow getWindow()
          Gets the window which is represented by this component.
 
Methods inherited from interface bibliothek.gui.dock.station.StationBackgroundComponent
getStation
 
Methods inherited from interface bibliothek.gui.dock.util.BackgroundComponent
getComponent, getTransparency, repaint, setTransparency
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND

static final Path KIND
The type of this UIValue

Method Detail

getWindow

ScreenDockWindow getWindow()
Gets the window which is represented by this component.

Returns:
the window, not null