Together Workflow Editor 3.0-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

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

Together Workflow Editor 3.0-1 API