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
Dockables shown on this menu. |
Dockable[] |
getDockables()
Gets all the
Dockables 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, setZOrderDockable[] getDockables()
Dockables that are shown in this menu.Dockable getDockable(int index)
Dockable of this menu.index - the index of an itemint getDockableCount()
Dockables shown on this menu.void addTabMenuListener(TabMenuListener listener)
listener - the new listener, not nullvoid removeTabMenuListener(TabMenuListener listener)
listener from this menu.listener - the listener to removeCopyright © 2017 Docking Frames. All rights reserved.