Package | Description |
---|---|
bibliothek.gui.dock | |
bibliothek.gui.dock.station.toolbar | |
bibliothek.gui.dock.station.toolbar.group | |
bibliothek.gui.dock.toolbar | |
bibliothek.gui.dock.toolbar.expand |
Modifier and Type | Method and Description |
---|---|
ExpandedState |
AbstractToolbarDockStation.getExpandedState() |
ExpandedState |
ToolbarItemDockable.getExpandedState() |
ExpandedState |
ExpandableToolbarItemStrategy.getState(bibliothek.gui.Dockable item)
Gets the current state
item has. |
Modifier and Type | Method and Description |
---|---|
boolean |
ExpandableToolbarItemStrategy.isEnabled(bibliothek.gui.Dockable item,
ExpandedState state)
Tells whether the
Dockable item can have the state
state . |
boolean |
AbstractToolbarDockStation.isEnabled(ExpandedState state) |
boolean |
ToolbarItemDockable.isEnabled(ExpandedState state) |
void |
ToolbarItemDockable.setAction(bibliothek.gui.dock.action.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(bibliothek.gui.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 |
ToolbarDockStationLayout.getState()
Tells whether the children are big or small.
|
ExpandedState |
ToolbarGroupDockStationLayout.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(bibliothek.gui.dock.station.support.PlaceholderMap placeholders,
ExpandedState state)
Creates a new layout object.
|
ToolbarGroupDockStationLayout(bibliothek.gui.dock.station.support.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 |
---|---|
void |
CToolbarItem.setItem(bibliothek.gui.dock.common.action.CAction item,
ExpandedState state)
Sets a component which should be shown when this dockable is in state
state . |
void |
CToolbarItem.setItem(Component item,
ExpandedState state)
Sets a component which should be shown when this dockable is in state
state . |
void |
CToolbarItem.setItem(ToolbarItem item,
ExpandedState state)
Sets a component which should be shown when this dockable is in state
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
ExpandedState s according to their size, and returns the
size 'th state. |
ExpandedState |
DefaultExpandableToolbarItemStrategy.getState(bibliothek.gui.Dockable item) |
ExpandedState |
DisabledExpandableToolbarItemStrategy.getState(bibliothek.gui.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(bibliothek.gui.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(bibliothek.gui.Dockable item,
ExpandedState state) |
boolean |
DisabledExpandableToolbarItemStrategy.isEnabled(bibliothek.gui.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(bibliothek.gui.Dockable item,
ExpandedState state) |
void |
DisabledExpandableToolbarItemStrategy.setState(bibliothek.gui.Dockable item,
ExpandedState state) |