|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.wagner_ibw.examples.SwitchMatrixExample
It is a simple example program for the switch matrix.
Field Summary | |
private Iow40 |
dev40
|
private IowFactory |
devs
|
(package private) int |
lastCol
|
(package private) int |
lastRow
|
private LCD |
lcd
|
(package private) static boolean |
SHOW
|
private SwitchMatrixKeyMap |
smkm
|
Constructor Summary | |
SwitchMatrixExample()
|
|
SwitchMatrixExample(IowFactory devs)
|
Method Summary | |
private void |
doit()
|
static void |
main(java.lang.String[] args)
|
void |
matrixChanged(SwitchMatrixEvent event)
|
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static boolean SHOW
private IowFactory devs
private Iow40 dev40
private LCD lcd
private SwitchMatrixKeyMap smkm
int lastCol
int lastRow
Constructor Detail |
public SwitchMatrixExample()
public SwitchMatrixExample(IowFactory devs)
Method Detail |
public void run()
run
in interface java.lang.Runnable
public static void main(java.lang.String[] args)
private void doit()
public void matrixChanged(SwitchMatrixEvent event)
matrixChanged
in interface SwitchMatrixChangeListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |