Package | Description |
---|---|
bibliothek.gui.dock | |
bibliothek.gui.dock.toolbar | |
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,
javax.swing.Icon icon)
Creates a new dockable
|
ToolbarItemDockable(ToolbarItem item,
java.lang.String title)
Creates a new dockable
|
ToolbarItemDockable(ToolbarItem item,
java.lang.String title,
javax.swing.Icon icon)
Creates a new dockable
|
Modifier and Type | Method and Description |
---|---|
void |
CToolbarItem.setItem(ToolbarItem item,
ExpandedState state)
Sets a component which should be shown when this dockable is in state
state . |
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. |