|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotationProvider | |
|---|---|
| org.argouml.notation | Provides generic support for different notation displays. |
| org.argouml.notation.providers | This package contains the generic NotationProviders. |
| org.argouml.notation.providers.java | This package contains the NotationProviders for Java notation. |
| org.argouml.notation.providers.uml | This package contains the NotationProviders for the UML notation. |
| 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.ui | Provides various support for diagrams: actions, GEF Figs, Go rules, Property Panels for diagrams, GEF Selection support, and more... |
| Uses of NotationProvider in org.argouml.notation |
|---|
| Methods in org.argouml.notation that return NotationProvider | |
|---|---|
NotationProvider |
NotationProviderFactory2.getNotationProvider(int type,
java.lang.Object object)
Deprecated. for 0.27.2 by tfmorris. Use NotationProviderFactory2.getNotationProvider(int, Object, NotationName). |
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. |
| Uses of NotationProvider in org.argouml.notation.providers |
|---|
| Subclasses of NotationProvider in org.argouml.notation.providers | |
|---|---|
class |
ActionStateNotation
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents the ActionState. |
class |
AssociationEndNameNotation
This abstract class forms the basis of all Notation providers for the text shown next to the end of an association. |
class |
AssociationNameNotation
This abstract class forms the basis of all Notation providers for the text shown above the association Fig. |
class |
AssociationRoleNotation
This abstract class forms the basis of all Notation providers for the name of an association-role. |
class |
AttributeNotation
This abstract class forms the basis of all Notation providers for the text shown in the attribute compartment of a Class. |
class |
CallStateNotation
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents the CallState. |
class |
ClassifierRoleNotation
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents the ClassifierRole. |
class |
ComponentInstanceNotation
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents a componentInstance. |
class |
EnumerationLiteralNotation
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents an Enumeration Literal. |
class |
ExtensionPointNotation
This abstract class forms the basis of all Notation providers for the text shown in the extension point compartment of a UseCase. |
class |
MessageNotation
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents the Message. |
class |
ModelElementNameNotation
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents the name of the modelelement. |
class |
MultiplicityNotation
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents a Multiplicity. |
class |
NodeInstanceNotation
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents a nodeInstance. |
class |
ObjectFlowStateStateNotation
This abstract class forms the basis of all Notation providers for the ClassifierInState state name text shown in an ObjectFlowState. |
class |
ObjectFlowStateTypeNotation
This abstract class forms the basis of all Notation providers for the Classifier type name text shown in an ObjectFlowState. |
class |
ObjectNotation
This abstract class forms the basis of all Notation providers for the text shown in the Fig that represents an Object. |
class |
OperationNotation
This abstract class forms the basis of all Notation providers for the text shown in the operation compartment of a Class. |
class |
StateBodyNotation
This abstract class forms the basis of all Notation providers for the text shown in the body of a state. |
class |
TransitionNotation
This abstract class forms the basis of all Notation providers for the text shown next to a Transition. |
| Uses of NotationProvider in org.argouml.notation.providers.java |
|---|
| Subclasses of NotationProvider in org.argouml.notation.providers.java | |
|---|---|
class |
AssociationEndNameNotationJava
The Java notation for an associationend name (i.e. |
class |
AssociationNameNotationJava
Java notation for the name of an association. |
class |
AttributeNotationJava
|
class |
ModelElementNameNotationJava
Java notation for the name of a modelelement. |
class |
OperationNotationJava
The notation for an operation. |
| Uses of NotationProvider in org.argouml.notation.providers.uml |
|---|
| Subclasses of NotationProvider in org.argouml.notation.providers.uml | |
|---|---|
class |
AbstractMessageNotationUml
This abstract class provides the common functionality for the UML notation of messages. It is extended by MessageNotationUml, with the
notation of messages as seen in collaboration diagrams,
and SDMessageNotationUml, with the notation of
messages as seen in sequence diagrams. |
class |
ActionStateNotationUml
The Notation for an ActionState. |
class |
AssociationEndNameNotationUml
The UML notation for an association-end name (i.e. |
class |
AssociationNameNotationUml
Handles the notation of the name of an association modelelement in UML, ie a string on the format: |
class |
AssociationRoleNotationUml
The UML notation for an AssociationRole. |
class |
AttributeNotationUml
The notation for an attribute for UML. |
class |
CallStateNotationUml
The UML notation for a CallState. |
class |
ClassifierRoleNotationUml
The UML notation for a ClassifierRole. |
class |
ComponentInstanceNotationUml
UML notation for a component instance. |
class |
EnumerationLiteralNotationUml
The notation for an Enumeration Literal. |
class |
ExtensionPointNotationUml
The notation for an extension point for UML. |
class |
MessageNotationUml
The UML notation for a message, as shown on a collaboration diagram. |
class |
ModelElementNameNotationUml
Handles the notation of the name of a modelelement in UML, ie a string on the format: |
class |
MultiplicityNotationUml
The UML notation for a Multiplicity. |
class |
NodeInstanceNotationUml
Notation for a NodeInstance. |
class |
ObjectFlowStateStateNotationUml
Notation for the State of an ObjectFlowState. |
class |
ObjectFlowStateTypeNotationUml
|
class |
ObjectNotationUml
|
class |
OperationNotationUml
The UML notation for an Operation or a Reception. |
class |
SDMessageNotationUml
The UML notation for a message, as shown on a sequence diagram. |
class |
StateBodyNotationUml
UML notation for the body of a state. |
class |
TransitionNotationUml
UML Notation for the text shown next to a Transition. |
| Uses of NotationProvider in org.argouml.uml.diagram.state.ui |
|---|
| Fields in org.argouml.uml.diagram.state.ui declared as NotationProvider | |
|---|---|
protected NotationProvider |
FigState.notationProviderBody
|
| Uses of NotationProvider in org.argouml.uml.diagram.ui |
|---|
| Methods in org.argouml.uml.diagram.ui that return NotationProvider | |
|---|---|
NotationProvider |
FigSingleLineTextWithNotation.getNotationProvider()
|
| Methods in org.argouml.uml.diagram.ui with parameters of type NotationProvider | |
|---|---|
protected FigSingleLineTextWithNotation |
FigEditableCompartment.createFigText(int x,
int y,
int w,
int h,
Fig aFig,
NotationProvider np)
Deprecated. for 0.27.3 by tfmorris. Subclasses must implement FigEditableCompartment.createFigText(Object, Rectangle, DiagramSettings,
NotationProvider)
which will become abstract in the future when this deprecated method is
removed. |
protected FigSingleLineTextWithNotation |
FigEditableCompartment.createFigText(java.lang.Object owner,
java.awt.Rectangle bounds,
DiagramSettings settings,
NotationProvider np)
Factory method to create a FigSingleLineTextWithNotation which must be implemented by all subclasses. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |