Package org.fife.ui.hex.event
Class HexEditorEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.fife.ui.hex.event.HexEditorEvent
-
- All Implemented Interfaces:
Serializable
public class HexEditorEvent extends EventObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description HexEditorEvent(HexEditor editor, int offs, int added, int removed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAddedCount()
HexEditor
getHexEditor()
int
getOffset()
int
getRemovedCount()
boolean
isModification()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
HexEditorEvent
public HexEditorEvent(HexEditor editor, int offs, int added, int removed)
-
-
Method Detail
-
getAddedCount
public int getAddedCount()
-
getHexEditor
public HexEditor getHexEditor()
-
getOffset
public int getOffset()
-
getRemovedCount
public int getRemovedCount()
-
isModification
public boolean isModification()
-
-