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

Inherits org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.CellModel.

Public Member Functions

 DefaultCellModel (String text)
 
HorizontalAlign getHorizontalAlignment ()
 
Insets getInsets ()
 
String getText ()
 
String getTooltip ()
 
DefaultCellModel setHorizontalAlignment (HorizontalAlign alignment)
 
DefaultCellModel setInsets (Insets insets)
 
DefaultCellModel setTooltip (String tooltip)
 
String toString ()
 

Private Attributes

HorizontalAlign horizontalAlignment
 
Insets insets
 
final String text
 
String tooltip
 

Detailed Description

The default cell model.

Definition at line 96 of file CellModelTableCellRenderer.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.DefaultCellModel ( String  text)

Main constructor.

Parameters
textThe text to be displayed in the cell.

Definition at line 108 of file CellModelTableCellRenderer.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.text.

Member Function Documentation

HorizontalAlign org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.getHorizontalAlignment ( )
Insets org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.getInsets ( )
String org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.getText ( )
String org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.getTooltip ( )
DefaultCellModel org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.setHorizontalAlignment ( HorizontalAlign  alignment)

Sets the horizontal alignment for this cell model.

Parameters
alignmentThe horizontal alignment for the cell model.
Returns
As a utility, returns this.

Definition at line 147 of file CellModelTableCellRenderer.java.

DefaultCellModel org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.setInsets ( Insets  insets)

Sets the insets for the text within the cell

Parameters
insetsThe insets.
Returns
As a utility, returns this.

Definition at line 164 of file CellModelTableCellRenderer.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.insets.

DefaultCellModel org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.setTooltip ( String  tooltip)

Sets the tooltip for this cell model.

Parameters
tooltipThe tooltip for the cell model.
Returns
As a utility, returns this.

Definition at line 130 of file CellModelTableCellRenderer.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.tooltip.

String org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.toString ( )

Member Data Documentation

HorizontalAlign org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.horizontalAlignment
private
Insets org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.insets
private
final String org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.text
private
String org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModelTableCellRenderer.DefaultCellModel.tooltip
private

The documentation for this class 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.