Autopsy
4.12.0
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 | groupByDataSourceCheckboxActionPerformed (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 | 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.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.JCheckBox | groupByDataSourceCheckbox |
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.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 40 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 50 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 586 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setHideKnownFilesInDataSourcesTree().
|
private |
Definition at line 570 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setHideSlackFilesInDataSourcesTree().
|
private |
Definition at line 614 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setDisplayTranslatedFileNames().
|
private |
Definition at line 500 of file ViewPreferencesPanel.java.
|
private |
Definition at line 532 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setShowOnlyCurrentUserTags().
|
private |
Definition at line 508 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 150 of file ViewPreferencesPanel.java.
|
private |
Definition at line 594 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 622 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setResultsTablePageSize().
|
private |
Definition at line 524 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 109 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 'groupByDataSourceCheckbox' value.
Note: The value will not be stored if the value hasn't previously been stored and the checkbox 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 137 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 516 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setTimeZoneForDisplays().
|
private |
Definition at line 540 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setDisplayTimesInLocalTime().
|
private |
Definition at line 604 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setKeepPreferredContentViewer().
|
private |
Definition at line 551 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setDisplayTimesInLocalTime().
|
private |
Definition at line 578 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setHideKnownFilesInViewsTree().
|
private |
Definition at line 562 of file ViewPreferencesPanel.java.
References org.sleuthkit.autopsy.core.UserPreferences.setHideSlackFilesInViewsTree().
|
private |
Definition at line 632 of file ViewPreferencesPanel.java.
|
private |
Definition at line 633 of file ViewPreferencesPanel.java.
|
private |
Definition at line 634 of file ViewPreferencesPanel.java.
|
private |
Definition at line 635 of file ViewPreferencesPanel.java.
|
private |
Definition at line 636 of file ViewPreferencesPanel.java.
|
private |
Definition at line 637 of file ViewPreferencesPanel.java.
|
private |
Definition at line 638 of file ViewPreferencesPanel.java.
|
private |
Definition at line 639 of file ViewPreferencesPanel.java.
|
private |
Definition at line 640 of file ViewPreferencesPanel.java.
|
private |
Definition at line 641 of file ViewPreferencesPanel.java.
|
private |
Definition at line 642 of file ViewPreferencesPanel.java.
|
private |
Definition at line 643 of file ViewPreferencesPanel.java.
|
private |
Definition at line 644 of file ViewPreferencesPanel.java.
|
private |
Definition at line 42 of file ViewPreferencesPanel.java.
|
private |
Definition at line 645 of file ViewPreferencesPanel.java.
|
private |
Definition at line 646 of file ViewPreferencesPanel.java.
|
private |
Definition at line 647 of file ViewPreferencesPanel.java.
|
private |
Definition at line 648 of file ViewPreferencesPanel.java.
|
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.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.