bibliothek.gui.dock.station.stack.tab
Interface TabPaneBackgroundComponent

All Superinterfaces:
BackgroundComponent, UIValue<BackgroundPaint>
All Known Subinterfaces:
TabPaneChildBackgroundComponent, TabPaneMenuBackgroundComponent, TabPaneTabBackgroundComponent

public interface TabPaneBackgroundComponent
extends BackgroundComponent

A BackgroundComponent that represents a TabPane.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          the type of UIValue this is
 
Method Summary
 TabPane getPane()
          Gets the TabPane which is represented by this UIValue.
 
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 UIValue this is

Method Detail

getPane

TabPane getPane()
Gets the TabPane which is represented by this UIValue.

Returns:
the pane, not null