| Package | Description |
|---|---|
| bibliothek.gui.dock | |
| bibliothek.gui.dock.station.toolbar | |
| bibliothek.gui.dock.station.toolbar.group | |
| bibliothek.gui.dock.toolbar.expand |
| Modifier and Type | Method and Description |
|---|---|
ExpandedState |
AbstractToolbarDockStation.getExpandedState() |
ExpandedState |
ToolbarItemDockable.getExpandedState() |
ExpandedState |
ExpandableToolbarItemStrategy.getState(Dockable item)
Gets the current state
item has. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExpandableToolbarItemStrategy.isEnabled(Dockable item,
ExpandedState state)
|
boolean |
AbstractToolbarDockStation.isEnabled(ExpandedState state) |
boolean |
ToolbarItemDockable.isEnabled(ExpandedState state) |
void |
ToolbarItemDockable.setAction(DockAction action,
ExpandedState state)
Sets the
DockAction which should be shown if in state state. |
void |
ToolbarItemDockable.setComponent(Component component,
ExpandedState state)
Sets the
Component which should be shown if in state state. |
void |
AbstractToolbarDockStation.setExpandedState(ExpandedState state) |
void |
ToolbarItemDockable.setExpandedState(ExpandedState state) |
void |
AbstractToolbarDockStation.setExpandedState(ExpandedState state,
boolean action)
Sets the
ExpandedState of this station. |
void |
ToolbarItemDockable.setItem(ToolbarItem item,
ExpandedState state)
Sets the
ToolbarItem which should be shown if in state
state. |
void |
ExpandableToolbarItemStrategy.setState(Dockable item,
ExpandedState state)
Changes the state of
item to state. |
void |
AbstractToolbarDockStation.shrink(ExpandedState state) |
| Modifier and Type | Method and Description |
|---|---|
ExpandedState |
ToolbarDockPerspective.getExpandedState()
Gets the preferred size of this station.
|
ExpandedState |
ToolbarGroupDockPerspective.getExpandedState()
Gets the default size of this station.
|
ExpandedState |
ToolbarGroupDockStationLayout.getState()
Tells whether the children are big or small.
|
ExpandedState |
ToolbarDockStationLayout.getState()
Tells whether the children are big or small.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolbarDockPerspective.setExpandedState(ExpandedState state)
Sets the preferred size of this station.
|
void |
ToolbarGroupDockPerspective.setExpandedtState(ExpandedState state)
Sets the default size of this station
|
| Constructor and Description |
|---|
ToolbarDockStationLayout(PlaceholderMap placeholders,
ExpandedState state)
Creates a new layout object.
|
ToolbarGroupDockStationLayout(PlaceholderMap map,
ExpandedState state)
Creates a new layout object.
|
| Modifier and Type | Method and Description |
|---|---|
ExpandedState |
ExpandToolbarGroupActions.ExpandColumn.getState()
Gets the current
ExpandedState of this column. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpandToolbarGroupActions.ExpandColumn.setState(ExpandedState state) |
| Modifier and Type | Method and Description |
|---|---|
ExpandedState |
ExpandableToolbarItem.getExpandedState()
Gets the current state of this item.
|
static ExpandedState |
ExpandedState.getOrdered(int size)
Orders the
ExpandedStates according to their size, and returns the
size'th state. |
ExpandedState |
DefaultExpandableToolbarItemStrategy.getState(Dockable item) |
ExpandedState |
DisabledExpandableToolbarItemStrategy.getState(Dockable item) |
ExpandedState |
ExpandedState.larger()
Gets the next larger state.
|
ExpandedState |
ExpandedState.smaller()
Gets the next smaller state.
|
static ExpandedState |
ExpandedState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpandedState[] |
ExpandedState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 |
ExpandableToolbarItemStrategyListener.enablementChanged(Dockable item,
ExpandedState state,
boolean enabled)
Called if the result of
ExpandableToolbarItemStrategy.isEnabled(Dockable, ExpandedState)
changed for item and state. |
void |
ExpandableToolbarItemListener.enablementChanged(ExpandableToolbarItem item,
ExpandedState state,
boolean enabled)
Called if the result of
ExpandableToolbarItem.isEnabled(ExpandedState) changed
for item and state to enabled. |
boolean |
DefaultExpandableToolbarItemStrategy.isEnabled(Dockable item,
ExpandedState state) |
boolean |
DisabledExpandableToolbarItemStrategy.isEnabled(Dockable item,
ExpandedState state) |
boolean |
ExpandableToolbarItem.isEnabled(ExpandedState state)
Tells whether this
ExpandableToolbarItem likes to be in state state. |
void |
ExpandableToolbarItem.setExpandedState(ExpandedState state)
Changes the state of this item to
state. |
void |
DefaultExpandableToolbarItemStrategy.setState(Dockable item,
ExpandedState state) |
void |
DisabledExpandableToolbarItemStrategy.setState(Dockable item,
ExpandedState state) |
Copyright © 2018. All rights reserved.