| 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.menu |
Contains an abstract implementation of
CombinedMenu
including helper classes. |
| 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
DockActions and is used by the BubbleStackDockComponent
to be shown alongside the tabs. |
class |
BubbleTabMenu
A round button with an icon that opens a menu when clicked.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EclipseMenu
A menu used by the
EclipseTabPane to select Dockables.The icon of the menu is TabMenuOverflowIconBridge.ICON_KEY, and thus changes automatically
when the number of children changes. |
class |
EclipseTab
|
class |
EclipseTabInfo
This component shows a subset of
DockActions of the currently selected
Dockable of its parent TabPane. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlatInfoComponent
This component shows a number of
DockActions and is used by the BubbleStackDockComponent
to be shown alongside the tabs. |
class |
FlatMenu
A menu that contains a list of
Dockables to select. |
| Modifier and Type | Class and Description |
|---|---|
class |
DockActionCombinedInfoComponent
An
AbstractTabPaneComponent that was specifically designed for showing a set of DockActions. |
| Modifier and Type | Method and Description |
|---|---|
CombinedHandler<AbstractTabPaneComponent> |
CombinedStackDockComponent.getInfoHandler()
Gets a handler for info components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCombinedMenu
An abstract implementation of
CombinedMenu, this menu
delegates creation and management of its Component to its
subclasses and uses a CombinedMenuContent to show its content. |
class |
ButtonCombinedMenu<B extends Component>
A
CombinedMenu intended to be subclasses. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTab
|
Copyright © 2017 Docking Frames. All rights reserved.