Package org.pentaho.di.ui.core.widget
Class UndoRedoStack
- java.lang.Object
- 
- org.pentaho.di.ui.core.widget.UndoRedoStack
 
- 
 public class UndoRedoStack extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description UndoRedoStack(int iCursorPosition, String strNewText, String strReplacedText, int iEventLength, int iType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCursorPosition()intgetEventLength()StringgetNewText()StringgetReplacedText()intgetType()
 
- 
- 
- 
Field Detail- 
DELETEpublic static final int DELETE - See Also:
- Constant Field Values
 
 - 
INSERTpublic static final int INSERT - See Also:
- Constant Field Values
 
 
- 
 
-