Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.PagingSupport Class Reference

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
 

Detailed Description

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 859 of file DataResultViewerTable.java.

Member Function Documentation

void org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.PagingSupport.initialize ( )
private
void org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.PagingSupport.subscribeToPageCountChange ( PageCountChangeEvent  event)

Subscribe to notification that the number of pages has changed.

Parameters
event

Definition at line 951 of file DataResultViewerTable.java.

void org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.PagingSupport.togglePageControls ( boolean  onOff)
private

Make paging controls visible or invisible based on flag.

Parameters
onOff

Definition at line 971 of file DataResultViewerTable.java.

Referenced by org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.initializePagingSupport().

void org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.PagingSupport.updateControls ( )
private

Member Data Documentation

int org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.PagingSupport.currentPage
private

Definition at line 861 of file DataResultViewerTable.java.

final String org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.PagingSupport.nodeName
private

Definition at line 863 of file DataResultViewerTable.java.

int org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.PagingSupport.totalPages
private

Definition at line 862 of file DataResultViewerTable.java.


The documentation for this class was generated from the following file:

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.