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

Packages that use ArgoModuleEvent
org.argouml.application.events Provides for events generated and handled by the Argo application and plugins. 
org.argouml.ui.cmd This package holds commands which are activated by the user somewhere in the UI. 
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 ArgoModuleEvent in org.argouml.application.events
 

Methods in org.argouml.application.events with parameters of type ArgoModuleEvent
 void ArgoModuleEventListener.moduleLoaded(ArgoModuleEvent e)
          Invoked when a module has been loaded.
 void ArgoModuleEventListener.moduleUnloaded(ArgoModuleEvent e)
          Invoked when a module has been unloaded.
 void ArgoModuleEventListener.moduleEnabled(ArgoModuleEvent e)
          Invoked when a module has been enabled.
 void ArgoModuleEventListener.moduleDisabled(ArgoModuleEvent e)
          Invoked when a module has been disabled.
 

Uses of ArgoModuleEvent in org.argouml.ui.cmd
 

Methods in org.argouml.ui.cmd with parameters of type ArgoModuleEvent
 void GenericArgoMenuBar.moduleLoaded(ArgoModuleEvent event)
           
 void GenericArgoMenuBar.moduleUnloaded(ArgoModuleEvent event)
           
 void GenericArgoMenuBar.moduleEnabled(ArgoModuleEvent event)
           
 void GenericArgoMenuBar.moduleDisabled(ArgoModuleEvent event)
           
 

Uses of ArgoModuleEvent in org.argouml.uml.ui
 

Methods in org.argouml.uml.ui with parameters of type ArgoModuleEvent
 void TabProps.moduleLoaded(ArgoModuleEvent event)
           
 void TabProps.moduleUnloaded(ArgoModuleEvent event)
           
 void TabProps.moduleEnabled(ArgoModuleEvent event)
           
 void TabProps.moduleDisabled(ArgoModuleEvent event)
           
 



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook