|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.presentation.ITopicPresentation
Interface for Topic.
Method Summary | |
abstract ITopicPresentation[] |
getChildren()
Get Children. |
abstract String |
getLabel()
Get Label. |
abstract ITopicPresentation |
getParent()
Get Parent. |
abstract void |
setLabel(String label)
Set Label. |
Methods inherited from class com.change_vision.jude.api.inf.presentation.IPresentation |
getID |
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
Method Detail |
public abstract ITopicPresentation getParent()
public abstract ITopicPresentation[] getChildren()
public abstract String getLabel()
public abstract void setLabel(String label)
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in JUDE/Community. PARAMETER_ERROR_KEY - if a parameter is not set properly. BAD_TRANSACTION_KEY - Bad Transaction. HAS_EXCEPTION_KEY - if an exception has occurred.
Values: Error messages for exceptions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |