| java.lang.Object org.pentaho.designstudio.controls.XmlModificationEvent
XmlModificationEvent | public class XmlModificationEvent (Code) | | Instances of this class are sent as a result of controls being moved or resized.
author: Angelo Rodriguez |
NODE_ADDED | final public static int NODE_ADDED(Code) | | Indicates that the node(s) have been added to the document.
|
NODE_MOVED | final public static int NODE_MOVED(Code) | | |
NODE_NAME_CHANGED | final public static int NODE_NAME_CHANGED(Code) | | Indicates that the node(s) have been renamed.
|
NODE_REMOVED | final public static int NODE_REMOVED(Code) | | Indicates that the node(s) have been removed from the document.
|
NODE_VALUE_CHANGED | final public static int NODE_VALUE_CHANGED(Code) | | Indicates that the node(s) value has been changed.
|
XmlModificationEvent | public XmlModificationEvent(Object source, Node node, int typeOfModification)(Code) | | Parameters: source - the source of this event Parameters: node - the DOM nodes that have been modified Parameters: typeOfModification - the type of modification that has occurred |
XmlModificationEvent | public XmlModificationEvent(Object source, Node[] nodes, int typeOfModification)(Code) | | |
getNodes | public Node[] getNodes()(Code) | | |
getTypeOfModification | public int getTypeOfModification()(Code) | | |
|
|