Uses of Interface
com.sdm.quasar.client.core.common.Acceptor

Packages that use Acceptor
com.sdm.quasar.client.core.states   
com.sdm.quasar.client.swing.states   
com.sdm.util.model.states   
 

Uses of Acceptor in com.sdm.quasar.client.core.states
 

Methods in com.sdm.quasar.client.core.states that return Acceptor
 Acceptor AcceptorBooleanState.getAcceptor()
           
 

Methods in com.sdm.quasar.client.core.states with parameters of type Acceptor
 void AcceptorBooleanState.setAcceptor(Acceptor acceptor)
          sets a new Acceptor
 

Constructors in com.sdm.quasar.client.core.states with parameters of type Acceptor
StateAcceptedBooleanState(java.lang.String name, State sourceState, Acceptor acceptor)
          Creates a new StateAcceptedBooleanState.
StateAcceptedBooleanState(State sourceState, Acceptor acceptor)
          Creates a new StateAcceptedBooleanState.
AcceptorBooleanState(java.lang.String name, Acceptor acceptor)
          Creates a new AcceptorBooleanState.
AcceptorBooleanState(Acceptor acceptor)
          Creates a new AcceptorBooleanState.
 

Uses of Acceptor in com.sdm.quasar.client.swing.states
 

Constructors in com.sdm.quasar.client.swing.states with parameters of type Acceptor
DocumentTextAcceptedBooleanState(javax.swing.text.Document document, Acceptor acceptor)
          Constructs the BooleanState representing the acceptance of the document text with an Acceptor.
DocumentTextAcceptedBooleanState(javax.swing.text.Document document, Acceptor acceptor, java.lang.String name)
          Constructs the BooleanState representing the acceptance of the document text with an Acceptor.
 

Uses of Acceptor in com.sdm.util.model.states
 

Constructors in com.sdm.util.model.states with parameters of type Acceptor
ValueAcceptedBooleanState(java.lang.String name, ValueModel valueModel, Acceptor acceptor)
          Creates a new ValueAcceptedBooleanState.
ValueAcceptedBooleanState(ValueModel valueModel, Acceptor acceptor)
          Creates a new ValueAcceptedBooleanState.