public interface OdsxInstanceElementInterface extends OdsxPresentableElementInterface
AUTHOR, BUILDNR, COMPANY, COPYRIGHT, DATE_FORMAT, DEFAULT_ICON, DESCRIPTION, INTERNET, LARGE_ICON, LARGE_KEY_EXT, LARGE_OPAQUE_ICON, LARGE_OPAQUE_KEY_EXT, OPAQUE_ICON, OPAQUE_KEY_EXT, RCS_DATE_FORMAT, SUPPORT_EMAIL, TITLE_NAME
Modifier and Type | Method and Description |
---|---|
void |
cloneInstanceElement()
Clone the instance
|
void |
delete(boolean flag)
Delete the instance
|
ApplicationElement |
getApplicationElement()
Get the ApplicationElement.
|
T_LONGLONG |
getApplicationElementId()
Get the application element id.
|
InstanceElement |
getInstanceElement()
Get the InstanceElement.
|
T_LONGLONG |
getInstanceElementId()
Get the instance element id.
|
java.lang.String |
getInstancePath(boolean flag)
Get the instance path of the element.
|
boolean |
isTheSame(InstanceElement ieElem)
Return a boolean whether the given InstanceElement is equal to this one.
|
void |
reload()
Reload data.
|
getBaseName, getElements, getIdentificationString, getODSVersion, getOdsxFilter, getPresentationString, getPresentationString, getRelatedElements, getRelations, getRelations, getSession, getShortName, getShortName, getValueAsObject, isTheSame, isValid, matchBaseElement, setOdsxFilter, setValueAsObject, valueIsA
getName, hasValidValues, isGroup, setProperty, setValidValues
getAuthor, getBuild, getClassName, getCompany, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMail, setTitleName
getVersion, release
getTransferData, getTransferDataFlavors, isDataFlavorSupported
addChild, addChildListener, containsChild, getAllChildren, getAllChildren, getChildren, getChildren, getChildrenCount, hasChildren, removeAllChildren, removeChild, removeChild, removeChildListener, setChildren
getPresentationString, getValueAsString, setValue
addDataItemChangeListener, removeDataItemChangeListener
getDimensions, getItemByCoordinates, setItemByCoordinates, subdivide
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, setSource, suspendPropertyChangeEvents
addCommand, addCommand, addToGroup, addToGroup, clearCommands, commandsAvailable, deleteGroup, getCommand, getCommands, getGroup, groupExists, removeCommand, removeFromGroup, setCommands
getPresentationString, getPresentationString
InstanceElement getInstanceElement()
The
- ASAM-ODS instance element.ApplicationElement getApplicationElement()
The
- ASAM-ODS application element.void delete(boolean flag)
delete
in interface OdsxPresentableElementInterface
flag
- true if the instance should delete with references.java.lang.String getInstancePath(boolean flag)
flag
- If true the path will contain the environment.T_LONGLONG getApplicationElementId()
T_LONGLONG getInstanceElementId()
boolean isTheSame(InstanceElement ieElem)
aeElem
- The InstanceElementvoid cloneInstanceElement()
void reload()