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

All Superinterfaces:
TabPaneComponent
All Known Subinterfaces:
CombinedTab
All Known Implementing Classes:
AbstractTab, BubbleTab, EclipseTab, FlatTab

public interface Tab
extends TabPaneComponent

A Tab represents a single Dockable that lies on a TabPane.

Author:
Benjamin Sigg

Method Summary
 Dockable getDockable()
          Gets the element that is associated with this tab.
 
Methods inherited from interface bibliothek.gui.dock.station.stack.tab.TabPaneComponent
getBounds, getMaximumSize, getMinimumSize, getOverlap, getPreferredSize, getTabParent, getZOrder, isPaneVisible, setBounds, setPaneVisible, setZOrder
 

Method Detail

getDockable

Dockable getDockable()
Gets the element that is associated with this tab.

Returns:
the element