Autopsy
4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.datasourcesummary.ui.BaseDataSourceSummaryPanel.
Public Member Functions | |
PastCasesPanel () | |
PastCasesPanel (PastCasesSummaryGetter pastCaseData) | |
void | close () |
Protected Member Functions | |
void | fetchInformation (DataSource dataSource) |
void | fetchInformation (List< DataFetchComponents< DataSource,?>> dataFetchComponents, DataSource dataSource) |
MenuItem | getArtifactNavigateItem (BlackboardArtifact artifact) |
synchronized DataSource | getDataSource () |
MenuItem | getFileNavigateItem (String path) |
MenuItem | getFileNavigateItem (AbstractFile file) |
void | notifyParentClose () |
void | onNewDataSource (DataSource dataSource) |
void | onNewDataSource (List< DataFetchComponents< DataSource,?>> dataFetchComponents, List<?extends LoadableComponent<?>> loadableComponents, DataSource dataSource) |
void | submit (List<?extends SwingWorker<?,?>> workers) |
Static Protected Member Functions | |
static< T > T | getFetchResult (DataFetcher< DataSource, T > dataFetcher, String sheetName, DataSource ds) |
Private Member Functions | |
void | handleResult (DataFetchResult< PastCasesResult > result) |
void | initComponents () |
Private Attributes | |
final List< DataFetchComponents< DataSource,?> > | dataFetchComponents |
final IngestRunningLabel | ingestRunningLabel = new IngestRunningLabel() |
final JTablePanel< Pair< String, Long > > | notableFileTable = JTablePanel.getJTablePanel(DEFAULT_TEMPLATE) |
final DataFetcher< DataSource, PastCasesResult > | pastCasesFetcher |
final JTablePanel< Pair< String, Long > > | sameIdTable = JTablePanel.getJTablePanel(DEFAULT_TEMPLATE) |
final List< JTablePanel<?> > | tables |
Static Private Attributes | |
static final ColumnModel< Pair< String, Long >, DefaultCellModel<?> > | CASE_COL |
static final ColumnModel< Pair< String, Long >, DefaultCellModel<?> > | COUNT_COL |
static List< ColumnModel< Pair< String, Long >, DefaultCellModel<?> > > | DEFAULT_TEMPLATE = Arrays.asList(CASE_COL, COUNT_COL) |
static final long | serialVersionUID = 1L |
A tab shown in data source summary displaying information about a datasource and how it pertains to other cases.
Definition at line 46 of file PastCasesPanel.java.
org.sleuthkit.autopsy.datasourcesummary.ui.PastCasesPanel.PastCasesPanel | ( | ) |
Definition at line 83 of file PastCasesPanel.java.
org.sleuthkit.autopsy.datasourcesummary.ui.PastCasesPanel.PastCasesPanel | ( | PastCasesSummaryGetter | pastCaseData | ) |
Creates new form PastCasesPanel
Definition at line 90 of file PastCasesPanel.java.
References org.sleuthkit.autopsy.datasourcesummary.ui.PastCasesSummaryGetter.getPastCasesData().
void org.sleuthkit.autopsy.datasourcesummary.ui.PastCasesPanel.close | ( | ) |
Definition at line 127 of file PastCasesPanel.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.IngestRunningLabel.unregister().
|
protected |
Definition at line 117 of file PastCasesPanel.java.
|
protectedinherited |
Utility method to be called when solely updating information (not showing a loading screen) that creates swing workers from the data source argument and data fetch components and then submits them to run.
dataFetchComponents | The components to be run. |
dataSource | The data source argument. |
Definition at line 426 of file BaseDataSourceSummaryPanel.java.
|
protectedinherited |
Given the relevant artifact, navigates to the artifact in the tree and closes data source summary dialog if open.
artifact | The artifact. |
Definition at line 255 of file BaseDataSourceSummaryPanel.java.
|
protectedinherited |
Definition at line 386 of file BaseDataSourceSummaryPanel.java.
|
staticprotectedinherited |
Runs a data fetcher and returns the result handling any possible errors with a log message.
dataFetcher | The means of fetching the data. |
sheetName | The name of the sheet. |
ds | The data source. |
Definition at line 460 of file BaseDataSourceSummaryPanel.java.
|
protectedinherited |
Creates a menu item to navigate to a file.
path | The path to the file. |
Definition at line 303 of file BaseDataSourceSummaryPanel.java.
|
protectedinherited |
Given the relevant file, navigates to the file in the tree and closes data source summary dialog if open.
file | The file. |
Definition at line 331 of file BaseDataSourceSummaryPanel.java.
|
private |
Handles displaying the result for each table by breaking apart subdata items into seperate results for each table.
result | The result. |
Definition at line 111 of file PastCasesPanel.java.
References org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchResult< R >.getSubResult(), and org.sleuthkit.autopsy.datasourcesummary.uiutils.AbstractLoadableComponent< List< T > >.showDataFetchResult().
|
private |
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
Definition at line 139 of file PastCasesPanel.java.
|
protectedinherited |
Sends event that parent should close.
Definition at line 368 of file BaseDataSourceSummaryPanel.java.
|
protected |
Definition at line 122 of file PastCasesPanel.java.
|
protectedinherited |
Utility method that shows a loading screen with loadable components, create swing workers from the datafetch components and data source argument and submits them to be executed.
dataFetchComponents | The components to register. |
loadableComponents | The components to set to a loading screen. |
dataSource | The data source argument. |
Definition at line 484 of file BaseDataSourceSummaryPanel.java.
|
protectedinherited |
Submits the following swing workers for execution in sequential order. If there are any previous workers, those workers are cancelled.
workers | The workers to submit for execution. |
Definition at line 396 of file BaseDataSourceSummaryPanel.java.
|
staticprivate |
Definition at line 51 of file PastCasesPanel.java.
|
staticprivate |
Definition at line 58 of file PastCasesPanel.java.
|
private |
Definition at line 77 of file PastCasesPanel.java.
|
staticprivate |
Definition at line 66 of file PastCasesPanel.java.
|
private |
Definition at line 79 of file PastCasesPanel.java.
|
private |
Definition at line 68 of file PastCasesPanel.java.
|
private |
Definition at line 81 of file PastCasesPanel.java.
|
private |
Definition at line 70 of file PastCasesPanel.java.
|
staticprivate |
Definition at line 48 of file PastCasesPanel.java.
|
private |
Definition at line 72 of file PastCasesPanel.java.
Copyright © 2012-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.