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
public void configure()
setTitle
public void setTitle(java.lang.String title)
getParentEditor
public XPDLElementEditor getParentEditor()
getEditingElement
public org.enhydra.shark.xpdl.XMLElement getEditingElement()
editXPDLElement
public void editXPDLElement()
editXPDLElement
public void editXPDLElement(org.enhydra.shark.xpdl.XMLElement el)
canApplyChanges
public boolean canApplyChanges()
getStatus
public int getStatus()
getWindow
public java.awt.Window getWindow()
getParentWindow
public java.awt.Window getParentWindow()
isVisible
public boolean isVisible()
setModified
public void setModified(boolean modif)
close
public void close()