Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Classes | Public Member Functions | List of all members
org.sleuthkit.autopsy.datasourcesummary.uiutils.GuiCellModel Interface Reference

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

Inherited by org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultCellModel< T >.

Classes

class  DefaultMenuItem
 
interface  MenuItem
 

Public Member Functions

Object getData ()
 
HorizontalAlign getHorizontalAlignment ()
 
List< MenuItemgetPopupMenu ()
 
default String getText ()
 
String getTooltip ()
 

Detailed Description

Basic interface for a cell model.

Definition at line 26 of file GuiCellModel.java.

Member Function Documentation

Object org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.getData ( )
inherited
HorizontalAlign org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.getHorizontalAlignment ( )
inherited
List<MenuItem> org.sleuthkit.autopsy.datasourcesummary.uiutils.GuiCellModel.getPopupMenu ( )
Returns
The popup menu associated with this cell or null if no popup menu should be shown for this cell.

Implemented in org.sleuthkit.autopsy.datasourcesummary.uiutils.DefaultCellModel< T >.

default String org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.getText ( )
inherited
String org.sleuthkit.autopsy.datasourcesummary.uiutils.CellModel.getTooltip ( )
inherited

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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.