|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.util.OperationObservable
|
+--net.aerith.misao.util.Operation
|
+--net.aerith.misao.util.MultiTaskOperation
|
+--net.aerith.misao.toolkit.BatchExamination.BatchExaminationOperation
The BatchExaminationOperation represents a batch
operation of image examination on the selected images.
| Field Summary | |
protected BatchExaminationSettingDialog |
dialog
The dialog to set the parameters to search new stars. |
| Fields inherited from class net.aerith.misao.util.MultiTaskOperation |
conductor |
| Fields inherited from class net.aerith.misao.util.Operation |
monitor_set,
stopped |
| Fields inherited from class net.aerith.misao.util.OperationObservable |
observer_list |
| Constructor Summary | |
BatchExaminationOperation(MultiTaskConductor conductor)
Constructs a BatchExaminationOperation. |
|
| Method Summary | |
protected ExaminationOperator |
createExaminationOperator(XmlInstruction instruction)
Creates the examination operator. |
void |
operate(java.lang.Object object)
Operates on one item. |
int |
showSettingDialog()
Shows the dialog to set parameters. |
| Methods inherited from class net.aerith.misao.util.MultiTaskOperation |
operate,
ready |
| Methods inherited from class net.aerith.misao.util.Operation |
addMonitor,
isStopped,
perform,
run,
stop |
| Methods inherited from class net.aerith.misao.util.OperationObservable |
addObserver,
deleteObserver,
notifyEnd,
notifyFailed,
notifyStart,
notifySucceeded,
notifyWarned |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected BatchExaminationSettingDialog dialog
| Constructor Detail |
public BatchExaminationOperation(MultiTaskConductor conductor)
BatchExaminationOperation.conductor - the conductor of multi task operation.| Method Detail |
public int showSettingDialog()
public void operate(java.lang.Object object)
throws java.lang.Exception
object - the target object to operate.protected ExaminationOperator createExaminationOperator(XmlInstruction instruction)
instruction - the XML instruction element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||