|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.change_vision.jude.api.inf.model.IHyperlinkOwner
public IHyperlinkOwner
Interface for elements with hyperlinks.
| Method Summary | |
|---|---|
abstract IHyperlink |
createElementHyperlink(IElement element,
String Comment)
Create an element hyperlink for model. |
abstract IHyperlink |
createFileHyperlink(String fileName,
String filePath,
String Comment)
Create a file hyperlink for model. |
abstract IHyperlink |
createURLHyperlink(String URL,
String Comment)
Create a URL hyperlink for model. |
abstract void |
deleteHyperlink(IHyperlink hyperlink)
Delete a hyperlink from model. |
abstract IHyperlink[] |
getHyperlinks()
Get hyperlinks. |
| Method Detail |
|---|
abstract IHyperlink[] getHyperlinks()
abstract IHyperlink createFileHyperlink(String fileName,
String filePath,
String Comment)
String - fileName
File Name
String filePath
File Path
String Comment
Comment
Comment
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
INVALID_HYPERLINK_MODEL_ERROR_KEY - if a hyperlink cannot be set to the model.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
READ_ONLY_KEY - if a read-only element is edited.
Values:
Error messages for exceptions.
abstract IHyperlink createURLHyperlink(String URL,
String Comment)
String - URL
URL
String Comment
Comment
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
INVALID_HYPERLINK_MODEL_ERROR_KEY - if a hyperlink cannot be set to the model.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
READ_ONLY_KEY - if a read-only element is edited.
Values:
Error messages for exceptions.
abstract IHyperlink createElementHyperlink(IElement element,
String Comment)
String - element
Model
String Comment
Comment
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
INVALID_HYPERLINK_MODEL_ERROR_KEY - if a hyperlink cannot be set to the model.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
READ_ONLY_KEY - if a read-only element is edited.
Values:
Error messages for exceptions.abstract void deleteHyperlink(IHyperlink hyperlink)
IHyperlink - hyperlink
Hyperlink
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
INVALID_HYPERLINK_MODEL_ERROR_KEY - if a hyperlink cannot be set to the model.
BAD_TRANSACTION_KEY - Bad Transaction.
HAS_EXCEPTION_KEY - if an exception has occurred.
READ_ONLY_KEY - if a read-only element is edited.
Values:
Error messages for exceptions.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||