Autopsy
4.12.0
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 861 of file DataResultViewerTable.java.
|
private |
Definition at line 874 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 951 of file DataResultViewerTable.java.
|
private |
Make paging controls visible or invisible based on flag.
onOff |
Definition at line 971 of file DataResultViewerTable.java.
Referenced by org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.initializePagingSupport().
|
private |
Definition at line 986 of file DataResultViewerTable.java.
Referenced by org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.setNode().
|
private |
Definition at line 863 of file DataResultViewerTable.java.
|
private |
Definition at line 865 of file DataResultViewerTable.java.
|
private |
Definition at line 864 of file DataResultViewerTable.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.