public interface Tab extends TabPaneComponent
| Modifier and Type | Method and Description |
|---|---|
Dockable |
getDockable()
Gets the element that is associated with this tab.
|
Dimension |
getMinimumSize(Tab[] tabs)
Gets the minimum size of this tab under the assumption that
this tab is displayed together with
tabs. |
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, setZOrderDockable getDockable()
Dimension getMinimumSize(Tab[] tabs)
tabs.tabs - the displayed tabs, exactly one entry is this
and no entry is nullCopyright © 2017 Docking Frames. All rights reserved.