TWE 2.5-1 API

org.enhydra.jawe.base.editor
Interface XPDLElementEditor

All Superinterfaces:
JaWEComponent
All Known Implementing Classes:
NewStandardXPDLElementEditor, StandardXPDLElementEditor, TogWEStandardXPDLElementEditor

public interface XPDLElementEditor
extends JaWEComponent


Field Summary
 
Fields inherited from interface org.enhydra.jawe.JaWEComponent
LOWER_STATUS_COMPONENT, MAIN_COMPONENT, OTHER_COMPONENT, SPECIAL_COMPONENT, TREE_COMPONENT, UPPER_STATUS_COMPONENT
 
Method Summary
 boolean canApplyChanges()
           
 void close()
           
 void configure()
           
 void editXPDLElement()
           
 void editXPDLElement(org.enhydra.shark.xpdl.XMLElement el)
           
 org.enhydra.shark.xpdl.XMLElement getEditingElement()
           
 XPDLElementEditor getParentEditor()
           
 java.awt.Window getParentWindow()
           
 int getStatus()
           
 java.awt.Window getWindow()
           
 boolean isVisible()
           
 void setModified(boolean modif)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from interface org.enhydra.jawe.JaWEComponent
adjustXPDL, canCreateElement, canDuplicateElement, canInsertElement, canModifyElement, canRemoveElement, canRepositionElement, checkValidity, getName, getSettings, getType, getView, isUpdateInProgress, setType, setUpdateInProgress
 

Method Detail

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()

TWE 2.5-1 API