Class MotorView

java.lang.Object
  extended by PortView
      extended by MotorView

public class MotorView
extends PortView


Field Summary
static MotorView A
           
static MotorView B
           
static MotorView C
           
 
Method Summary
 void prgmPressed()
           
 void runPressed()
           
 void showPort()
           
 void showValues()
           
 void shutdown()
           
 
Methods inherited from class PortView
showCursor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

A

public static final MotorView A

B

public static final MotorView B

C

public static final MotorView C
Method Detail

showPort

public void showPort()
Specified by:
showPort in class PortView

showValues

public void showValues()
Specified by:
showValues in class PortView

runPressed

public void runPressed()
Specified by:
runPressed in class PortView

prgmPressed

public void prgmPressed()
Specified by:
prgmPressed in class PortView

shutdown

public void shutdown()
Specified by:
shutdown in class PortView