|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--DspDialogListener
Field Summary | |
private java.lang.String |
message
|
private DspDialog |
parent
|
private int |
selectedIndex
|
Constructor Summary | |
DspDialogListener(DspDialog parent)
Constructor. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
This method overides the same one in the ActionListener interface. |
void |
stateChanged(javax.swing.event.ChangeEvent ce)
Controls the switching of the "tabbed panes". |
Methods inherited from class java.lang.Object |
|
Field Detail |
private DspDialog parent
private int selectedIndex
private java.lang.String message
Constructor Detail |
public DspDialogListener(DspDialog parent)
parent
- The window for which this class listens.DspDialog
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
e
- The event description.ActionListener
public void stateChanged(javax.swing.event.ChangeEvent ce)
ChangeListener
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |