TWE 2.3-2 API

org.enhydra.jawe
Class XPDLElementChangeInfo

java.lang.Object
  extended byorg.enhydra.shark.xpdl.XMLElementChangeInfo
      extended byorg.enhydra.jawe.XPDLElementChangeInfo

public class XPDLElementChangeInfo
extends org.enhydra.shark.xpdl.XMLElementChangeInfo

Structure representing info for the change of some XPDL Element.

Author:
Sasa Bojanic

Field Summary
private static java.util.Map actionToNameMap
           
static int ADJUST_UNDOABLE_ACTION
           
static int COPY
           
static int CUT
           
static int REDO
           
static int REFERENCES
           
static int SEARCH_RESULT
           
static int SELECTED
           
protected  java.util.Observer source
           
static int UNDO
           
static int UNDOABLE_ACTION_ENDED
           
static int UNDOABLE_ACTION_STARTED
           
static int VALIDATION_ERRORS
           
 
Fields inherited from class org.enhydra.shark.xpdl.XMLElementChangeInfo
action, changedElement, changedSubElements, INSERTED, newValue, oldValue, REMOVED, REPOSITIONED, UPDATED
 
Constructor Summary
XPDLElementChangeInfo()
           
XPDLElementChangeInfo(java.util.Observer source, org.enhydra.shark.xpdl.XMLElementChangeInfo info)
           
 
Method Summary
 java.lang.String getActionName()
           
 java.util.Observer getSource()
           
 void setSource(java.util.Observer source)
           
 java.lang.String toString()
           
 
Methods inherited from class org.enhydra.shark.xpdl.XMLElementChangeInfo
getAction, getChangedElement, getChangedSubElements, getNewValue, getOldValue, setAction, setChangedElement, setChangedSubElements, setNewValue, setOldValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SELECTED

public static final int SELECTED
See Also:
Constant Field Values

REFERENCES

public static final int REFERENCES
See Also:
Constant Field Values

VALIDATION_ERRORS

public static final int VALIDATION_ERRORS
See Also:
Constant Field Values

UNDOABLE_ACTION_STARTED

public static final int UNDOABLE_ACTION_STARTED
See Also:
Constant Field Values

ADJUST_UNDOABLE_ACTION

public static final int ADJUST_UNDOABLE_ACTION
See Also:
Constant Field Values

UNDOABLE_ACTION_ENDED

public static final int UNDOABLE_ACTION_ENDED
See Also:
Constant Field Values

UNDO

public static final int UNDO
See Also:
Constant Field Values

REDO

public static final int REDO
See Also:
Constant Field Values

COPY

public static final int COPY
See Also:
Constant Field Values

CUT

public static final int CUT
See Also:
Constant Field Values

SEARCH_RESULT

public static final int SEARCH_RESULT
See Also:
Constant Field Values

actionToNameMap

private static java.util.Map actionToNameMap

source

protected java.util.Observer source
Constructor Detail

XPDLElementChangeInfo

public XPDLElementChangeInfo()

XPDLElementChangeInfo

public XPDLElementChangeInfo(java.util.Observer source,
                             org.enhydra.shark.xpdl.XMLElementChangeInfo info)
Method Detail

setSource

public void setSource(java.util.Observer source)

getSource

public java.util.Observer getSource()

getActionName

public java.lang.String getActionName()

toString

public java.lang.String toString()

TWE 2.3-2 API