| Package | Description |
|---|---|
| bibliothek.gui.dock | |
| bibliothek.gui.dock.toolbar.expand |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractToolbarDockStation
Base class of a
DockStation behaving like a typical toolbar: the
children are ordered in a list, an optional title and border may be shown. |
class |
ToolbarDockStation
|
class |
ToolbarGroupDockStation
|
class |
ToolbarItemDockable
|
| Modifier and Type | Method and Description |
|---|---|
ExpandableToolbarItem |
ExpandableStateController.getItem()
Gets the item which is observed by this controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpandableToolbarItemListener.changed(ExpandableToolbarItem item,
ExpandedState oldState,
ExpandedState newState)
Called if the state of
item changed from
oldState to newState. |
void |
ExpandableToolbarItemListener.enablementChanged(ExpandableToolbarItem item,
ExpandedState state,
boolean enabled)
|
| Constructor and Description |
|---|
ExpandableStateController(ExpandableToolbarItem item)
Creates a new controller.
|
Copyright © 2018. All rights reserved.