Uses of Interface
org.argouml.notation.NotationName

Packages that use NotationName
org.argouml.kernel Contains support for 'history', predicates, delayed change event handling, + ProjectManager & ProjectMember, Wizard. 
org.argouml.notation Provides generic support for different notation displays. 
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.generator Provides support for implementing a generator(for code generation or notation), and a parser (for parsing strings that describe a (part of) a model element; it provides to implemented classes, ParserDisplay and GeneratorDisplay. 
 

Uses of NotationName in org.argouml.kernel
 

Methods in org.argouml.kernel that return NotationName
 NotationName ProjectSettings.getNotationName()
           
 

Methods in org.argouml.kernel with parameters of type NotationName
 void ProjectSettings.setNotationLanguage(NotationName nn)
           
 

Uses of NotationName in org.argouml.notation
 

Methods in org.argouml.notation that return NotationName
 NotationName NotationContext.getContextNotation()
          Deprecated. The context must return a NotationName indicating the notation (and version if applicable) that it is using.
static NotationName Notation.findNotation(String s)
          Convert a String into a NotationName.
static NotationName Notation.getConfigueredNotation()
          Returns the Notation as set in the menu.
static NotationName Notation.getNotation(NotationContext context)
          Deprecated. by MVW in V0.21.3. Replaced by ProjectSettings.getNotationName() See issue 3140.
static NotationName Notation.makeNotation(String k1, String k2, Icon icon)
          Create a versioned notation name with an icon.
 

Methods in org.argouml.notation with parameters of type NotationName
 void NotationProviderFactory2.addNotationProvider(int type, NotationName notationName, Class provider)
           
 void NotationProviderFactory2.setDefaultNotation(NotationName notationName)
           
 boolean NotationProviderFactory2.removeNotation(NotationName notationName)
          We need this to remove modules.
 boolean NotationName.sameNotationAs(NotationName notationName)
          Ease-of-use helper to determine if this notation is the same as another.
 void NotationContext.setContextNotation(NotationName nn)
          Deprecated.  
static void Notation.setDefaultNotation(NotationName n)
           
 

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

Methods in org.argouml.uml.diagram.ui that return NotationName
 NotationName FigNodeModelElement.getContextNotation()
          Deprecated. by MVW in V0.21.3. Replaced by ProjectSettings.getNotationName()
 NotationName FigEdgeModelElement.getContextNotation()
          Deprecated. by MVW in V0.21.3. Replaced by ProjectSettings.getNotationName()
 

Methods in org.argouml.uml.diagram.ui with parameters of type NotationName
 void FigNodeModelElement.setContextNotation(NotationName nn)
           
 void FigEdgeModelElement.setContextNotation(NotationName nn)
           
 

Uses of NotationName in org.argouml.uml.generator
 

Methods in org.argouml.uml.generator that return NotationName
 NotationName Generator2.getNotation()
          Deprecated.  
 

Methods in org.argouml.uml.generator with parameters of type NotationName
static Generator2 Generator2.getGenerator(NotationName n)
          Deprecated. Access method that finds the correct generator based on a name.
 

Constructors in org.argouml.uml.generator with parameters of type NotationName
Generator2(NotationName nn)
          Deprecated. Constructor that sets the name of this notation.
 



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook