Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits JPanel, and org.sleuthkit.autopsy.corecomponents.OptionsPanel.
Public Member Functions | |
ViewPreferencesPanel (boolean immediateUpdates) | |
void | load () |
void | store () |
Private Member Functions | |
void | dataSourcesHideKnownCheckboxActionPerformed (java.awt.event.ActionEvent evt) |
void | dataSourcesHideSlackCheckboxActionPerformed (java.awt.event.ActionEvent evt) |
void | fileNameTranslationColumnCheckboxActionPerformed (java.awt.event.ActionEvent evt) |
void | hideOtherUsersTagsCheckboxActionPerformed (java.awt.event.ActionEvent evt) |
void | hideRejectedResultsCheckboxActionPerformed (java.awt.event.ActionEvent evt) |
void | initComponents () |
void | keepCurrentViewerRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | maxResultsSpinnerStateChanged (javax.swing.event.ChangeEvent evt) |
void | radioGroupByDataTypeActionPerformed (java.awt.event.ActionEvent evt) |
void | radioGroupByPersonHostActionPerformed (java.awt.event.ActionEvent evt) |
void | scoColumnsCheckboxActionPerformed (java.awt.event.ActionEvent evt) |
void | storeGroupItemsInTreeByDataSource () |
void | timeZoneListValueChanged (javax.swing.event.ListSelectionEvent evt) |
void | useAnotherTimeRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | useBestViewerRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | useLocalTimeRadioButtonActionPerformed (java.awt.event.ActionEvent evt) |
void | viewsHideKnownCheckboxActionPerformed (java.awt.event.ActionEvent evt) |
void | viewsHideSlackCheckboxActionPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
javax.swing.ButtonGroup | curCaseRadioGroup |
javax.swing.JPanel | currentCaseSettingsPanel |
javax.swing.JPanel | currentSessionSettingsPanel |
javax.swing.JCheckBox | dataSourcesHideKnownCheckbox |
javax.swing.JCheckBox | dataSourcesHideSlackCheckbox |
javax.swing.JLabel | displayTimeLabel |
javax.swing.JCheckBox | fileNameTranslationColumnCheckbox |
javax.swing.JPanel | globalSettingsPanel |
javax.swing.JLabel | hideKnownFilesLabel |
javax.swing.JCheckBox | hideOtherUsersTagsCheckbox |
javax.swing.JLabel | hideOtherUsersTagsLabel |
javax.swing.JCheckBox | hideRejectedResultsCheckbox |
javax.swing.JLabel | hideSlackFilesLabel |
final boolean | immediateUpdates |
javax.swing.JScrollPane | jScrollPane1 |
javax.swing.JRadioButton | keepCurrentViewerRadioButton |
javax.swing.JLabel | maxResultsLabel |
javax.swing.JSpinner | maxResultsSpinner |
javax.swing.JRadioButton | radioGroupByDataType |
javax.swing.JRadioButton | radioGroupByPersonHost |
javax.swing.JCheckBox | scoColumnsCheckbox |
javax.swing.JLabel | scoColumnsLabel |
javax.swing.JLabel | scoColumnsWrapAroundText |
javax.swing.JLabel | selectFileLabel |
javax.swing.JList< String > | timeZoneList |
javax.swing.JLabel | translateTextLabel |
javax.swing.JRadioButton | useAnotherTimeRadioButton |
javax.swing.JRadioButton | useBestViewerRadioButton |
javax.swing.JRadioButton | useLocalTimeRadioButton |
javax.swing.JPanel | viewPreferencesPanel |
javax.swing.JScrollPane | viewPreferencesScrollPane |
javax.swing.JCheckBox | viewsHideKnownCheckbox |
javax.swing.JCheckBox | viewsHideSlackCheckbox |
Panel for configuring view preferences.
Definition at line 39 of file ViewPreferencesPanel.java.
org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.ViewPreferencesPanel | ( | boolean | immediateUpdates | ) |
Creates new form ViewPreferencesPanel
immediateUpdates | If true, value changes will be persisted at the moment they occur. |
Definition at line 49 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.casemodule.Case.addEventTypeSubscriber(), org.sleuthkit.autopsy.coreutils.TimeZoneUtils.createTimeZoneList(), and org.sleuthkit.autopsy.casemodule.Case.Events.CURRENT_CASE.
|
private |
Definition at line 603 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setHideKnownFilesInDataSourcesTree().
|
private |
Definition at line 587 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setHideSlackFilesInDataSourcesTree().
|
private |
Definition at line 525 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setDisplayTranslatedFileNames().
|
private |
Definition at line 549 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setShowOnlyCurrentUserTags().
|
private |
Definition at line 509 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.getDefault(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.setShowRejectedResults().
|
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 155 of file ViewPreferencesPanel.java.
|
private |
Definition at line 611 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setKeepPreferredContentViewer().
void org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load | ( | ) |
Load the saved state of all options, and refresh this OptionsPanel accordingly.
Implements org.sleuthkit.autopsy.corecomponents.OptionsPanel.
Definition at line 65 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.coreutils.TimeZoneUtils.createTimeZoneString(), org.sleuthkit.autopsy.core.UserPreferences.displayTimesInLocalTime(), org.sleuthkit.autopsy.core.UserPreferences.displayTranslatedFileNames(), org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.getDefault(), org.sleuthkit.autopsy.casemodule.CasePreferences.getGroupItemsInTreeByDataSource(), org.sleuthkit.autopsy.core.UserPreferences.getHideSCOColumns(), org.sleuthkit.autopsy.texttranslation.TextTranslationService.getInstance(), org.sleuthkit.autopsy.core.UserPreferences.getResultsTablePageSize(), org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.getShowRejectedResults(), org.sleuthkit.autopsy.core.UserPreferences.getTimeZoneForDisplays(), org.sleuthkit.autopsy.texttranslation.TextTranslationService.hasProvider(), org.sleuthkit.autopsy.core.UserPreferences.hideKnownFilesInDataSourcesTree(), org.sleuthkit.autopsy.core.UserPreferences.hideKnownFilesInViewsTree(), org.sleuthkit.autopsy.core.UserPreferences.hideSlackFilesInDataSourcesTree(), org.sleuthkit.autopsy.core.UserPreferences.hideSlackFilesInViewsTree(), org.sleuthkit.autopsy.casemodule.Case.isCaseOpen(), org.sleuthkit.autopsy.core.UserPreferences.keepPreferredContentViewer(), and org.sleuthkit.autopsy.core.UserPreferences.showOnlyCurrentUserTags().
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.openViewPreferencesButtonActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanelController.update().
|
private |
Definition at line 517 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setResultsTablePageSize().
|
private |
Definition at line 631 of file ViewPreferencesPanel.java.
|
private |
Definition at line 639 of file ViewPreferencesPanel.java.
|
private |
Definition at line 541 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setHideSCOColumns().
void org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store | ( | ) |
Store the current state of all options in this OptionsPanel.
Implements org.sleuthkit.autopsy.corecomponents.OptionsPanel.
Definition at line 113 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.getDefault(), org.sleuthkit.autopsy.core.UserPreferences.setDisplayTimesInLocalTime(), org.sleuthkit.autopsy.core.UserPreferences.setDisplayTranslatedFileNames(), org.sleuthkit.autopsy.core.UserPreferences.setHideKnownFilesInDataSourcesTree(), org.sleuthkit.autopsy.core.UserPreferences.setHideKnownFilesInViewsTree(), org.sleuthkit.autopsy.core.UserPreferences.setHideSCOColumns(), org.sleuthkit.autopsy.core.UserPreferences.setHideSlackFilesInDataSourcesTree(), org.sleuthkit.autopsy.core.UserPreferences.setHideSlackFilesInViewsTree(), org.sleuthkit.autopsy.core.UserPreferences.setKeepPreferredContentViewer(), org.sleuthkit.autopsy.core.UserPreferences.setResultsTablePageSize(), org.sleuthkit.autopsy.core.UserPreferences.setShowOnlyCurrentUserTags(), org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.setShowRejectedResults(), and org.sleuthkit.autopsy.core.UserPreferences.setTimeZoneForDisplays().
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanelController.applyChanges().
|
private |
Store the 'radioGroupByPersonHost' value.
Note: The value will not be stored if the value hasn't previously been stored and the radio button isn't selected. This is so GroupDataSourcesDialog can prompt the user for this in the event the value hasn't been initialized.
Definition at line 141 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.casemodule.CasePreferences.getGroupItemsInTreeByDataSource(), org.sleuthkit.autopsy.casemodule.Case.isCaseOpen(), and org.sleuthkit.autopsy.casemodule.CasePreferences.setGroupItemsInTreeByDataSource().
|
private |
Definition at line 533 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setTimeZoneForDisplays().
|
private |
Definition at line 557 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setDisplayTimesInLocalTime().
|
private |
Definition at line 621 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setKeepPreferredContentViewer().
|
private |
Definition at line 568 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setDisplayTimesInLocalTime().
|
private |
Definition at line 595 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setHideKnownFilesInViewsTree().
|
private |
Definition at line 579 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setHideSlackFilesInViewsTree().
|
private |
Definition at line 649 of file ViewPreferencesPanel.java.
|
private |
Definition at line 650 of file ViewPreferencesPanel.java.
|
private |
Definition at line 651 of file ViewPreferencesPanel.java.
|
private |
Definition at line 652 of file ViewPreferencesPanel.java.
|
private |
Definition at line 653 of file ViewPreferencesPanel.java.
|
private |
Definition at line 654 of file ViewPreferencesPanel.java.
|
private |
Definition at line 655 of file ViewPreferencesPanel.java.
|
private |
Definition at line 656 of file ViewPreferencesPanel.java.
|
private |
Definition at line 657 of file ViewPreferencesPanel.java.
|
private |
Definition at line 658 of file ViewPreferencesPanel.java.
|
private |
Definition at line 659 of file ViewPreferencesPanel.java.
|
private |
Definition at line 660 of file ViewPreferencesPanel.java.
|
private |
Definition at line 661 of file ViewPreferencesPanel.java.
|
private |
Definition at line 41 of file ViewPreferencesPanel.java.
|
private |
Definition at line 662 of file ViewPreferencesPanel.java.
|
private |
Definition at line 663 of file ViewPreferencesPanel.java.
|
private |
Definition at line 664 of file ViewPreferencesPanel.java.
|
private |
Definition at line 665 of file ViewPreferencesPanel.java.
|
private |
Definition at line 666 of file ViewPreferencesPanel.java.
|
private |
Definition at line 667 of file ViewPreferencesPanel.java.
|
private |
Definition at line 668 of file ViewPreferencesPanel.java.
|
private |
Definition at line 669 of file ViewPreferencesPanel.java.
|
private |
Definition at line 670 of file ViewPreferencesPanel.java.
|
private |
Definition at line 671 of file ViewPreferencesPanel.java.
|
private |
Definition at line 672 of file ViewPreferencesPanel.java.
|
private |
Definition at line 673 of file ViewPreferencesPanel.java.
|
private |
Definition at line 674 of file ViewPreferencesPanel.java.
|
private |
Definition at line 675 of file ViewPreferencesPanel.java.
|
private |
Definition at line 676 of file ViewPreferencesPanel.java.
|
private |
Definition at line 677 of file ViewPreferencesPanel.java.
|
private |
Definition at line 678 of file ViewPreferencesPanel.java.
|
private |
Definition at line 679 of file ViewPreferencesPanel.java.
|
private |
Definition at line 680 of file ViewPreferencesPanel.java.
Copyright © 2012-2022 Basis Technology. Generated on: Thu Mar 23 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.