mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
2198 removed netbeans warning regarding method which could be overridden
This commit is contained in:
parent
2ceffc5788
commit
2e28f72d85
@ -60,6 +60,8 @@ import org.sleuthkit.autopsy.modules.interestingitems.FilesSetsManager;
|
|||||||
*/
|
*/
|
||||||
public final class IngestJobSettingsPanel extends javax.swing.JPanel {
|
public final class IngestJobSettingsPanel extends javax.swing.JPanel {
|
||||||
|
|
||||||
|
@Messages("IngestJobSettingsPanel.name.text=Configure Ingest Modules")
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
private static ImageIcon warningIcon = new ImageIcon(IngestJobSettingsPanel.class.getResource("/org/sleuthkit/autopsy/images/warning_triangle.png"));
|
private static ImageIcon warningIcon = new ImageIcon(IngestJobSettingsPanel.class.getResource("/org/sleuthkit/autopsy/images/warning_triangle.png"));
|
||||||
private static ImageIcon infoIcon = new ImageIcon(IngestJobSettingsPanel.class.getResource("/org/sleuthkit/autopsy/images/information-frame.png"));
|
private static ImageIcon infoIcon = new ImageIcon(IngestJobSettingsPanel.class.getResource("/org/sleuthkit/autopsy/images/information-frame.png"));
|
||||||
@ -84,7 +86,6 @@ public final class IngestJobSettingsPanel extends javax.swing.JPanel {
|
|||||||
initComponents();
|
initComponents();
|
||||||
customizeComponents();
|
customizeComponents();
|
||||||
fileIngestFilterComboBox.setSelectedItem(settings.getFileIngestFilter().getName());
|
fileIngestFilterComboBox.setSelectedItem(settings.getFileIngestFilter().getName());
|
||||||
this.setName("Configure Ingest Modules");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -184,6 +185,7 @@ public final class IngestJobSettingsPanel extends javax.swing.JPanel {
|
|||||||
* and jobs for which to display the history.
|
* and jobs for which to display the history.
|
||||||
*/
|
*/
|
||||||
pastJobsButton.setEnabled(!dataSources.isEmpty() && !ingestJobs.isEmpty());
|
pastJobsButton.setEnabled(!dataSources.isEmpty() && !ingestJobs.isEmpty());
|
||||||
|
this.setName(Bundle.IngestJobSettingsPanel_name_text());
|
||||||
}
|
}
|
||||||
|
|
||||||
void setPastJobsButtonVisible(boolean isVisible) {
|
void setPastJobsButtonVisible(boolean isVisible) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user