Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Public Attributes | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.HorizontalAlign Enum Reference

Public Member Functions

 HorizontalAlign (int jlabelAlignment)
 
int getJLabelAlignment ()
 

Public Attributes

 CENTER =(JLabel.CENTER)
 
 LEFT =(JLabel.LEFT)
 
 RIGHT =(JLabel.RIGHT)
 

Private Attributes

final int jlabelAlignment
 

Detailed Description

Describes the horizontal alignment.

Definition at line 41 of file CellModelTableCellRenderer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.HorizontalAlign.HorizontalAlign ( int  jlabelAlignment)

Constructor for a HorizontalAlign enum.

Parameters
jlabelAlignmentThe corresponding JLabel horizontal alignment number.

Definition at line 54 of file CellModelTableCellRenderer.java.

Member Function Documentation

int org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.HorizontalAlign.getJLabelAlignment ( )
Returns
The corresponding JLabel horizontal alignment (i.e. JLabel.LEFT).

Definition at line 62 of file CellModelTableCellRenderer.java.

Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.getTableCellRendererComponent().

Member Data Documentation

org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.HorizontalAlign.CENTER =(JLabel.CENTER)

Definition at line 43 of file CellModelTableCellRenderer.java.

final int org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.HorizontalAlign.jlabelAlignment
private

Definition at line 46 of file CellModelTableCellRenderer.java.

org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.HorizontalAlign.LEFT =(JLabel.LEFT)

Definition at line 42 of file CellModelTableCellRenderer.java.

org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.HorizontalAlign.RIGHT =(JLabel.RIGHT)

Definition at line 44 of file CellModelTableCellRenderer.java.


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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.