|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--saveopen.translation.SaveOpenDemoMenuHandler
| Field Summary | |
protected SaveOpenDemoFrame |
theSource
This is the Frame from which we listen accept "Save", "Open" and "Quit" commands. |
protected javax.swing.JFrame |
theTarget
This is the most recent Frame from which an ActionEvent has been heard, excluding theSource. |
| Constructor Summary | |
SaveOpenDemoMenuHandler(SaveOpenDemoFrame source)
Creates an instance of SaveOpenDemoMenuHandler,
and registers it to receive ActionEvents
from source. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Our implementation of the ActionListener interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected SaveOpenDemoFrame theSource
protected javax.swing.JFrame theTarget
| Constructor Detail |
public SaveOpenDemoMenuHandler(SaveOpenDemoFrame source)
SaveOpenDemoMenuHandler,
and registers it to receive ActionEvents
from source.| Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||