|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--md3.md3model.MD3ModelVisitor
|
+--md3.md3view.MD3ModelUpdateTagMenuVisitor
An MD3Model visitor that walks through an MD3Model structure and updates a tags menu with the tags found in the visited models.
| Constructor Summary | |
MD3ModelUpdateTagMenuVisitor(java.awt.Menu tagsMenu)
Create a new visitor to update the given tags menu. |
|
MD3ModelUpdateTagMenuVisitor(java.awt.Menu tagsMenu,
java.lang.String name)
Create a new visitor to update the given tags menu. |
|
| Method Summary | |
void |
visit(MD3Model model)
Visit a MD3Model object. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public MD3ModelUpdateTagMenuVisitor(java.awt.Menu tagsMenu)
Create a new visitor to update the given tags menu.
The tags menu will have menu items that pop up file dialogs to obtain the name of the files to attach.
tagsMenu - Menu to update.
public MD3ModelUpdateTagMenuVisitor(java.awt.Menu tagsMenu,
java.lang.String name)
Create a new visitor to update the given tags menu.
The tags menu will have menu items that attach the given model to a certain tag position.
tagsMenu - Menu to update.name - Name of model to attach.| Method Detail |
public void visit(MD3Model model)
Visit a MD3Model object.
model - The object to visit.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||