Autopsy  4.18.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.GuiCellModel.DefaultMenuItem Class Reference

Inherits org.sleuthkit.autopsy.datasourcesummary.uiutils.GuiCellModel.MenuItem.

Public Member Functions

 DefaultMenuItem (String title, Runnable action)
 
Runnable getAction ()
 
String getTitle ()
 

Private Attributes

final Runnable action
 
final String title
 

Detailed Description

Default implementation of a menu item.

Definition at line 47 of file GuiCellModel.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datasourcesummary.uiutils.GuiCellModel.DefaultMenuItem.DefaultMenuItem ( String  title,
Runnable  action 
)

Main constructor.

Parameters
titleThe title for the menu item.
actionThe action should the menu item be clicked.

Definition at line 58 of file GuiCellModel.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.GuiCellModel.DefaultMenuItem.action, and org.sleuthkit.autopsy.datasourcesummary.uiutils.GuiCellModel.DefaultMenuItem.title.

Member Function Documentation

Runnable org.sleuthkit.autopsy.datasourcesummary.uiutils.GuiCellModel.DefaultMenuItem.getAction ( )
String org.sleuthkit.autopsy.datasourcesummary.uiutils.GuiCellModel.DefaultMenuItem.getTitle ( )

Member Data Documentation

final Runnable org.sleuthkit.autopsy.datasourcesummary.uiutils.GuiCellModel.DefaultMenuItem.action
private
final String org.sleuthkit.autopsy.datasourcesummary.uiutils.GuiCellModel.DefaultMenuItem.title
private

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

Copyright © 2012-2021 Basis Technology. Generated on: Thu Jul 8 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.