|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SyntheticCmdListener
Field Summary | |
private int |
byte_count
|
private int |
col_size
|
(package private) java.lang.String |
default_filename
|
private boolean |
do_custom_size
|
private DspDialog |
parent
|
private int |
reply_value
|
private int |
row_size
|
private WsiCommand |
wsi_cmd
|
Constructor Summary | |
SyntheticCmdListener(DspDialog parent)
Class constructor. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
This method handles all the events. |
void |
textValueChanged(java.awt.event.TextEvent e)
This method handles textfield change events. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private DspDialog parent
private WsiCommand wsi_cmd
private boolean do_custom_size
private int byte_count
private int row_size
private int col_size
private int reply_value
final java.lang.String default_filename
Constructor Detail |
public SyntheticCmdListener(DspDialog parent)
parent
- The dialog window that this class listens for.Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
e
- The event.ActionListener
public void textValueChanged(java.awt.event.TextEvent e)
e
- The text event.TextListener
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |