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

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

public interface TabPaneMenuBackgroundComponent
extends TabPaneChildBackgroundComponent

A BackgroundComponent representing a TabMenu on a TabPane.

Author:
Benjamin Sigg

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

getMenu

TabMenu getMenu()
Gets the menu which is represented by this component.

Returns:
the menu, not null