| Package | com.keepcore |
| Class | public class KCTextInputUndoRedoManager |
| Inheritance | KCTextInputUndoRedoManager Object |
| Method | Defined 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 | ||
| KCTextInputUndoRedoManager | () | Constructor |
public function KCTextInputUndoRedoManager()| AddUndo | () | method |
public function AddUndo(aSavedState:KCTextInputSavedState):voidParameters
aSavedState:KCTextInputSavedState |
| IsSomeRedo | () | method |
public function IsSomeRedo():BooleanReturnsBoolean |
| IsSomeUndo | () | method |
public function IsSomeUndo():BooleanReturnsBoolean |
| Redo | () | method |
public function Redo(aKCTextInput:KCTextInput):BooleanParameters
aKCTextInput:KCTextInput |
Boolean |
| Reset | () | method |
public function Reset(aSavedState:KCTextInputSavedState):voidParameters
aSavedState:KCTextInputSavedState |
| Undo | () | method |
public function Undo(aKCTextInput:KCTextInput):BooleanParameters
aKCTextInput:KCTextInput |
Boolean |
| UpdateLastSelection | () | method |
public function UpdateLastSelection(aSelectionBeginIndex:int, aSelectionEndIndex:int):voidParameters
aSelectionBeginIndex:int | |
aSelectionEndIndex:int |