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

Packages that use NotationContext
org.argouml.application.api Provides general classes and interfaces that are fundamental to ArgoUML and ArgoUML modules. 
org.argouml.uml.diagram.activity.ui Classes to implement a uml Activity diagram using GEF. 
org.argouml.uml.diagram.collaboration.ui Classes to implement a uml Collaboration diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.deployment.ui Classes to implement a uml Deployment diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.sequence.ui Classes to implement a uml Sequence diagram using GEF, plus go rules for the navigator pane. 
org.argouml.uml.diagram.state.ui Classes to implement a uml State 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.diagram.use_case.ui Classes to implement a uml Use Case diagram using GEF, plus go rules for the navigator pane. 
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. 
org.argouml.uml.ui.behavior.collaborations Properties panels for the behavior.collaborations uml package  
org.argouml.uml.ui.behavior.use_cases Properties panels for the behavior.use_cases uml package  
 

Uses of NotationContext in org.argouml.application.api
 

Methods in org.argouml.application.api with parameters of type NotationContext
static java.lang.String Notation.generateExtensionPoint(NotationContext ctx, ru.novosoft.uml.behavior.use_cases.MExtensionPoint ep)
          Static accessor for extension point generation.
static java.lang.String Notation.generateOperation(NotationContext ctx, ru.novosoft.uml.foundation.core.MOperation op)
           
static java.lang.String Notation.generateOperation(NotationContext ctx, ru.novosoft.uml.foundation.core.MOperation op, boolean documented)
           
static java.lang.String Notation.generateAttribute(NotationContext ctx, ru.novosoft.uml.foundation.core.MAttribute attr)
           
static java.lang.String Notation.generateAttribute(NotationContext ctx, ru.novosoft.uml.foundation.core.MAttribute attr, boolean documented)
           
static java.lang.String Notation.generateParameter(NotationContext ctx, ru.novosoft.uml.foundation.core.MParameter param)
           
static java.lang.String Notation.generatePackage(NotationContext ctx, ru.novosoft.uml.model_management.MPackage p)
           
static java.lang.String Notation.generateClassifier(NotationContext ctx, ru.novosoft.uml.foundation.core.MClassifier cls)
           
static java.lang.String Notation.generateStereotype(NotationContext ctx, ru.novosoft.uml.foundation.extension_mechanisms.MStereotype s)
           
static java.lang.String Notation.generateTaggedValue(NotationContext ctx, ru.novosoft.uml.foundation.extension_mechanisms.MTaggedValue s)
           
static java.lang.String Notation.generateAssociation(NotationContext ctx, ru.novosoft.uml.foundation.core.MAssociation a)
           
static java.lang.String Notation.generateAssociationEnd(NotationContext ctx, ru.novosoft.uml.foundation.core.MAssociationEnd ae)
           
static java.lang.String Notation.generateMultiplicity(NotationContext ctx, ru.novosoft.uml.foundation.data_types.MMultiplicity m)
           
static java.lang.String Notation.generateState(NotationContext ctx, ru.novosoft.uml.behavior.state_machines.MState m)
           
static java.lang.String Notation.generateStateBody(NotationContext ctx, ru.novosoft.uml.behavior.state_machines.MState m)
           
static java.lang.String Notation.generateTransition(NotationContext ctx, ru.novosoft.uml.behavior.state_machines.MTransition m)
           
static java.lang.String Notation.generateAction(NotationContext ctx, java.lang.Object m)
           
static java.lang.String Notation.generateGuard(NotationContext ctx, ru.novosoft.uml.behavior.state_machines.MGuard m)
           
static java.lang.String Notation.generateMessage(NotationContext ctx, ru.novosoft.uml.behavior.collaborations.MMessage m)
           
static java.lang.String Notation.generateClassifierRef(NotationContext ctx, ru.novosoft.uml.foundation.core.MClassifier cls)
           
static java.lang.String Notation.generateAssociationRole(NotationContext ctx, ru.novosoft.uml.behavior.collaborations.MAssociationRole m)
           
static java.lang.String Notation.generate(NotationContext ctx, java.lang.Object o, boolean documented)
          General purpose static generator for any object that wishes to set the documented flag.
static java.lang.String Notation.generate(NotationContext ctx, java.lang.Object o)
           
static NotationName Notation.getNotation(NotationContext context)
           
 

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

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

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

Classes in org.argouml.uml.diagram.collaboration.ui that implement NotationContext
 class FigAssociationRole
           
 class FigClassifierRole
          Class to display graphics for a UML classifier role in a collaboration diagram.
 

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

Classes in org.argouml.uml.diagram.deployment.ui that implement NotationContext
 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 NotationContext in org.argouml.uml.diagram.sequence.ui
 

Classes in org.argouml.uml.diagram.sequence.ui that implement NotationContext
 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 NotationContext in org.argouml.uml.diagram.state.ui
 

Classes in org.argouml.uml.diagram.state.ui that implement NotationContext
 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 NotationContext in org.argouml.uml.diagram.static_structure.ui
 

Classes in org.argouml.uml.diagram.static_structure.ui that implement NotationContext
 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 FigModel
          Class to display graphics for a UML model in a class diagram.
 class FigPackage
          Class to display graphics for a UML package in a class diagram.
 class FigSubsystem
          Class to display graphics for a UML subsystem in a class diagram.
 

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

Classes in org.argouml.uml.diagram.ui that implement NotationContext
 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 NotationContext in org.argouml.uml.diagram.use_case.ui
 

Classes in org.argouml.uml.diagram.use_case.ui that implement NotationContext
 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.
 class FigInclude
          A fig for use with include relationships on use case diagrams.
 class FigUseCase
          A fig to display use cases on use case diagrams.
 

Uses of NotationContext in org.argouml.uml.ui
 

Classes in org.argouml.uml.ui that implement NotationContext
 class TabSrc
          Details panel tabbed panel for displaying a source code representation of a UML model element in a particular Notation.
 class UMLActivatorListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLAssociationEndListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLClassifierAssociationEndListModel, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLAssociationsListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by nothing, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLAttributesClassifierRoleListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLAttributesListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLClassAttributeListModel, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLBinaryRelationListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by PropPanelClassifier.getAssociationEndScroll(), this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLClassifierListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLClassifiersListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLClientDependencyListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLModelElementClientDependencyListModel, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLConnectionListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by PropPanelClassifier.getAssociationEndScroll(), this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLGeneralizationListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLGeneralizableElementGeneralizationListModel, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLGeneralizationsListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLModelElementCachedListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLModelElementListModel2, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLModelElementListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLModelElementListModel2, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLOperationsListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLClassOperationListModel, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLOwnedElementListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLNamespaceOwnedElementListModel, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLPackagesListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLReflectionListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLModelElementListModel2, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLSpecializationListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by UMLGeneralizableElementSpecializationListModel, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLStimulusListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 

Uses of NotationContext in org.argouml.uml.ui.behavior.collaborations
 

Classes in org.argouml.uml.ui.behavior.collaborations that implement NotationContext
 class UMLClassifierRoleAssociationRoleListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 

Uses of NotationContext in org.argouml.uml.ui.behavior.use_cases
 

Classes in org.argouml.uml.ui.behavior.use_cases that implement NotationContext
 class UMLActorAssociationListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by PropPanelClassifier.getAssociationEndScroll(), this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLExtendedUseCasesListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLExtendListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLIncludeListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 class UMLUseCaseAssociationListModel
          Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by PropPanelClassifier.getAssociationEndScroll(), this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.
 



ArgoUML © 1996-2003 (20030829)ArgoUML Project HomeArgoUML Cookbook