bibliothek.gui.dock.util
Interface BackgroundComponent

All Superinterfaces:
UIValue<BackgroundPaint>
All Known Subinterfaces:
DisplayerBackgroundComponent, DockableBackgroundComponent, DockActionBackgroundComponent, DockTitleBackgroundComponent, FlapWindowBackgroundComponent, ScreenDockWindowBackgroundComponent, StationBackgroundComponent, TabPaneBackgroundComponent, TabPaneChildBackgroundComponent, TabPaneMenuBackgroundComponent, TabPaneTabBackgroundComponent
All Known Implementing Classes:
BackgroundAlgorithm, DisplayerScreenDockWindow.Background

public interface BackgroundComponent
extends UIValue<BackgroundPaint>

A BackgroundComponent is a Component whose background is painted by a BackgroundPaint.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          the type of this UIValue
 
Method Summary
 java.awt.Component getComponent()
          Gets the Component which is represented by this
 void repaint()
          Informs this component that it should be repainted.
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND

static final Path KIND
the type of this UIValue

Method Detail

getComponent

java.awt.Component getComponent()
Gets the Component which is represented by this

Returns:
the component, may not be null

repaint

void repaint()
Informs this component that it should be repainted.