net.threebit.jvr.console
Class Example10

java.lang.Object
  extended bynet.threebit.jvr.JVRBaseClass
      extended bynet.threebit.jvr.console.AbstractExample
          extended bynet.threebit.jvr.console.Example10
All Implemented Interfaces:
java.io.Serializable

public class Example10
extends AbstractExample

See Also:
Serialized Form

Field Summary
(package private)  javax.swing.JDialog dlg
           
(package private)  int dt2
           
(package private)  int dx1
           
(package private)  int msi7
           
(package private)  int msi8
           
(package private)  boolean stop
           
 
Fields inherited from class net.threebit.jvr.console.AbstractExample
buttonPanel, console, gbl, propPanel, runButton, setupDialog
 
Fields inherited from class net.threebit.jvr.JVRBaseClass
logger
 
Constructor Summary
Example10()
           
 
Method Summary
 java.lang.String getName()
          Implementing classes should override this method to return a more descriptive name (spaces are OK).
 void run()
          Abstract method that must be implemented by the example class.
 
Methods inherited from class net.threebit.jvr.console.AbstractExample
getAnalogDxResourceList, getDxResourceList, info
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dlg

javax.swing.JDialog dlg

msi7

int msi7

msi8

int msi8

dt2

int dt2

dx1

int dx1

stop

boolean stop
Constructor Detail

Example10

public Example10()
Method Detail

getName

public java.lang.String getName()
Description copied from class: AbstractExample
Implementing classes should override this method to return a more descriptive name (spaces are OK). By default, the fully qualified class name of the example is provided.

Overrides:
getName in class AbstractExample

run

public void run()
Description copied from class: AbstractExample
Abstract method that must be implemented by the example class.

Specified by:
run in class AbstractExample