| Package | Description |
|---|---|
| bibliothek.gui.dock | |
| bibliothek.gui.dock.toolbar.item |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolbarItemDockable.setItem(ToolbarItem item,
ExpandedState state)
Sets the
ToolbarItem which should be shown if in state
state. |
| Constructor and Description |
|---|
ToolbarItemDockable(ToolbarItem item)
Creates a new dockable
|
ToolbarItemDockable(ToolbarItem item,
Icon icon)
Creates a new dockable
|
ToolbarItemDockable(ToolbarItem item,
String title)
Creates a new dockable
|
ToolbarItemDockable(ToolbarItem item,
String title,
Icon icon)
Creates a new dockable
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentItem
A
ComponentItem is the most simple implementation of ToolbarItem, it
just wraps around a single Component. |
class |
DockActionItem
A wrapper around a
DockAction allowing the action to show up on a toolbar. |
Copyright © 2018. All rights reserved.