Together Workflow Editor 3.0-1 API

org.enhydra.jawe.components.graph
Class ExpressionParticipantEditor

java.lang.Object
  extended by org.enhydra.jawe.components.graph.ExpressionParticipantEditor

public class ExpressionParticipantEditor
extends java.lang.Object

The dialog for showing special FreeTextExpression and CommonExpression participant objects used for the JaWE's graph component.

Author:
Sasa Bojanic

Field Summary
protected  javax.swing.JButton buttonCancel
           
protected  javax.swing.JButton buttonOK
           
protected  java.awt.event.ActionListener cl
           
protected  javax.swing.JDialog dialog
           
protected  org.enhydra.shark.xpdl.elements.Participant elementToEdit
           
protected  java.awt.event.ActionListener okl
           
protected  XMLPanel panelToEdit
           
protected  XMLMultiLineTextPanel pIdPanel
           
protected  java.util.Properties properties
           
protected  int status
           
static int STATUS_CANCEL
           
static int STATUS_OK
           
protected  java.lang.String title
           
protected  java.awt.event.WindowListener wl
           
 
Constructor Summary
ExpressionParticipantEditor(org.enhydra.shark.xpdl.elements.Participant el)
           
 
Method Summary
 void applyChanges()
           
 boolean canApplyChanges()
           
 void configure(java.util.Properties props)
           
 void editXPDLElement()
           
 void editXPDLElement(XMLPanel panel)
           
 java.awt.Window getParentWindow()
           
protected  XMLGroupPanel getParticipantPanel()
           
 int getStatus()
           
 java.awt.Window getWindow()
           
protected  void initDialog()
           
 void requestFocus()
           
 void setProperty(java.lang.String key, java.lang.String value)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_OK

public static final int STATUS_OK
See Also:
Constant Field Values

STATUS_CANCEL

public static final int STATUS_CANCEL
See Also:
Constant Field Values

dialog

protected javax.swing.JDialog dialog

properties

protected java.util.Properties properties

elementToEdit

protected org.enhydra.shark.xpdl.elements.Participant elementToEdit

panelToEdit

protected XMLPanel panelToEdit

buttonOK

protected javax.swing.JButton buttonOK

buttonCancel

protected javax.swing.JButton buttonCancel

title

protected java.lang.String title

pIdPanel

protected XMLMultiLineTextPanel pIdPanel

status

protected int status

wl

protected java.awt.event.WindowListener wl

cl

protected java.awt.event.ActionListener cl

okl

protected java.awt.event.ActionListener okl
Constructor Detail

ExpressionParticipantEditor

public ExpressionParticipantEditor(org.enhydra.shark.xpdl.elements.Participant el)
Method Detail

configure

public void configure(java.util.Properties props)

setProperty

public void setProperty(java.lang.String key,
                        java.lang.String value)

setTitle

public void setTitle(java.lang.String title)

editXPDLElement

public void editXPDLElement()

editXPDLElement

public void editXPDLElement(XMLPanel panel)

canApplyChanges

public boolean canApplyChanges()

applyChanges

public void applyChanges()

requestFocus

public void requestFocus()

getStatus

public int getStatus()

getWindow

public java.awt.Window getWindow()

getParentWindow

public java.awt.Window getParentWindow()

initDialog

protected void initDialog()

getParticipantPanel

protected XMLGroupPanel getParticipantPanel()

Together Workflow Editor 3.0-1 API