org.enhydra.jawe.base.editor
Interface XPDLElementEditor
- All Superinterfaces:
- JaWEComponent
- All Known Implementing Classes:
- NewStandardXPDLElementEditor, StandardXPDLElementEditor, TogWEStandardXPDLElementEditor
public interface XPDLElementEditor
- extends JaWEComponent
Methods inherited from interface org.enhydra.jawe.JaWEComponent |
adjustXPDL, canCreateElement, canDuplicateElement, canInsertElement, canModifyElement, canRemoveElement, canRepositionElement, checkValidity, getName, getSettings, getType, getView, isUpdateInProgress, setType, setUpdateInProgress |
configure
void configure()
setTitle
void setTitle(java.lang.String title)
getParentEditor
XPDLElementEditor getParentEditor()
getEditingElement
org.enhydra.shark.xpdl.XMLElement getEditingElement()
editXPDLElement
void editXPDLElement()
editXPDLElement
void editXPDLElement(org.enhydra.shark.xpdl.XMLElement el)
canApplyChanges
boolean canApplyChanges()
getStatus
int getStatus()
getWindow
java.awt.Window getWindow()
getParentWindow
java.awt.Window getParentWindow()
isVisible
boolean isVisible()
setModified
void setModified(boolean modif)
close
void close()