|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--SaveListener
Reusable listener that, when invoked, will save a Window's text area into a file.
| Constructor Summary | |
(package private) |
SaveListener(javax.swing.JTextArea ta,
javax.swing.JFrame j)
Initialize the listener |
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Call utility routine to save the text |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
SaveListener(javax.swing.JTextArea ta,
javax.swing.JFrame j)
ta - The text area to be savedj - The window in the text area| Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenere - not used
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||