|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.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 |
public abstract IHyperlink[] getHyperlinks()
public abstract IHyperlink createFileHyperlink(String fileName, String filePath, String Comment)
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in JUDE/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.
Values: Error messages for exceptions.
public abstract IHyperlink createURLHyperlink(String URL, String Comment)
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in JUDE/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.
Values: Error messages for exceptions.
public abstract IHyperlink createElementHyperlink(IElement element, String Comment)
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in JUDE/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.
Values: Error messages for exceptions.
public abstract void deleteHyperlink(IHyperlink hyperlink)
InvalidEditingException
- InvalidEditingException occurs.
Keys: ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in JUDE/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.
Values: Error messages for exceptions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |