|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.argouml.uml.ui.UMLNameEventListener
This class is used to dispatch a NSUML change event (which may occur on a non-UI) thread) to user interface components. The class is created in response to a NSUML change event being captures by a UMLUserInterfaceContainer and then is passed as an argument to InvokeLater to be run on the user interface thread.
| Constructor Summary | |
UMLNameEventListener(java.awt.Container container,
java.lang.Class[] metaClasses)
Creates a UMLChangeDispatch. |
|
| Method Summary | |
void |
listRoleItemSet(ru.novosoft.uml.MElementEvent mee)
configures this instance to dispatch a listRoleItemSet event. |
void |
propertySet(ru.novosoft.uml.MElementEvent mee)
configures this instance to dispatch a propertySet event. |
void |
recovered(ru.novosoft.uml.MElementEvent mee)
configures this instance to dispatch a recovered event. |
void |
removed(ru.novosoft.uml.MElementEvent mee)
configures this instance to dispatch a removed event. |
void |
roleAdded(ru.novosoft.uml.MElementEvent mee)
configures this instance to dispatch a roleAdded event. |
void |
roleRemoved(ru.novosoft.uml.MElementEvent mee)
configures this instance to dispatch a roleRemoved event. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UMLNameEventListener(java.awt.Container container,
java.lang.Class[] metaClasses)
container - user interface container to which changes are dispatched.metaClasses - an array of classes (possibly null) whose names should
monitored. For example, passing MClassifier.class will monitor name
changes on classifiers.| Method Detail |
public void propertySet(ru.novosoft.uml.MElementEvent mee)
propertySet in interface ru.novosoft.uml.MElementListenermee - NSUML eventpublic void listRoleItemSet(ru.novosoft.uml.MElementEvent mee)
listRoleItemSet in interface ru.novosoft.uml.MElementListenermee - NSUML eventpublic void recovered(ru.novosoft.uml.MElementEvent mee)
recovered in interface ru.novosoft.uml.MElementListenermee - NSUML event.public void removed(ru.novosoft.uml.MElementEvent mee)
removed in interface ru.novosoft.uml.MElementListenermee - NSUML event.public void roleAdded(ru.novosoft.uml.MElementEvent mee)
roleAdded in interface ru.novosoft.uml.MElementListenermee - NSUML event.public void roleRemoved(ru.novosoft.uml.MElementEvent mee)
roleRemoved in interface ru.novosoft.uml.MElementListenermee - NSUML event
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2003 (20040125) | ArgoUML Project Home | ArgoUML Cookbook |