Packagecom.keepcore
Classpublic class KCTextInputUndoRedoManager
InheritanceKCTextInputUndoRedoManager Inheritance Object



Public Methods
 MethodDefined By
  
KCTextInputUndoRedoManager
  
AddUndo(aSavedState:KCTextInputSavedState):void
KCTextInputUndoRedoManager
  
IsSomeRedo():Boolean
KCTextInputUndoRedoManager
  
IsSomeUndo():Boolean
KCTextInputUndoRedoManager
  
Redo(aKCTextInput:KCTextInput):Boolean
KCTextInputUndoRedoManager
  
Reset(aSavedState:KCTextInputSavedState):void
KCTextInputUndoRedoManager
  
Undo(aKCTextInput:KCTextInput):Boolean
KCTextInputUndoRedoManager
  
UpdateLastSelection(aSelectionBeginIndex:int, aSelectionEndIndex:int):void
KCTextInputUndoRedoManager
Constructor Detail
KCTextInputUndoRedoManager()Constructor
public function KCTextInputUndoRedoManager()



Method Detail
AddUndo()method
public function AddUndo(aSavedState:KCTextInputSavedState):void

Parameters

aSavedState:KCTextInputSavedState

IsSomeRedo()method 
public function IsSomeRedo():Boolean

Returns
Boolean
IsSomeUndo()method 
public function IsSomeUndo():Boolean

Returns
Boolean
Redo()method 
public function Redo(aKCTextInput:KCTextInput):Boolean

Parameters

aKCTextInput:KCTextInput

Returns
Boolean
Reset()method 
public function Reset(aSavedState:KCTextInputSavedState):void

Parameters

aSavedState:KCTextInputSavedState

Undo()method 
public function Undo(aKCTextInput:KCTextInput):Boolean

Parameters

aKCTextInput:KCTextInput

Returns
Boolean
UpdateLastSelection()method 
public function UpdateLastSelection(aSelectionBeginIndex:int, aSelectionEndIndex:int):void

Parameters

aSelectionBeginIndex:int
 
aSelectionEndIndex:int