Class HexModelChangedEvent
java.lang.Object
org.apache.pdfbox.debugger.hexviewer.HexModelChangedEvent
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final int
private final int
(package private) static final int
private final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) int
(package private) int
-
Field Details
-
BULK_CHANGE
static final int BULK_CHANGE- See Also:
-
SINGLE_CHANGE
static final int SINGLE_CHANGE- See Also:
-
startIndex
private final int startIndex -
changeType
private final int changeType
-
-
Constructor Details
-
HexModelChangedEvent
HexModelChangedEvent(int startIndex, int changeType) Constructor.- Parameters:
startIndex
- int. From where changes start.changeType
- int. Change type if it is only a single change or a bulk change by pasting or deleting. Though later features are not yet implemented.
-
-
Method Details
-
getStartIndex
int getStartIndex() -
getChangeType
int getChangeType()
-