public interface Tab extends TabPaneComponent
Modifier and Type | Method and Description |
---|---|
Dockable |
getDockable()
Gets the element that is associated with this tab.
|
java.awt.Dimension |
getMinimumSize(Tab[] tabs)
Gets the minimum size of this tab under the assumption that
this tab is displayed together with
tabs . |
java.awt.Dimension |
getPreferredSize(Tab[] tabs)
Gets the preferred size of this tab under the assumption that
this tab is displayed together with
tabs . |
getBounds, getMaximumSize, getMinimumSize, getOverlap, getPreferredSize, getTabParent, getZOrder, isPaneVisible, setBounds, setOrientation, setPaneVisible, setZOrder
Dockable getDockable()
java.awt.Dimension getMinimumSize(Tab[] tabs)
tabs
.tabs
- the displayed tabs, exactly one entry is this
and no entry is null
java.awt.Dimension getPreferredSize(Tab[] tabs)
tabs
.tabs
- the displayed tabs, exactly one entry is this
and no entry is null