|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.change_vision.jude.api.inf.presentation.IValueCell
public IValueCell
Interface for CRUD value cell.
| Method Summary | |
|---|---|
abstract Color |
getColor()
Get Color. |
abstract String |
getValue()
Get Value. |
abstract boolean |
isCreate()
Check if Create is specified. |
abstract boolean |
isDelete()
Check if Delete is specified. |
abstract boolean |
isRead()
Check if Read is specified. |
abstract boolean |
isUpdate()
Check if Update is specified. |
abstract void |
setColor(Color color)
Set Color. |
abstract void |
setCreate(boolean isCreate)
Set Create. |
abstract void |
setDelete(boolean isDelete)
Set Delete. |
abstract void |
setRead(boolean isRead)
Set Read. |
abstract void |
setUpdate(boolean isUpdate)
Set Update. |
| Methods inherited from class com.change_vision.jude.api.inf.presentation.IPresentation |
|---|
getDepth, getDiagram, getID, getLabel, getModel, getProperties, getProperty, getType, setLabel, setProperties, setProperty |
| Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner |
|---|
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks |
| Method Detail |
|---|
abstract String getValue()
abstract boolean isCreate()
abstract boolean isRead()
abstract boolean isUpdate()
abstract boolean isDelete()
abstract Color getColor()
abstract void setCreate(boolean isCreate)
isCreate - true Create / false not Create.
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
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 setRead(boolean isRead)
isRead - true Read / false not Read.
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
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 setUpdate(boolean isUpdate)
isUpdate - true Update / false not Update.
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
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 setDelete(boolean isDelete)
isDelete - true Delete / false not Delete.
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
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 setColor(Color color)
color - Color
InvalidEditingException - InvalidEditingException occurs.
Keys:
ILLEGAL_VERSION_ERROR_KEY - if Editing API is used in astah* community.
PARAMETER_ERROR_KEY - if a parameter is not set properly.
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 | ||||||||