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 UI support for language features. 
org.argouml.uml.diagram.ui Provides various support for diagrams: actions, GEF Figs, Go rules, Property Panels for diagrams, GEF Selection support, and more... 
org.argouml.uml.ui = PROPERTIES PANELS, this and sub-packages contain an implementation of prop panels (in swing) for nearly all UML model elements; also all supporting models and actions. 
 

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.
private  void ArgoEventPump.handleFireNotationEvent(ArgoNotationEvent event, ArgoNotationEventListener listener)
          Handle firing a notation event.
 

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 © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook