Uses of Class
org.eclipse.core.commands.State

Packages that use State
org.eclipse.core.commands Application programming interfaces for commands and handlers. 
 

Uses of State in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands that return State
 State IObjectWithState.getState(java.lang.String stateId)
          Gets the state with the given id.
 State AbstractHandlerWithState.getState(java.lang.String stateId)
           
 

Methods in org.eclipse.core.commands with parameters of type State
 void IObjectWithState.addState(java.lang.String id, State state)
          Adds state to this object.
 void Command.addState(java.lang.String id, State state)
           Adds a state to this command.
 void AbstractHandlerWithState.addState(java.lang.String stateId, State state)
           Adds a state to this handler.
 void IStateListener.handleStateChange(State state, java.lang.Object oldValue)
          Handles a change to the value in some state.