org.pentaho.di.ui.core.widget
Class UndoRedoStack

java.lang.Object
  extended by org.pentaho.di.ui.core.widget.UndoRedoStack

public class UndoRedoStack
extends Object


Field Summary
static int DELETE
           
static int INSERT
           
 
Constructor Summary
UndoRedoStack(int iCursorPosition, String strNewText, String strReplacedText, int iEventLength, int iType)
           
 
Method Summary
 int getCursorPosition()
           
 int getEventLength()
           
 String getNewText()
           
 String getReplacedText()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELETE

public static final int DELETE
See Also:
Constant Field Values

INSERT

public static final int INSERT
See Also:
Constant Field Values
Constructor Detail

UndoRedoStack

public UndoRedoStack(int iCursorPosition,
                     String strNewText,
                     String strReplacedText,
                     int iEventLength,
                     int iType)
Method Detail

getReplacedText

public String getReplacedText()

getNewText

public String getNewText()

getCursorPosition

public int getCursorPosition()

getEventLength

public int getEventLength()

getType

public int getType()