com.waveset.object
Class WFProcess.Editor
java.lang.Object
com.waveset.object.WFProcess.Editor
- Enclosing class:
- WFProcess
- public static class WFProcess.Editor
- extends java.lang.Object
State related to the workflow process editor.
One of these may be attached to most of the process objects.
Field Summary |
static java.lang.String |
ATT_X
|
static java.lang.String |
ATT_Y
|
static java.lang.String |
ELEMENT
|
Method Summary |
int |
getX()
|
int |
getY()
|
void |
parseXml(org.w3c.dom.Element e)
|
void |
setX(int x)
|
void |
setY(int y)
|
void |
toXml(java.lang.StringBuffer b,
int indent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
ATT_X
public static final java.lang.String ATT_X
- See Also:
- Constant Field Values
ATT_Y
public static final java.lang.String ATT_Y
- See Also:
- Constant Field Values
WFProcess.Editor
public WFProcess.Editor()
WFProcess.Editor
public WFProcess.Editor(org.w3c.dom.Element e)
throws WavesetException
getX
public int getX()
getY
public int getY()
setX
public void setX(int x)
setY
public void setY(int y)
toXml
public void toXml(java.lang.StringBuffer b,
int indent)
parseXml
public void parseXml(org.w3c.dom.Element e)
throws WavesetException
- Throws:
WavesetException