Class UndoRedoStack


  • public class UndoRedoStack
    extends Object
    • 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()