Uses of Class
org.argouml.application.events.ArgoNotationEvent

Packages that use ArgoNotationEvent
org.argouml.application.events Provides for events generated and handled by the Argo application and plugins.  
org.argouml.language.ui   
org.argouml.uml.diagram.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.ui Package Specification (none) Related Documentation (none) 
 

Uses of ArgoNotationEvent in org.argouml.application.events
 

Methods in org.argouml.application.events with parameters of type ArgoNotationEvent
 void ArgoNotationEventListener.notationChanged(ArgoNotationEvent e)
          Invoked when any aspect of the notation has been changed.
 void ArgoNotationEventListener.notationAdded(ArgoNotationEvent e)
          Invoked when a notation has been added.
 void ArgoNotationEventListener.notationRemoved(ArgoNotationEvent e)
          Invoked when a notation has been removed.
 void ArgoNotationEventListener.notationProviderAdded(ArgoNotationEvent e)
          Invoked when a notation provider has been added.
 void ArgoNotationEventListener.notationProviderRemoved(ArgoNotationEvent e)
          Invoked when a notation provider has been removed.
 

Uses of ArgoNotationEvent in org.argouml.language.ui
 

Methods in org.argouml.language.ui with parameters of type ArgoNotationEvent
 void NotationComboBox.notationChanged(ArgoNotationEvent event)
           
 void NotationComboBox.notationAdded(ArgoNotationEvent event)
           
 void NotationComboBox.notationRemoved(ArgoNotationEvent event)
           
 void NotationComboBox.notationProviderAdded(ArgoNotationEvent event)
           
 void NotationComboBox.notationProviderRemoved(ArgoNotationEvent event)
           
 

Uses of ArgoNotationEvent in org.argouml.uml.diagram.ui
 

Methods in org.argouml.uml.diagram.ui with parameters of type ArgoNotationEvent
 void FigNodeModelElement.notationChanged(ArgoNotationEvent event)
           
 void FigNodeModelElement.notationAdded(ArgoNotationEvent event)
           
 void FigNodeModelElement.notationRemoved(ArgoNotationEvent event)
           
 void FigNodeModelElement.notationProviderAdded(ArgoNotationEvent event)
           
 void FigNodeModelElement.notationProviderRemoved(ArgoNotationEvent event)
           
 void FigEdgeModelElement.notationChanged(ArgoNotationEvent event)
           
 void FigEdgeModelElement.notationAdded(ArgoNotationEvent event)
           
 void FigEdgeModelElement.notationRemoved(ArgoNotationEvent event)
           
 void FigEdgeModelElement.notationProviderAdded(ArgoNotationEvent event)
           
 void FigEdgeModelElement.notationProviderRemoved(ArgoNotationEvent event)
           
 

Uses of ArgoNotationEvent in org.argouml.uml.ui
 

Methods in org.argouml.uml.ui with parameters of type ArgoNotationEvent
 void TabSrc.notationChanged(ArgoNotationEvent e)
          Invoked when any aspect of the notation has been changed.
 void TabSrc.notationAdded(ArgoNotationEvent e)
          Ignored.
 void TabSrc.notationRemoved(ArgoNotationEvent e)
          Ignored.
 void TabSrc.notationProviderAdded(ArgoNotationEvent e)
          Ignored.
 void TabSrc.notationProviderRemoved(ArgoNotationEvent e)
          Ignored.
 



ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook