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

Private Member Functions

 ColumnSortInfo (int modelIndex, int rank, boolean order)
 
int getRank ()
 

Private Attributes

final int modelIndex
 
final boolean order
 
final int rank
 

Detailed Description

Encapsulates sorting information for a column to make loadSort simpler.

Definition at line 613 of file DataResultViewerTable.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.ColumnSortInfo.ColumnSortInfo ( int  modelIndex,
int  rank,
boolean  order 
)
private

Member Function Documentation

int org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.ColumnSortInfo.getRank ( )
private

Member Data Documentation

final int org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.ColumnSortInfo.modelIndex
private
final boolean org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.ColumnSortInfo.order
private
final int org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.ColumnSortInfo.rank
private

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

Copyright © 2012-2016 Basis Technology. Generated on: Tue Feb 20 2018
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.