|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--CircuitDiagram.MenuListener
This class handles the actions sent to the various CircuitDiagram menu commands.
Field Summary | |
(package private) CircuitDiagram |
cd
The CircuitDiagram this MenuListener belongs to |
Constructor Summary | |
(package private) |
CircuitDiagram.MenuListener(CircuitDiagram _cd)
Constructor just creates the actionlistener |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Action listener method that handles the command dispatching |
Methods inherited from class java.lang.Object |
|
Field Detail |
CircuitDiagram cd
Constructor Detail |
CircuitDiagram.MenuListener(CircuitDiagram _cd)
_cd
- the parent CircuitDiagramMethod Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
e
- the action event when a menu item is selected
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |