Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PagingSupport Class Reference

Private Member Functions

void subscribeToPageChange (PageChangeEvent event)
 
void subscribeToPageSizeChange (PageSizeChangeEvent event)
 
void subscribeToRefreshKeys (RefreshKeysEvent event)
 

Private Attributes

int currentPage
 
final String nodeName
 
List< List< T > > pages
 
int pageSize
 

Detailed Description

Class that supplies paging related functionality to the base child factory class.

Definition at line 229 of file BaseChildFactory.java.

Member Function Documentation

void org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PagingSupport.subscribeToPageChange ( PageChangeEvent  event)
private

Receives page change events from UI components and triggers a refresh in the child factory.

Parameters
event

Definition at line 319 of file BaseChildFactory.java.

void org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PagingSupport.subscribeToPageSizeChange ( PageSizeChangeEvent  event)
private

Receives page size change events from UI components and triggers a refresh in the child factory if necessary.

Parameters
event

Definition at line 334 of file BaseChildFactory.java.

void org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PagingSupport.subscribeToRefreshKeys ( RefreshKeysEvent  event)
private

Definition at line 352 of file BaseChildFactory.java.

Member Data Documentation

int org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PagingSupport.currentPage
private

Definition at line 233 of file BaseChildFactory.java.

final String org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PagingSupport.nodeName
private

Definition at line 231 of file BaseChildFactory.java.

List<List<T> > org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PagingSupport.pages
private

Definition at line 234 of file BaseChildFactory.java.

int org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PagingSupport.pageSize
private

Definition at line 232 of file BaseChildFactory.java.


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

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.