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.themes.color |
The color subsystem allows each kind of element to get its colors
from a central repository.
|
Modifier and Type | Class and Description |
---|---|
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 Dockable s.The icon of the menu is TabMenuOverflowIconBridge.ICON_KEY , and thus changes automatically
when the number of children changes. |
Modifier and Type | Class and Description |
---|---|
class |
FlatMenu
A menu that contains a list of
Dockable s to select. |
Modifier and Type | Class and Description |
---|---|
class |
CombinedStackDockComponent<T extends CombinedTab,M extends CombinedMenu,I extends CombinedInfoComponent>
A
StackDockComponent which is a combination of other components.This class also implements TabPane and thus supports the
TabLayoutManager . |
Modifier and Type | Method and Description |
---|---|
CombinedHandler<CombinedMenu> |
CombinedStackDockComponent.getMenuHandler()
Gets a handler for menus.
|
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 java.awt.Component>
A
CombinedMenu intended to be subclasses. |
Modifier and Type | Method and Description |
---|---|
CombinedMenu |
MenuColor.getMenu()
Gets the menu for which this color is used.
|
Constructor and Description |
---|
MenuColor(java.lang.String id,
DockStation station,
CombinedMenu menu,
java.awt.Color backup)
Creates a new TabColor.
|
MenuColor(java.lang.String id,
Path kind,
DockStation station,
CombinedMenu menu,
java.awt.Color backup)
Creates a new TabColor.
|