rcx.rcxtools.rcxdirectmode
Class ActionMotor

java.lang.Object
  extended by rcx.rcxtools.rcxdirectmode.Action
      extended by rcx.rcxtools.rcxdirectmode.ActionMotor
Direct Known Subclasses:
ActionMotorPower, ActionStop

public class ActionMotor
extends Action


Field Summary
 Motor motor
           
static java.lang.String[] motorLabel
           
 Motor[] motors
           
 
Fields inherited from class rcx.rcxtools.rcxdirectmode.Action
owner, status
 
Constructor Summary
ActionMotor(RCXDirectMode pOwner)
           
 
Method Summary
 void go(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

motorLabel

public static java.lang.String[] motorLabel

motors

public Motor[] motors

motor

public Motor motor
Constructor Detail

ActionMotor

public ActionMotor(RCXDirectMode pOwner)
Method Detail

go

public void go(java.awt.event.ActionEvent evt)