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.ui contains many user interface related classes, such as the ProjectBrowser, actions, stylepanels etc. 
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 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.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, java.lang.Object ep)
          Static accessor for extension point generation.
static java.lang.String Notation.generateOperation(NotationContext ctx, java.lang.Object op)
           
static java.lang.String Notation.generateOperation(NotationContext ctx, java.lang.Object op, boolean documented)
           
static java.lang.String Notation.generateAttribute(NotationContext ctx, java.lang.Object attr)
           
static java.lang.String Notation.generateAttribute(NotationContext ctx, java.lang.Object attr, boolean documented)
           
static java.lang.String Notation.generateParameter(NotationContext ctx, java.lang.Object param)
           
static java.lang.String Notation.generatePackage(NotationContext ctx, java.lang.Object p)
           
static java.lang.String Notation.generateClassifier(NotationContext ctx, java.lang.Object cls)
           
static java.lang.String Notation.generateStereotype(NotationContext ctx, java.lang.Object s)
           
static java.lang.String Notation.generateTaggedValue(NotationContext ctx, java.lang.Object s)
           
static java.lang.String Notation.generateAssociation(NotationContext ctx, java.lang.Object a)
           
static java.lang.String Notation.generateAssociationEnd(NotationContext ctx, java.lang.Object ae)
           
static java.lang.String Notation.generateMultiplicity(NotationContext ctx, java.lang.Object m)
           
static java.lang.String Notation.generateState(NotationContext ctx, java.lang.Object m)
           
static java.lang.String Notation.generateStateBody(NotationContext ctx, java.lang.Object m)
           
static java.lang.String Notation.generateTransition(NotationContext ctx, java.lang.Object m)
           
static java.lang.String Notation.generateVisibility(NotationContext ctx, java.lang.Object m)
           
static java.lang.String Notation.generateAction(NotationContext ctx, java.lang.Object m)
           
static java.lang.String Notation.generateGuard(NotationContext ctx, java.lang.Object m)
           
static java.lang.String Notation.generateMessage(NotationContext ctx, java.lang.Object m)
           
static java.lang.String Notation.generateClassifierRef(NotationContext ctx, java.lang.Object cls)
           
static java.lang.String Notation.generateAssociationRole(NotationContext ctx, java.lang.Object 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.ui
 

Classes in org.argouml.ui that implement NotationContext
private  class ShadowComboBox.ShadowFig
           
 

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 FigCallActionLink
          Fig that represents a link on a sequence diagram that has a callaction
 class FigCreateActionLink
           
 class FigDestroyActionLink
           
 class FigLink
          The fig for a link in a sequence diagram.
 class FigReturnActionLink
           
 

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 Statechart 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 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
          Deprecated. as of 0.15.1, but don't remove because it is need for loading 'old' .zargo project files, replaced by FigComment
 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 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 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 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 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 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), TODO: What is this 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), TODO: What is this 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-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook