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 . |
Modifier and Type | Class and Description |
---|---|
class |
BubbleStackDockComponent
A
StackDockComponent
used by a BubbleTheme . |
Modifier and Type | Class and Description |
---|---|
class |
EclipseTabPane
The
EclipseTabPane uses a generic TabPainter to create its
tabs and to change its border. |
Modifier and Type | Method and Description |
---|---|
protected CombinedStackDockContentPane |
EclipseTabPane.createContentPane(CombinedStackDockComponent<EclipseTab,EclipseMenu,EclipseTabInfo> self) |
Modifier and Type | Class and Description |
---|---|
class |
FlatTabPane
A panel that works like a
JTabbedPane , but the buttons to
change between the children are smaller and "flatter" than the
buttons of the JTabbedPane . |
Modifier and Type | Method and Description |
---|---|
CombinedStackDockComponent<?,?,?> |
CombinedStackDockContentPane.getParentPane()
Gets the owner of this pane.
|
Modifier and Type | Method and Description |
---|---|
protected BackgroundAlgorithm |
CombinedStackDockComponent.createBackground(CombinedStackDockComponent<T,M,I> self)
Creates the background algorithm that is used for
this component. |
protected CombinedStackDockContentPane |
CombinedStackDockComponent.createContentPane(CombinedStackDockComponent<T,M,I> self)
Creates the content pane for
this component. |
Constructor and Description |
---|
CombinedStackDockContentPane(CombinedStackDockComponent<?,?,?> parent)
Creates a new content pane
|
DockActionCombinedInfoComponent(CombinedStackDockComponent<?,?,?> pane)
Creates a new component.
|