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

Packages that use NotationProvider2
org.argouml.application.api Provides general classes and interfaces that are fundamental to ArgoUML and ArgoUML modules. 
org.argouml.application.notation Provides generic support for different notation displays. 
org.argouml.language.helpers Provides "helper" classes that provide basic functionality for notation or code classes. 
org.argouml.language.java.generator Provides ArgoUml with the capability to parse Java strings in uml models, and to generate Java strings/source files from the uml model. 
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 NotationProvider2 in org.argouml.application.api
 

Methods in org.argouml.application.api that return NotationProvider2
private static NotationProvider2 Notation.getProvider(NotationName notation)
           
static NotationProvider2 Notation.getDefaultProvider()
           
 

Uses of NotationProvider2 in org.argouml.application.notation
 

Fields in org.argouml.application.notation declared as NotationProvider2
private  NotationProvider2 NotationProviderFactory.defaultProvider
           
 

Methods in org.argouml.application.notation that return NotationProvider2
 NotationProvider2 NotationProviderFactory.getProvider(NotationName nn)
           
 NotationProvider2 NotationProviderFactory.getDefaultProvider()
           
 

Methods in org.argouml.application.notation with parameters of type NotationProvider2
private  void NotationProviderFactory.fireEvent(int eventType, NotationProvider2 provider)
          Send an event to the ArgoEventPump.
 

Uses of NotationProvider2 in org.argouml.language.helpers
 

Classes in org.argouml.language.helpers that implement NotationProvider2
 class NotationHelper
          This class is the abstract super class that defines a code generation framework.
 

Uses of NotationProvider2 in org.argouml.language.java.generator
 

Classes in org.argouml.language.java.generator that implement NotationProvider2
 class GeneratorJava
          Generator2 subclass to generate text for display in diagrams and in text fields in the Argo/UML user interface.
 

Uses of NotationProvider2 in org.argouml.uml.generator
 

Classes in org.argouml.uml.generator that implement NotationProvider2
 class Generator2
          This class is the abstract super class that defines a code generation framework.
 class GeneratorDisplay
          Generator2 subclass to generate code for display in diagrams in text fields in the ArgoUML user interface.
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook