|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.change_vision.jude.api.inf.editor.MindmapDiagramEditor
public MindmapDiagramEditor
MindmapEditor| Method Summary | |
|---|---|
abstract ITopicPresentation |
addChild(ITopicPresentation parent,
String label)
Deprecated. Create a child topic to a parent topic. |
abstract ITopicPresentation |
addChild(ITopicPresentation parent,
String label,
int index)
Deprecated. Create a child topic to a parent topic by specifying an index. |
abstract IMindMapDiagram |
createMindmapDiagram(INamedElement parent,
String rootTopicLabel)
Deprecated. Create a mind map in a parent package. |
abstract void |
delete(ITopicPresentation element)
Deprecated. Delete a topic. |
abstract void |
deleteChildren(ITopicPresentation parent)
Deprecated. Delete all child topics of the parent. |
abstract void |
moveTo(ITopicPresentation topic,
ITopicPresentation parent)
Deprecated. Move a topic to a parent topic. |
abstract void |
moveTo(ITopicPresentation topic,
ITopicPresentation parent,
int index)
Deprecated. Move a topic to a parent topic by specifying an index. |
| Methods inherited from class com.change_vision.jude.api.inf.editor.DiagramEditor |
|---|
createImage, createLine, createRect, createText, delete, deleteDiagram, deletePresentation, getDiagram, setDiagram |
| Method Detail |
|---|
abstract IMindMapDiagram createMindmapDiagram(INamedElement parent,
String rootTopicLabel)
parent - Parent PackagerootTopicLabel - Mind Map Name (Root Topic Name)
InvalidEditingException - InvalidEditingException occurs.
Keys:
PARAMETER_ERROR_KEY - if a parameter is not set properly
NO_NAME_ERROR_KEY - if the name is empty.
ILLEGALMODELTYPE_ERROR_KEY - if the model type is illegal.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
Values:
Error messages for exceptions.
abstract ITopicPresentation addChild(ITopicPresentation parent,
String label)
parent - Parent Topiclabel - Child Topic Name
InvalidEditingException - InvalidEditingException occurs.
Keys:
PARAMETER_ERROR_KEY - if a parameter is not set properly
ILLEGALMODELTYPE_ERROR_KEY - if the model type is illegal.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
Values:
Error messages for exceptions.
abstract ITopicPresentation addChild(ITopicPresentation parent,
String label,
int index)
parent - Parent Topiclabel - Child Topic Nameindex - Index of Child Topic
InvalidEditingException - InvalidEditingException occurs.
Keys:
PARAMETER_ERROR_KEY - if a parameter is not set properly
ILLEGALMODELTYPE_ERROR_KEY - if the model type is illegal.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
Values:
Error messages for exceptions.
abstract void moveTo(ITopicPresentation topic,
ITopicPresentation parent)
parent - Parent Topictopic - Child Topic to be moved
InvalidEditingException - InvalidEditingException occurs.
Keys:
PARAMETER_ERROR_KEY - if a parameter is not set properly
INVALID_MINDMAP_TOPIC_MOVE_ERROR_KEY - if a topic is moved to another topic in a different diagram or to itself.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
Values:
Error messages for exceptions.
abstract void moveTo(ITopicPresentation topic,
ITopicPresentation parent,
int index)
parent - Parent Topictopic - Child Topic to be movedindex - Index of Child Topic
InvalidEditingException - InvalidEditingException occurs.
Keys:
PARAMETER_ERROR_KEY - if a parameter is not set properly
INVALID_MINDMAP_TOPIC_MOVE_ERROR_KEY - if a topic is moved to another topic in a different diagram or to itself.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
Values:
Error messages for exceptions.abstract void deleteChildren(ITopicPresentation parent)
parent - Parent Topic
InvalidEditingException - InvalidEditingException occurs.
Keys:
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.abstract void delete(ITopicPresentation element)
element - Topic to be deleted
InvalidEditingException - InvalidEditingException occurs.
Keys:
PARAMETER_ERROR_KEY - if a parameter is not set properly
MINDMAP_ROOT_TOPIC_DELETE_ERROR_KEY - if a topic to be deleted is a root topic.
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 | ||||||||