|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Encapsulates specific attributes about a notation.
| Method Summary | |
|---|---|
boolean |
equals(NotationName notationName)
Ease-of-use helper to determine if this notation is the same as another. |
java.lang.String |
getConfigurationValue()
Returns the text string stored in the configuration for this notation. |
javax.swing.Icon |
getIcon()
Returns an icon for the notation, or null if no icon is available. |
java.lang.String |
getName()
Returns the name of the language. |
java.lang.String |
getTitle()
Returns a textual title for the notation. |
java.lang.String |
getVersion()
Returns the version of the language if applicable, otherwise null |
java.lang.String |
toString()
Ease-of-use helper for usage in swing. |
| Method Detail |
public java.lang.String getName()
public java.lang.String getVersion()
public java.lang.String getTitle()
public javax.swing.Icon getIcon()
Icon for the language or null if not available.public java.lang.String getConfigurationValue()
equals(NotationName).
This should incorporate both the name and the version if one
exists.
public java.lang.String toString()
getConfigurationValue().
toString in class java.lang.Objectpublic boolean equals(NotationName notationName)
getConfigurationValue().equals(nn.getConfigurationValue())
notationName - to compare
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |