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

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

public interface TabPaneChildBackgroundComponent
extends TabPaneBackgroundComponent

A BackgroundComponent representing a child component of a TabPane.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          the type of this UIValue
 
Method Summary
 TabPaneComponent getChild()
          Gets the component which is represented by this UIValue.
 
Methods inherited from interface bibliothek.gui.dock.station.stack.tab.TabPaneBackgroundComponent
getPane
 
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

getChild

TabPaneComponent getChild()
Gets the component which is represented by this UIValue.

Returns:
the component