Uses of Interface
org.argouml.notation.NotationProvider4

Packages that use NotationProvider4
org.argouml.notation Provides generic support for different notation displays. 
org.argouml.uml.diagram.activity.ui Classes to implement a uml Activity diagram using GEF. 
org.argouml.uml.diagram.state.ui Classes to implement a uml Statechart diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.static_structure.ui Classes to implement a uml Class diagram using GEF, plus go rules for the navigator pane. 
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.notation   
org.argouml.uml.notation.java   
org.argouml.uml.notation.uml   
 

Uses of NotationProvider4 in org.argouml.notation
 

Methods in org.argouml.notation that return NotationProvider4
 NotationProvider4 NotationProviderFactory2.getNotationProvider(int type, Object object)
          Get a NotationProvider for the current project.
 NotationProvider4 NotationProviderFactory2.getNotationProvider(int type, NotationContext context, Object object)
          Deprecated. by MVW in V0.21.3. Replaced by NotationProviderFactory2.getNotationProvider(int, Object) See issue 3140.
 

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

Fields in org.argouml.uml.diagram.activity.ui declared as NotationProvider4
protected  NotationProvider4 FigActionState.notationProvider
          The notation provider for the textfield.
 

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

Fields in org.argouml.uml.diagram.state.ui declared as NotationProvider4
protected  NotationProvider4 FigState.notationProviderBody
           
 

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

Constructors in org.argouml.uml.diagram.static_structure.ui with parameters of type NotationProvider4
FigFeature(int x, int y, int w, int h, Fig aFig, NotationProvider4 np)
          Constructor for FigFeature.
 

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

Fields in org.argouml.uml.diagram.ui declared as NotationProvider4
protected  NotationProvider4 FigNodeModelElement.notationProviderName
           
protected  NotationProvider4 FigMessage.notationProvider
          The notation provider for the textfield.
protected  NotationProvider4 FigEdgeModelElement.notationProviderName
           
protected  NotationProvider4 FigAssociationEnd.notationProviderSrcRole
           
protected  NotationProvider4 FigAssociation.notationProviderSrcRole
           
protected  NotationProvider4 FigAssociation.notationProviderDestRole
           
 

Methods in org.argouml.uml.diagram.ui that return NotationProvider4
 NotationProvider4 CompartmentFigText.getNotationProvider()
           
 

Constructors in org.argouml.uml.diagram.ui with parameters of type NotationProvider4
CompartmentFigText(int x, int y, int w, int h, Fig aFig, NotationProvider4 np)
          Build a new compartment figText of the given dimensions, within the compartment described by aFig.
 

Uses of NotationProvider4 in org.argouml.uml.notation
 

Classes in org.argouml.uml.notation that implement NotationProvider4
 class ActionStateNotation
          This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents the ActionState.
 class AssociationEndNameNotation
          This abstract class forms the basis of all Notation providers for the text shown next to the end of an association.
 class AssociationRoleNotation
          This abstract class forms the basis of all Notation providers for the name of an association-role.
 class AttributeNotation
          This abstract class forms the basis of all Notation providers for the text shown in the attribute compartment of a Class.
 class CallStateNotation
          This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents the CallState.
 class ClassifierRoleNotation
          This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents the ClassifierRole.
 class ComponentInstanceNotation
          This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents a componentInstance.
 class ExtensionPointNotation
          This abstract class forms the basis of all Notation providers for the text shown in the extension point compartment of a UseCase.
 class MessageNotation
          This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents the Message.
 class ModelElementNameNotation
          This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents the name of the modelelement.
 class NodeInstanceNotation
          This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents a nodeInstance.
 class ObjectFlowStateStateNotation
          This abstract class forms the basis of all Notation providers for the ClassifierInState state name text shown in an ObjectFlowState.
 class ObjectFlowStateTypeNotation
          This abstract class forms the basis of all Notation providers for the Classifier type name text shown in an ObjectFlowState.
 class ObjectNotation
          This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents an Object.
 class OperationNotation
          This abstract class forms the basis of all Notation providers for the text shown in the operation compartment of a Class.
 class StateBodyNotation
          This abstract class forms the basis of all Notation providers for the text shown in the body of a state.
 class TransitionNotation
          This abstract class forms the basis of all Notation providers for the text shown next to a Transition.
 class ValueHandler
           
 

Uses of NotationProvider4 in org.argouml.uml.notation.java
 

Classes in org.argouml.uml.notation.java that implement NotationProvider4
 class AssociationEndNameNotationJava
          The Java notation for an associationend name (i.e.
 class AttributeNotationJava
           
 class ModelElementNameNotationJava
           
 class OperationNotationJava
          The notation for an operation.
 

Uses of NotationProvider4 in org.argouml.uml.notation.uml
 

Classes in org.argouml.uml.notation.uml that implement NotationProvider4
 class ActionStateNotationUml
           
 class AssociationEndNameNotationUml
          The UML notation for an associationend name (i.e.
 class AssociationRoleNotationUml
          The UML notation for an AssociationRole.
 class AttributeNotationUml
          The notation for an attribute for UML.
 class CallStateNotationUml
          The UML notation for a CallState.
 class ClassifierRoleNotationUml
          The UML notation for a ClassifierRole.
 class ComponentInstanceNotationUml
           
 class ExtensionPointNotationUml
          The notation for an extension point for UML.
 class MessageNotationUml
          The UML notation for a message, as shown on a collaboration diagram.
 class ModelElementNameNotationUml
          Handles the notation of the name of a modelelement in UML, ie a string on the format:
 class NodeInstanceNotationUml
           
 class ObjectFlowStateStateNotationUml
           
 class ObjectFlowStateTypeNotationUml
           
 class ObjectNotationUml
           
 class OperationNotationUml
          The UML notation for an Operation.
 class StateBodyNotationUml
           
 class TransitionNotationUml
           
 



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook