Package org.fife.ui.hex.event
Class HexEditorEvent
java.lang.Object
java.util.EventObject
org.fife.ui.hex.event.HexEditorEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private int
private static final long
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
boolean
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
offset
private int offset -
added
private int added -
removed
private int removed
-
-
Constructor Details
-
HexEditorEvent
-
-
Method Details
-
getAddedCount
public int getAddedCount() -
getHexEditor
-
getOffset
public int getOffset() -
getRemovedCount
public int getRemovedCount() -
isModification
public boolean isModification()
-