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

All Superinterfaces:
BackgroundComponent, TabPaneBackgroundComponent, TabPaneChildBackgroundComponent, UIValue<BackgroundPaint>

public interface TabPaneTabBackgroundComponent
extends TabPaneChildBackgroundComponent

A BackgroundComponent representing a Tab on a TabPane.

Author:
Benjamin Sigg

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

Method Detail

getTab

Tab getTab()
Gets the element which is represented by this UIValue.

Returns:
the tab, not null