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

Nested Class Summary
 
Nested classes/interfaces inherited from interface bibliothek.gui.dock.util.BackgroundComponent
BackgroundComponent.Transparency
 
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, 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

getTab

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

Returns:
the tab, not null