Uses of Interface
org.argouml.application.api.ArgoEventListener

Packages that use ArgoEventListener
org.argouml.application.events Provides for events generated and handled by the Argo application and plugins.  
org.argouml.application.notation Provides generic support for different notation displays.  
org.argouml.language.ui   
org.argouml.ui contains many user interface related classes, such as the ProjectBrowser, actions, stylepanels etc.  
org.argouml.ui.menubar Provides support to construct a menubar for ArgoUML.  
org.argouml.uml.diagram.activity.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.diagram.collaboration.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.diagram.deployment.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.diagram.sequence.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.diagram.state.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.diagram.static_structure.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.diagram.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.diagram.use_case.ui Package Specification (none) Related Documentation (none) 
org.argouml.uml.ui Package Specification (none) Related Documentation (none) 
 

Uses of ArgoEventListener in org.argouml.application.events
 

Subinterfaces of ArgoEventListener in org.argouml.application.events
 interface ArgoModuleEventListener
          An interface that objects interested in ModuleEvent notifications must extend.
 interface ArgoNotationEventListener
          An interface that objects interested in NotationEvent notifications must extend.
 

Methods in org.argouml.application.events with parameters of type ArgoEventListener
static void ArgoEventPump.addListener(ArgoEventListener listener)
           
static void ArgoEventPump.addListener(int event, ArgoEventListener listener)
           
static void ArgoEventPump.removeListener(ArgoEventListener listener)
           
static void ArgoEventPump.removeListener(int event, ArgoEventListener listener)
           
protected  void ArgoEventPump.doAddListener(int event, ArgoEventListener listener)
           
protected  void ArgoEventPump.doRemoveListener(int event, ArgoEventListener listener)
           
 

Uses of ArgoEventListener in org.argouml.application.notation
 

Classes in org.argouml.application.notation that implement ArgoEventListener
 class NotationNameImpl
          This class provides definition and manipulation of notation names.
 class NotationProviderFactory
          Provides a factory for handling notation providers.
 

Uses of ArgoEventListener in org.argouml.language.ui
 

Classes in org.argouml.language.ui that implement ArgoEventListener
 class NotationComboBox
          This class provides a self-updating notation combo box.
 

Uses of ArgoEventListener in org.argouml.ui
 

Classes in org.argouml.ui that implement ArgoEventListener
 class ActionSettings
          Action object for handling Argo settings
 class TabTable
           
 

Uses of ArgoEventListener in org.argouml.ui.menubar
 

Classes in org.argouml.ui.menubar that implement ArgoEventListener
 class GenericArgoMenuBar
          GenericArgoMenuBar defines the menubar for all operating systems which do not explicitely ask for a different kind of menu bar, such as Mac OS X.
 

Uses of ArgoEventListener in org.argouml.uml.diagram.activity.ui
 

Classes in org.argouml.uml.diagram.activity.ui that implement ArgoEventListener
 class FigActionState
          Class to display graphics for a UML MState in a diagram.
 

Uses of ArgoEventListener in org.argouml.uml.diagram.collaboration.ui
 

Classes in org.argouml.uml.diagram.collaboration.ui that implement ArgoEventListener
 class FigAssociationRole
           
 class FigClassifierRole
          Class to display graphics for a UML classifier role in a collaboration diagram. Stereotype (if there is one) and name are displayed in the centre of the box.
 

Uses of ArgoEventListener in org.argouml.uml.diagram.deployment.ui
 

Classes in org.argouml.uml.diagram.deployment.ui that implement ArgoEventListener
 class FigComponent
          Class to display graphics for a UML Component in a diagram.
 class FigComponentInstance
          Class to display graphics for a UML ComponentInstance in a diagram.
 class FigMNode
          Class to display graphics for a UML Node in a diagram.
 class FigMNodeInstance
          Class to display graphics for a UML NodeInstance in a diagram.
 class FigObject
          Class to display graphics for a UML Object in a diagram.
 

Uses of ArgoEventListener in org.argouml.uml.diagram.sequence.ui
 

Classes in org.argouml.uml.diagram.sequence.ui that implement ArgoEventListener
 class FigSeqLink
           
 class FigSeqObject
          Class to display graphics for a UML sequence in a diagram.
 class FigSeqStimulus
          Class to display graphics for a UML collaboration in a diagram.
 

Uses of ArgoEventListener in org.argouml.uml.diagram.state.ui
 

Classes in org.argouml.uml.diagram.state.ui that implement ArgoEventListener
 class FigBranchState
          Class to display graphics for a UML Branch MState in a diagram.
 class FigCompositeState
          Class to display graphics for a UML MCompositeState in a diagram.
 class FigDeepHistoryState
          Class to display graphics for a UML MState in a diagram.
 class FigFinalState
          Class to display graphics for a UML MState in a diagram.
 class FigForkState
          Class to display graphics for a UML MState in a diagram.
 class FigHistoryState
          Class to display graphics for a UML MState in a diagram.
 class FigInitialState
          Class to display graphics for a UML State in a diagram.
 class FigJoinState
          Class to display graphics for a UML MState in a diagram.
 class FigShallowHistoryState
          Class to display graphics for a UML MState in a diagram.
 class FigSimpleState
          Class to display graphics for a UML MState in a diagram.
 class FigState
          The fig hierarchy should comply as much as possible to the hierarchy of the UML metamodel.
 class FigStateVertex
          Abstract class to with common behavior for nestable nodes in UML MState diagrams.
 class FigTransition
           
 

Uses of ArgoEventListener in org.argouml.uml.diagram.static_structure.ui
 

Classes in org.argouml.uml.diagram.static_structure.ui that implement ArgoEventListener
 class FigClass
          Class to display graphics for a UML Class in a diagram.
 class FigComment
          Class to display a UML note in a diagram Since we don't need stereotypes for the note and an empty stereotype textfield causes problems with the note layout, I subclass FigNode instead of FigNodeModelElement.
 class FigEdgeNote
          Class to display a UML note connection to a annotated model element.
 class FigInstance
          Class to display graphics for a UML MInstance in a diagram.
 class FigInterface
          Class to display graphics for a UML Interface in a diagram.
 class FigLink
           
 class FigPackage
          Class to display graphics for a UML MState in a diagram.
 

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

Classes in org.argouml.uml.diagram.ui that implement ArgoEventListener
 class FigAssociation
           
 class FigDependency
           
 class FigEdgeModelElement
          Abstract class to display diagram arcs for UML ModelElements that look like arcs and that have editiable names.
 class FigGeneralization
           
 class FigMessage
          Class to display graphics for a UML collaboration in a diagram.
 class FigNodeModelElement
          Abstract class to display diagram icons for UML ModelElements that look like nodes and that have editiable names and can be resized.
 class FigNote
          Class to display graphics for a UML MState in a diagram.
 class FigPermission
           
 class FigRealization
           
 class FigUsage
           
 

Uses of ArgoEventListener in org.argouml.uml.diagram.use_case.ui
 

Classes in org.argouml.uml.diagram.use_case.ui that implement ArgoEventListener
 class FigActor
          Class to display graphics for a UML MState in a diagram.
 class FigExtend
          A fig for use with extend relationships on use case diagrams. Realised as a dotted line with an open arrow head and the label «extend» together with any condition alongside.
 class FigInclude
          A fig for use with include relationships on use case diagrams. Realised as a dotted line with an open arrow head and the label <> alongside a la stereotype.
 class FigUseCase
          A fig to display use cases on use case diagrams. Realised as a solid oval containing the name of the use case.
 

Uses of ArgoEventListener in org.argouml.uml.ui
 

Classes in org.argouml.uml.ui that implement ArgoEventListener
 class TabProps
           
 class TabSrc
           
 



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