|
|||||||||
| 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.ReportBatch.ReportBatchOperation
|
+--net.aerith.misao.toolkit.PhotometryCalibration.WritingOperation
The WritingOperation represents an operation to update
the magnitude and save the XML files.
| Field Summary | |
protected PhotometryCalibrationInternalFrame |
frame
The frame. |
| Fields inherited from class net.aerith.misao.toolkit.ReportBatch.ReportBatchOperation |
db_manager,
file_manager |
| 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 | |
WritingOperation(MultiTaskConductor conductor,
PhotometryCalibrationInternalFrame frame)
Constructs a WritingOperation. |
|
| Method Summary | |
protected void |
notifyEnd(java.lang.Exception exception)
Notifies when the operation ends. |
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.toolkit.ReportBatch.ReportBatchOperation |
getDBManager,
setDBManager,
setFileManager |
| 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,
notifyFailed,
notifyStart,
notifySucceeded,
notifyWarned |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected PhotometryCalibrationInternalFrame frame
| Constructor Detail |
public WritingOperation(MultiTaskConductor conductor,
PhotometryCalibrationInternalFrame frame)
WritingOperation.conductor - the conductor of multi task operation.frame - the frame.| Method Detail |
public int showSettingDialog()
protected void notifyEnd(java.lang.Exception exception)
exception - the exception if an error occurs, or null if
succeeded.
public void operate(java.lang.Object object)
throws java.lang.Exception
object - the target object to operate.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||