Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.station.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
Modifier and Type | Field and Description |
---|---|
static PropertyKey<TabContentFilter> |
StackDockStation.TAB_CONTENT_FILTER
Key for setting the
TabContentFilter |
Modifier and Type | Method and Description |
---|---|
TabContentFilter |
StackDockStation.getTabContentFilter()
Gets the filter that tells this station how to set the content of the tabs.
|
Modifier and Type | Method and Description |
---|---|
void |
StackDockStation.setTabContentFilter(TabContentFilter filter)
Sets the filter that tells this station how to set the content of the tabs.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTabContentFilter
An abstract implementation of
TabContentFilter , knows which StackDockStation s
and which Dockable s are currently filtered.Subclasses may override added , removed ,
deselected and selected to be informed
if the contents of a StackDockStation changed.Note that this filter does not observe whether elements are added or removed from a StackDockComponent . |
class |
DefaultTabContentFilter
This
TabContentFilter offers a set of predefined behavioral patterns. |