Package | Description |
---|---|
bibliothek.gui.dock.station.stack.menu |
Contains an abstract implementation of
CombinedMenu
including helper classes. |
bibliothek.gui.dock.station.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
Modifier and Type | Method and Description |
---|---|
protected TabMenuListener[] |
AbstractCombinedMenu.tabMenuListeners()
Gets all the
TabMenuListener that are currently registered at this menu. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCombinedMenu.addTabMenuListener(TabMenuListener listener) |
void |
AbstractCombinedMenu.removeTabMenuListener(TabMenuListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
TabMenu.addTabMenuListener(TabMenuListener listener)
Adds a new listener to this menu.
|
void |
TabMenu.removeTabMenuListener(TabMenuListener listener)
Removes
listener from this menu. |