eu.vexpro.editor.undomanager.model
Class UndoRedoElement

java.lang.Object
  extended by eu.vexpro.editor.undomanager.model.UndoRedoElement

public class UndoRedoElement
extends java.lang.Object

DOM elementide undo/redo.


Constructor Summary
UndoRedoElement()
           
 
Method Summary
 java.lang.String getActionTyyp()
           
 org.w3c.dom.Element getElem()
           
 void setActionTyyp(java.lang.String actionTyyp)
           
 void setElem(org.w3c.dom.Element elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndoRedoElement

public UndoRedoElement()
Method Detail

setElem

public void setElem(org.w3c.dom.Element elem)

getElem

public org.w3c.dom.Element getElem()

setActionTyyp

public void setActionTyyp(java.lang.String actionTyyp)

getActionTyyp

public java.lang.String getActionTyyp()