Autopsy  4.18.0
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 843 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 935 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 955 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 845 of file DataResultViewerTable.java.

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

Definition at line 847 of file DataResultViewerTable.java.

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

Definition at line 846 of file DataResultViewerTable.java.


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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.