Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits CaretListener.
Public Member Functions | |
void | caretUpdate (CaretEvent e) |
Private Member Functions | |
void | clearHighlight () |
void | setHighlight (int startByte, int endByte) |
void | setSelection (int startByte, int endByte) |
Private listener class to listen make changes based on events in the asciiViewTextArea component and the hexViewTextArea
Definition at line 168 of file HexView.java.
void org.sleuthkit.autopsy.rejview.HexView.HexViewListener.caretUpdate | ( | CaretEvent | e | ) |
Definition at line 171 of file HexView.java.
References org.sleuthkit.autopsy.rejview.HexView.HexViewListener.clearHighlight(), and org.sleuthkit.autopsy.rejview.HexView.HexViewListener.setSelection().
|
private |
clearHighlight removes any colors applied to the text views.
Definition at line 282 of file HexView.java.
Referenced by org.sleuthkit.autopsy.rejview.HexView.HexViewListener.caretUpdate(), and org.sleuthkit.autopsy.rejview.HexView.HexViewListener.setHighlight().
|
private |
setHighlight colors the given byte range.
startByte | The starting byte index of the selection. |
endByte | The ending byte index of the selection. |
Definition at line 293 of file HexView.java.
References org.sleuthkit.autopsy.rejview.HexView.HexViewListener.clearHighlight().
Referenced by org.sleuthkit.autopsy.rejview.HexView.HexViewListener.setSelection().
|
private |
setSelection sets the given byte range as "selected", which from a GUI perspective means the bytes are highlighted, and the status bar updated.
startByte | The starting byte index of the selection. |
endByte | The ending byte index of the selection. |
Definition at line 252 of file HexView.java.
References org.sleuthkit.autopsy.rejview.HexView.HexViewListener.setHighlight().
Referenced by org.sleuthkit.autopsy.rejview.HexView.HexViewListener.caretUpdate().
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.