public interface TabMenu extends TabPaneComponent
Modifier and Type | Method and Description |
---|---|
void |
addTabMenuListener(TabMenuListener listener)
Adds a new listener to this menu.
|
Dockable |
getDockable(int index)
Gets the index'th
Dockable of this menu. |
int |
getDockableCount()
Gets the number of
Dockable s shown on this menu. |
Dockable[] |
getDockables()
Gets all the
Dockable s that are shown in this menu. |
void |
removeTabMenuListener(TabMenuListener listener)
Removes
listener from this menu. |
getBounds, getMaximumSize, getMinimumSize, getOverlap, getPreferredSize, getTabParent, getZOrder, isPaneVisible, setBounds, setOrientation, setPaneVisible, setZOrder
Dockable[] getDockables()
Dockable
s that are shown in this menu.Dockable getDockable(int index)
Dockable
of this menu.index
- the index of an itemint getDockableCount()
Dockable
s shown on this menu.void addTabMenuListener(TabMenuListener listener)
listener
- the new listener, not null
void removeTabMenuListener(TabMenuListener listener)
listener
from this menu.listener
- the listener to remove