public class UndoRedoStack extends Object
| Constructor and Description |
|---|
UndoRedoStack(int iCursorPosition,
String strNewText,
String strReplacedText,
int iEventLength,
int iType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCursorPosition() |
int |
getEventLength() |
String |
getNewText() |
String |
getReplacedText() |
int |
getType() |
public static final int DELETE
public static final int INSERT
Copyright © 2019 Hitachi Vantara. All rights reserved.