|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.awt.event.WindowAdapter
|
+--CircuitDiagram.CDCloser
This class handles closing the CircuitDiagram window when it's done manually, instead of through a menu command
| Field Summary | |
(package private) CircuitDiagram |
w
|
| Constructor Summary | |
(package private) |
CircuitDiagram.CDCloser(CircuitDiagram _w)
Creates the CDCloser - takes the CircuitDiagram that it will control |
| Method Summary | |
void |
windowClosing(java.awt.event.WindowEvent e)
Executed on WindowClosing - calls circuitdiagram.close() |
| Methods inherited from class java.awt.event.WindowAdapter |
windowActivated,
windowClosed,
windowDeactivated,
windowDeiconified,
windowIconified,
windowOpened |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
CircuitDiagram w
| Constructor Detail |
CircuitDiagram.CDCloser(CircuitDiagram _w)
_w - The CircuitDiagram to control| Method Detail |
public void windowClosing(java.awt.event.WindowEvent e)
e - the WindowEvent
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||