Go to the documentation of this file.
31package org.sleuthkit.autopsy.examples;
33import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
34import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel;
39@SuppressWarnings(
"PMD.SingularField")
69 @SuppressWarnings(
"unchecked")
77 javax.swing.GroupLayout layout =
new javax.swing.GroupLayout(
this);
78 this.setLayout(layout);
79 layout.setHorizontalGroup(
80 layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
81 .addGroup(layout.createSequentialGroup()
84 .addContainerGap(155, Short.MAX_VALUE))
86 layout.setVerticalGroup(
87 layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
88 .addGroup(layout.createSequentialGroup()
91 .addContainerGap(270, Short.MAX_VALUE))
javax.swing.JCheckBox skipKnownFilesCheckBox
void customizeComponents(SampleModuleIngestJobSettings settings)
SampleIngestModuleIngestJobSettingsPanel(SampleModuleIngestJobSettings settings)
IngestModuleIngestJobSettings getSettings()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.