Uses of Class
bibliothek.gui.dock.toolbar.expand.ExpandedState

Packages that use ExpandedState
bibliothek.gui.dock   
bibliothek.gui.dock.station.toolbar   
bibliothek.gui.dock.station.toolbar.group   
bibliothek.gui.dock.toolbar   
bibliothek.gui.dock.toolbar.expand   
 

Uses of ExpandedState in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return ExpandedState
 ExpandedState AbstractToolbarDockStation.getExpandedState()
           
 ExpandedState ToolbarItemDockable.getExpandedState()
           
 ExpandedState ExpandableToolbarItemStrategy.getState(bibliothek.gui.Dockable item)
          Gets the current state item has.
 

Methods in bibliothek.gui.dock with parameters of type ExpandedState
 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)
           
 

Uses of ExpandedState in bibliothek.gui.dock.station.toolbar
 

Methods in bibliothek.gui.dock.station.toolbar that return ExpandedState
 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.
 

Methods in bibliothek.gui.dock.station.toolbar with parameters of type ExpandedState
 void ToolbarDockPerspective.setExpandedState(ExpandedState state)
          Sets the preferred size of this station.
 void ToolbarGroupDockPerspective.setExpandedtState(ExpandedState state)
          Sets the default size of this station
 

Constructors in bibliothek.gui.dock.station.toolbar with parameters of type ExpandedState
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.
 

Uses of ExpandedState in bibliothek.gui.dock.station.toolbar.group
 

Methods in bibliothek.gui.dock.station.toolbar.group that return ExpandedState
 ExpandedState ExpandToolbarGroupActions.ExpandColumn.getState()
          Gets the current ExpandedState of this column.
 

Methods in bibliothek.gui.dock.station.toolbar.group with parameters of type ExpandedState
 void ExpandToolbarGroupActions.ExpandColumn.setState(ExpandedState state)
           
 

Uses of ExpandedState in bibliothek.gui.dock.toolbar
 

Methods in bibliothek.gui.dock.toolbar with parameters of type ExpandedState
 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.
 

Uses of ExpandedState in bibliothek.gui.dock.toolbar.expand
 

Methods in bibliothek.gui.dock.toolbar.expand that return ExpandedState
 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(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.
 

Methods in bibliothek.gui.dock.toolbar.expand with parameters of type ExpandedState
 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)