Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
void | subscribeToPageCountChange (PageCountChangeEvent event) |
Private Member Functions | |
void | initialize () |
void | togglePageControls (boolean onOff) |
void | updateControls () |
Private Attributes | |
int | currentPage |
final String | nodeName |
int | totalPages |
Maintains the current page state for a node and provides support for paging through results. Uses an EventBus to communicate with child factory implementations.
Definition at line 855 of file DataResultViewerTable.java.
|
private |
Definition at line 868 of file DataResultViewerTable.java.
References org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.register().
void org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.PagingSupport.subscribeToPageCountChange | ( | PageCountChangeEvent | event | ) |
Subscribe to notification that the number of pages has changed.
event |
Definition at line 947 of file DataResultViewerTable.java.
|
private |
Make paging controls visible or invisible based on flag.
onOff |
Definition at line 967 of file DataResultViewerTable.java.
Referenced by org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.initializePagingSupport().
|
private |
Definition at line 982 of file DataResultViewerTable.java.
Referenced by org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.setNode().
|
private |
Definition at line 857 of file DataResultViewerTable.java.
|
private |
Definition at line 859 of file DataResultViewerTable.java.
|
private |
Definition at line 858 of file DataResultViewerTable.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.