Uses of Interface
org.jminor.common.model.State

Packages that use State
org.jminor.common.model   
org.jminor.common.ui.control   
 

Uses of State in org.jminor.common.model
 

Subinterfaces of State in org.jminor.common.model
static interface State.AggregateState
          A state which behaves according to a set of states, either ANDing or ORing those together when determining its own state.
 

Methods in org.jminor.common.model that return State
static State States.state()
          Instantiates a new State object.
static State States.state(boolean initialState)
          Instantiates a new State object.
 

Methods in org.jminor.common.model with parameters of type State
 void State.StateGroup.addState(State state)
          Adds a state to this state group via a WeakReference, so it does not prevent it from being garbage collected.
 

Uses of State in org.jminor.common.ui.control
 

Constructors in org.jminor.common.ui.control with parameters of type State
ControlSet(String name, char mnemonic, State enabledState, Control... controls)
          Constructs a new ControlSet
ControlSet(String name, char mnemonic, State enabledState, ImageIcon icon, Control... controls)
          Constructs a new ControlSet