Package | Description |
---|---|
bibliothek.gui.dock.station.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTabLayoutManagerPane
Information about a
TabPane that gets laid out by a AbstractTabLayoutManager . |
class |
MenuLineLayoutPane
Represents one of the
TabPane s that are managed by a MenuLineLayout . |
Modifier and Type | Method and Description |
---|---|
protected TabPaneListener[] |
AbstractTabPane.listeners()
Gets all the
TabPaneListener s that are known to this TabPane |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTabPane.addTabPaneListener(TabPaneListener listener) |
void |
TabPane.addTabPaneListener(TabPaneListener listener)
Adds a listener to this pane, the listener has to be informed when
elements are added or removed, and when the selection changes.
|
void |
AbstractTabPane.removeTabPaneListener(TabPaneListener listener) |
void |
TabPane.removeTabPaneListener(TabPaneListener listener)
Removes a listener from this pane.
|