Uses of Class
edu.stanford.hci.dtools.statechart.model.InputPair

Packages that use InputPair
edu.stanford.hci.dtools.figures   
edu.stanford.hci.dtools.statechart.model   
 

Uses of InputPair in edu.stanford.hci.dtools.figures
 

Method parameters in edu.stanford.hci.dtools.figures with type arguments of type InputPair
 void ConnectionFigure.addConnectionIcons(java.util.ArrayList<InputPair> inputPairs)
          Sets the iconic representation to be placed on the transition
 

Uses of InputPair in edu.stanford.hci.dtools.statechart.model
 

Methods in edu.stanford.hci.dtools.statechart.model that return types with arguments of type InputPair
 java.util.ArrayList<InputPair> StateConnectionModel.getInputPairs()
          Returns the input device responsible for this connection.
 java.util.List<InputPair> StateConnectionModel.removeInputPairs(InputComponent c)
          remove and return all input pairs matching a passed input component
 

Methods in edu.stanford.hci.dtools.statechart.model with parameters of type InputPair
 void StateConnectionModel.updateInputPair(InputPair pair, InputComponent newInput, EventConditional newEvent)