Class SensorView

java.lang.Object
  extended by PortView
      extended by SensorView

public class SensorView
extends PortView


Field Summary
static SensorView S1
           
static SensorView S2
           
static SensorView S3
           
 
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

S1

public static final SensorView S1

S2

public static final SensorView S2

S3

public static final SensorView S3
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