Package | Description |
---|---|
bibliothek.gui.dock.station.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
Modifier and Type | Method and Description |
---|---|
protected TabContentFilterListener[] |
AbstractTabContentFilter.listeners()
Gets all listeners that are currently observing this filter.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTabContentFilter.addListener(TabContentFilterListener listener) |
void |
TabContentFilter.addListener(TabContentFilterListener listener)
Adds a listener to this filter.
|
void |
AbstractTabContentFilter.removeListener(TabContentFilterListener listener) |
void |
TabContentFilter.removeListener(TabContentFilterListener listener)
Removes a listener from this filter.
|