Package | Description |
---|---|
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.extension.gui.dock.theme.eclipse.stack |
An implementation of
TabPane and
supporting classes for the EclipseTheme . |
bibliothek.extension.gui.dock.theme.flat |
Various graphical and logical components needed to paint the layout
when
FlatTheme is active. |
bibliothek.gui.dock.station.stack |
Elements which are related to the
StackDockStation . |
bibliothek.gui.dock.station.stack.tab |
This package contains a generic implementation of a "tabbed-pane".
|
Modifier and Type | Class and Description |
---|---|
class |
BubbleInfoComponent
This component shows a number of
DockAction s and is used by the BubbleStackDockComponent
to be shown alongside the tabs. |
Modifier and Type | Class and Description |
---|---|
class |
EclipseTabInfo
This component shows a subset of
DockAction s of the currently selected
Dockable of its parent TabPane . |
Modifier and Type | Class and Description |
---|---|
class |
FlatInfoComponent
This component shows a number of
DockAction s and is used by the BubbleStackDockComponent
to be shown alongside the tabs. |
Modifier and Type | Interface and Description |
---|---|
interface |
CombinedInfoComponent
The info component used by the
CombinedStackDockComponent is
supposed to be represented by a Component . |
Modifier and Type | Class and Description |
---|---|
class |
DockActionCombinedInfoComponent
An
AbstractTabPaneComponent that was specifically desinged for showing a set of DockAction s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTabPane<T extends Tab,M extends TabMenu,I extends LonelyTabPaneComponent>
An abstract implementation of
TabPane . |
Modifier and Type | Method and Description |
---|---|
LonelyTabPaneComponent |
TabPane.getInfoComponent()
Gets the info component, the info component shows some additional
information.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTabLayoutManagerPane.infoComponentChanged(TabPane pane,
LonelyTabPaneComponent oldInfo,
LonelyTabPaneComponent newInfo) |
void |
MenuLineLayoutPane.infoComponentChanged(TabPane pane,
LonelyTabPaneComponent oldInfo,
LonelyTabPaneComponent newInfo) |
void |
TabPaneListener.infoComponentChanged(TabPane pane,
LonelyTabPaneComponent oldInfo,
LonelyTabPaneComponent newInfo)
Called if the
TabPane.getInfoComponent() was replaced. |