|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SwingWorker | +--ArrayControlCommand
Field Summary | |
private java.lang.String |
command
|
private DspCommand2 |
dsp_cmd
|
private VoodooMainWindow |
parent
|
Fields inherited from class SwingWorker |
abort,
thread,
value |
Constructor Summary | |
ArrayControlCommand(VoodooMainWindow parent)
Class constructor. |
Method Summary | |
java.lang.Object |
construct()
This method initiates the command. |
java.lang.Object |
do_command()
This method handles sending the commands for the Camera buttons. |
void |
set_command(java.lang.String cmd)
This method sets the command to be sent to the camera. |
Methods inherited from class SwingWorker |
alive,
finished,
get,
interrupt,
stop,
thread_it |
Methods inherited from class java.lang.Object |
|
Field Detail |
private VoodooMainWindow parent
private DspCommand2 dsp_cmd
private java.lang.String command
Constructor Detail |
public ArrayControlCommand(VoodooMainWindow parent)
Method Detail |
public java.lang.Object construct()
SwingWorker
public void set_command(java.lang.String cmd)
public java.lang.Object do_command()
SwingWorker
,
DspCommand2
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |