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".
|
bibliothek.gui.dock.station.stack.tab.layouting |
Various interfaces and classes used by a
TabPane to
describe its content to a TabLayoutManager , which
will set position and size of all the children of the TabPane . |
bibliothek.gui.dock.themes.icon |
Special
Icon s and supporting classes that cannot be saved
as an image because they have attributes that depend on the application, e.g. |
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 | Interface and Description |
---|---|
interface |
CombinedMenu
A menu that is displayed on a
CombinedStackDockComponent . |
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 |
AbstractTabPane<T extends Tab,M extends TabMenu,I extends LonelyTabPaneComponent>
An abstract implementation of
TabPane . |
Modifier and Type | Method and Description |
---|---|
TabMenu |
AbstractTabPane.createMenu() |
TabMenu |
TabPane.createMenu()
Creates a new menu for this pane.
|
TabMenu |
TabMenuDockIcon.getMenu()
Gets the menu which is represented by this icon
|
TabMenu |
TabPaneMenuBackgroundComponent.getMenu()
Gets the menu which is represented by this component.
|
TabMenu[] |
AbstractTabPane.getMenus()
Gets all the menus of this pane, visible and invisible
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTabPane.destroyMenu(TabMenu menu) |
void |
TabPane.destroyMenu(TabMenu menu)
Destroys
menu which was created by
this pane. |
void |
TabMenuListener.dockablesAdded(TabMenu source,
int offset,
int length)
Called after some children have been added to
source . |
void |
TabMenuListener.dockablesRemoved(TabMenu source,
int offset,
int length)
Called after some children have been removed from
source . |
void |
AbstractTabPane.putInMenu(TabMenu menu,
Dockable dockable) |
void |
TabPane.putInMenu(TabMenu menu,
Dockable dockable)
Adds
dockable somewhere on menu . |
Constructor and Description |
---|
TabMenuDockIcon(String id,
TabMenu menu)
Creates a new
DockIcon |
Modifier and Type | Method and Description |
---|---|
TabMenu |
MenuLayoutBlock.getMenu()
Gets the menu of this block.
|
Modifier and Type | Method and Description |
---|---|
void |
MenuLayoutBlock.setMenu(TabMenu menu)
Sets the menu for this block.
|
Modifier and Type | Method and Description |
---|---|
protected Icon |
TabMenuOverflowIconBridge.createIcon(TabMenu menu)
Returns an icon that represents
menu in its current state. |