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