|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ExposureControlListener | +--IRExposureControlListener
Field Summary | |
private IRExposureCommand |
ir_exp_cmd
|
private VoodooMainWindow |
parent
|
Fields inherited from class ExposureControlListener |
exp_cmd,
exposure_status,
exposure_time,
image_filename,
number_of_exposures,
parent |
Constructor Summary | |
IRExposureControlListener(VoodooMainWindow parent)
Constructor. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
This method handles action events from the exposure control section of the main application window. |
void |
itemStateChanged(java.awt.event.ItemEvent ie)
This method handles item selection events from the exposure control section of the main application window. |
Methods inherited from class ExposureControlListener |
caretUpdate |
Methods inherited from class java.lang.Object |
|
Field Detail |
private VoodooMainWindow parent
private IRExposureCommand ir_exp_cmd
Constructor Detail |
public IRExposureControlListener(VoodooMainWindow parent)
parent
- The window for which this controller listens.Method Detail |
public void itemStateChanged(java.awt.event.ItemEvent ie)
ie
- The selection event.ItemListener
public void actionPerformed(java.awt.event.ActionEvent e)
e
- The event.ActionListener
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |