Uses of Class
gui.transact.TrState

Packages that use TrState
gui.transact   
 

Uses of TrState in gui.transact
 

Subclasses of TrState in gui.transact
 class TrAvailable
           
 class TrExitApp
           
 class TrInitDialClient
           
 class TrInitDialServ
           
 class TrInitGlobalProcesses
           
 class TrInitSpeech
           
 class TrPlayBack
           
 class TrReady
           
 class TrRecognise
           
 

Fields in gui.transact declared as TrState
private  TrState TrConstants.state
           
private  TrState Transaction.state
           
 

Fields in gui.transact with type parameters of type TrState
private  java.util.Vector<TrState> Transaction.visitedStates
           
 

Methods in gui.transact that return TrState
 TrState TrConstants.getState()
           
 

Methods in gui.transact that return types with arguments of type TrState
protected  java.util.Vector<TrState> Transaction.getVisitedStates()
           
 

Methods in gui.transact with parameters of type TrState
protected  void Transaction.addVisitedState(TrState visitedState)
           
 void Transaction.setState(TrState state)
          Changes the current state and notifies observers of Transaction.
 

Constructors in gui.transact with parameters of type TrState
TrConstants(TrState state)