Uses of Interface
org.argouml.notation.NotationName

Packages that use NotationName
org.argouml.kernel Contains support for delayed change event handling, and Project handling. 
org.argouml.notation Provides generic support for different notation displays. 
 

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
static NotationName Notation.findNotation(java.lang.String s)
          Convert a String into a NotationName.
static NotationName Notation.getConfiguredNotation()
          Returns the Notation as set in the menu.
static NotationName Notation.makeNotation(java.lang.String k1, java.lang.String k2, javax.swing.Icon icon)
          Create a versioned notation name with an icon.
 

Methods in org.argouml.notation that return types with arguments of type NotationName
static java.util.List<NotationName> Notation.getAvailableNotations()
          Get list of available notations, of type NotationName.
 

Methods in org.argouml.notation with parameters of type NotationName
 void NotationProviderFactory2.addNotationProvider(int type, NotationName notationName, java.lang.Class provider)
           
 NotationProvider NotationProviderFactory2.getNotationProvider(int type, java.lang.Object object, NotationName name)
          Get a NotationProvider for the current project.
 NotationProvider NotationProviderFactory2.getNotationProvider(int type, java.lang.Object object, java.beans.PropertyChangeListener listener, NotationName name)
          Get a NotationProvider for the current project.
static boolean Notation.removeNotation(NotationName theNotation)
          Remove a complete Notation language.
 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.
static void Notation.setDefaultNotation(NotationName n)
           
 void NotationProviderFactory2.setDefaultNotation(NotationName notationName)
           
 



ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook