|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SwingWorker | +--ManualCommand
Field Summary | |
private boolean |
abort
|
private int |
argument1
|
private int |
argument2
|
private int |
argument3
|
private int |
argument4
|
private int |
argument5
|
private int |
board_destination
|
private int |
command
|
private DspCommand2 |
dsp_cmd
|
private int |
number_of_args
|
private DspDialog |
parent
|
private int |
reply_value
|
Fields inherited from class SwingWorker |
abort,
thread,
value |
Constructor Summary | |
ManualCommand()
Class constructor. |
|
ManualCommand(DspDialog parent)
Class constructor. |
Method Summary | |
java.lang.Object |
apply()
This method sends the command and any non-null argument registers to the specified controller board. |
java.lang.Object |
construct()
This method starts the SwingWorker thread. |
void |
finished()
This method closes the SwingWorker thread. |
private void |
print_debug()
This method prints the debug message to the info/status window. |
void |
set_arg1(int new_argument1)
This method sets the argument 1 register to the specified value. |
void |
set_arg2(int new_argument2)
This method sets the argument 2 register to the specified value. |
void |
set_arg3(int new_argument3)
This method sets the argument 3 register to the specified value. |
void |
set_arg4(int new_argument4)
This method sets the argument 4 register to the specified value. |
void |
set_arg5(int new_argument5)
This method sets the argument 5 register to the specified value. |
void |
set_argument(int arg,
java.lang.String txtfld_string)
This method sets the specified argument register to the specified value. |
void |
set_board_destination(int new_board_destination)
This method sets the board destination register to the board that is to receive the command. |
void |
set_command(int new_command)
This method sets the command to be issued to the specified DSP controller. |
void |
set_command(java.lang.String command_string)
This method sets the command to be issued to the specified DSP controller. |
private void |
set_reply_text()
This method sets the reply message string in the specified parent window. |
void |
stop()
This method aborts the current thread. |
Methods inherited from class SwingWorker |
alive,
get,
interrupt,
thread_it |
Methods inherited from class java.lang.Object |
|
Field Detail |
private DspCommand2 dsp_cmd
private DspDialog parent
private boolean abort
private int command
private int argument1
private int argument2
private int argument3
private int argument4
private int argument5
private int board_destination
private int number_of_args
private int reply_value
Constructor Detail |
public ManualCommand()
public ManualCommand(DspDialog parent)
Method Detail |
public java.lang.Object construct()
SwingWorker
public void finished()
SwingWorker
public void stop()
SwingWorker
public void set_command(int new_command)
public void set_command(java.lang.String command_string) throws java.lang.ArrayIndexOutOfBoundsException
VTextField
public void set_arg1(int new_argument1)
new_argument1
- The argument value.public void set_arg2(int new_argument2)
new_argument2
- The argument value.public void set_arg3(int new_argument3)
new_argument3
- The argument value.public void set_arg4(int new_argument4)
new_argument4
- The argument value.public void set_arg5(int new_argument5)
new_argument5
- The argument value.public void set_argument(int arg, java.lang.String txtfld_string)
public void set_board_destination(int new_board_destination)
public java.lang.Object apply()
private void set_reply_text()
private void print_debug()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |