|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Object | +--visualmodeler.MenuView
MenuView setups the menu bar
| Constructor Summary | |
MenuView(javax.swing.JFrame frame,
FileModel model)
Constructs the menu bar |
|
| Method Summary | |
void |
actionPerformed(ActionEvent evt)
Action to be performed when event is triggered |
void |
update(Observable obs,
Object obj)
Update display of object |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MenuView(javax.swing.JFrame frame,
FileModel model)
frame - Frame to setup the menu barmodel - File model for file menu functions| Method Detail |
public void actionPerformed(ActionEvent evt)
actionPerformed in interface ActionListenerevt - an ActionEvent object
public void update(Observable obs,
Object obj)
update in interface Observerobs - Object that is observedobj - Object to update
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||