public interface OdsxRelationEditorInterface
Modifier and Type | Method and Description |
---|---|
void |
applySettings()
Apply internal settings.
|
void |
applySettings(InstanceElement ieObj)
Apply internal settings.
|
ApplicationElement |
getApplicationElement()
Get application element.
|
InstanceElement |
getInstanceElement()
Get instance element.
|
ApplicationElement |
getRelatedApplicationElement()
Get related application element.
|
ApplicationRelation |
getRelation()
Get ids of the related instance elements.
|
T_LONGLONG[] |
getSelectedIds()
Get ids of the related instance elements.
|
javax.swing.JLabel |
getTypeLabel()
Get the icon
|
boolean |
hasChanges()
Return a boolean whether the relation editor has changes.
|
void |
reset()
Reset settings
|
javax.swing.JLabel getTypeLabel()
T_LONGLONG[] getSelectedIds()
ApplicationRelation getRelation()
ApplicationElement getApplicationElement()
ApplicationElement getRelatedApplicationElement()
InstanceElement getInstanceElement()
void applySettings() throws java.lang.Exception
java.lang.Exception
void applySettings(InstanceElement ieObj) throws java.lang.Exception
ieObj
- the instance that should be used to apply relation settings.java.lang.Exception
boolean hasChanges()
void reset()