org.enhydra.jawe.components.graph
Class ExpressionParticipantEditor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ExpressionParticipantEditor
public ExpressionParticipantEditor(org.enhydra.shark.xpdl.elements.Participant el)
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()