mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 16:36:15 +00:00
Add "Prompt before exiting imager" checkbox, default is selected
This commit is contained in:
parent
7065bd036f
commit
baeb8e1590
@ -120,3 +120,5 @@ ConfigVisualPanel2.flagEncryptionProgramsCheckBox.text=Alert if encryption progr
|
|||||||
ConfigVisualPanel2.finalizeImageWriter.text=Continue imaging after searches are performed
|
ConfigVisualPanel2.finalizeImageWriter.text=Continue imaging after searches are performed
|
||||||
EditNonFullPathsRulePanel.fileNamesInfoLabel.text=File names are case insensitive.
|
EditNonFullPathsRulePanel.fileNamesInfoLabel.text=File names are case insensitive.
|
||||||
EditNonFullPathsRulePanel.extensionsInfoLabel.text=Extensions are case insensitive.
|
EditNonFullPathsRulePanel.extensionsInfoLabel.text=Extensions are case insensitive.
|
||||||
|
ConfigVisualPanel2.promptBeforeExit.text=Prompt before exiting imager
|
||||||
|
ConfigVisualPanel2.promptBeforeExit.actionCommand=
|
||||||
|
@ -189,6 +189,8 @@ ConfigVisualPanel2.flagEncryptionProgramsCheckBox.text=Alert if encryption progr
|
|||||||
ConfigVisualPanel2.finalizeImageWriter.text=Continue imaging after searches are performed
|
ConfigVisualPanel2.finalizeImageWriter.text=Continue imaging after searches are performed
|
||||||
EditNonFullPathsRulePanel.fileNamesInfoLabel.text=File names are case insensitive.
|
EditNonFullPathsRulePanel.fileNamesInfoLabel.text=File names are case insensitive.
|
||||||
EditNonFullPathsRulePanel.extensionsInfoLabel.text=Extensions are case insensitive.
|
EditNonFullPathsRulePanel.extensionsInfoLabel.text=Extensions are case insensitive.
|
||||||
|
ConfigVisualPanel2.promptBeforeExit.text=Prompt before exiting imager
|
||||||
|
ConfigVisualPanel2.promptBeforeExit.actionCommand=
|
||||||
NewRuleSetPanel.attributeRule.description=Search for files based on one or more attributes or metadata fields.
|
NewRuleSetPanel.attributeRule.description=Search for files based on one or more attributes or metadata fields.
|
||||||
NewRuleSetPanel.attributeRule.name=Attribute
|
NewRuleSetPanel.attributeRule.name=Attribute
|
||||||
NewRuleSetPanel.fullPathRule.description=Search for files based on full exact match path.
|
NewRuleSetPanel.fullPathRule.description=Search for files based on full exact match path.
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<Group type="102" attributes="0">
|
<Group type="102" attributes="0">
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Group type="102" attributes="0">
|
<Group type="102" alignment="1" attributes="0">
|
||||||
<Component id="newRuleButton" linkSize="3" min="-2" max="-2" attributes="0"/>
|
<Component id="newRuleButton" linkSize="3" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
||||||
<Component id="editRuleButton" linkSize="3" min="-2" max="-2" attributes="0"/>
|
<Component id="editRuleButton" linkSize="3" min="-2" max="-2" attributes="0"/>
|
||||||
@ -41,20 +41,36 @@
|
|||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Group type="102" alignment="0" attributes="0">
|
<Group type="102" alignment="0" attributes="0">
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="flagEncryptionProgramsCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
||||||
<Component id="finalizeImageWriter" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
||||||
<Component id="shouldSaveCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
|
|
||||||
<Component id="shouldAlertCheckBox" min="-2" max="-2" attributes="0"/>
|
|
||||||
<Component id="extensionsLabel" min="-2" max="-2" attributes="0"/>
|
<Component id="extensionsLabel" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="filenamesLabel" min="-2" max="-2" attributes="0"/>
|
<Component id="filenamesLabel" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="descriptionLabel" min="-2" max="-2" attributes="0"/>
|
<Component id="descriptionLabel" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="ruleNameLabel" alignment="0" min="-2" max="-2" attributes="0"/>
|
<Component id="ruleNameLabel" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||||
|
<Component id="fullPathsLabel" min="-2" max="-2" attributes="0"/>
|
||||||
|
<Component id="folderNamesLabel" min="-2" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<EmptySpace min="369" max="32767" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<Group type="102" attributes="0">
|
||||||
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
|
<Group type="102" alignment="0" attributes="0">
|
||||||
|
<EmptySpace min="-2" pref="129" max="-2" attributes="0"/>
|
||||||
|
<Group type="103" groupAlignment="1" attributes="0">
|
||||||
|
<Component id="ruleNameEditTextField" alignment="0" max="32767" attributes="0"/>
|
||||||
|
<Component id="descriptionEditTextField" alignment="0" max="32767" attributes="0"/>
|
||||||
|
<Component id="extensionsTextField" alignment="0" max="32767" attributes="0"/>
|
||||||
|
<Component id="fullPathsScrollPane" alignment="0" pref="0" max="32767" attributes="0"/>
|
||||||
|
<Component id="filenamesScrollPane" alignment="0" pref="0" max="32767" attributes="0"/>
|
||||||
|
<Component id="folderNamesScrollPane" alignment="0" pref="0" max="32767" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
</Group>
|
||||||
|
<Group type="102" alignment="0" attributes="0">
|
||||||
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
|
<Component id="shouldSaveCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||||
|
<Component id="shouldAlertCheckBox" min="-2" max="-2" attributes="0"/>
|
||||||
<Group type="102" alignment="0" attributes="0">
|
<Group type="102" alignment="0" attributes="0">
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="modifiedDateLabel" alignment="0" min="-2" pref="79" max="-2" attributes="0"/>
|
<Component id="modifiedDateLabel" alignment="0" min="-2" pref="79" max="-2" attributes="0"/>
|
||||||
<Component id="fileSizeLabel" alignment="0" min="-2" max="-2" attributes="0"/>
|
<Component id="fileSizeLabel" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="fullPathsLabel" min="-2" max="-2" attributes="0"/>
|
|
||||||
<Component id="folderNamesLabel" min="-2" max="-2" attributes="0"/>
|
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
|
<EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
|
||||||
<Component id="minSizeLabel" min="-2" max="-2" attributes="0"/>
|
<Component id="minSizeLabel" min="-2" max="-2" attributes="0"/>
|
||||||
@ -65,39 +81,37 @@
|
|||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
<Component id="maxSizeTextField" min="-2" pref="63" max="-2" attributes="0"/>
|
<Component id="maxSizeTextField" min="-2" pref="63" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
|
||||||
<EmptySpace min="-2" pref="107" max="-2" attributes="0"/>
|
|
||||||
</Group>
|
|
||||||
<Group type="102" alignment="0" attributes="0">
|
<Group type="102" alignment="0" attributes="0">
|
||||||
<EmptySpace min="-2" pref="129" max="-2" attributes="0"/>
|
<EmptySpace min="-2" pref="129" max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
|
||||||
<Group type="102" alignment="0" attributes="0">
|
|
||||||
<Component id="modifiedWithinTextField" min="-2" pref="54" max="-2" attributes="0"/>
|
<Component id="modifiedWithinTextField" min="-2" pref="54" max="-2" attributes="0"/>
|
||||||
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
||||||
<Component id="daysIncludedLabel" min="-2" max="-2" attributes="0"/>
|
<Component id="daysIncludedLabel" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<Group type="102" alignment="1" attributes="0">
|
|
||||||
<Group type="103" groupAlignment="1" attributes="0">
|
|
||||||
<Component id="ruleNameEditTextField" alignment="0" max="32767" attributes="0"/>
|
|
||||||
<Component id="descriptionEditTextField" alignment="0" max="32767" attributes="0"/>
|
|
||||||
<Component id="extensionsTextField" alignment="0" max="32767" attributes="0"/>
|
|
||||||
<Component id="fullPathsScrollPane" alignment="0" pref="0" max="32767" attributes="0"/>
|
|
||||||
<Component id="filenamesScrollPane" alignment="0" pref="0" max="32767" attributes="0"/>
|
|
||||||
<Component id="folderNamesScrollPane" alignment="0" pref="0" max="32767" attributes="0"/>
|
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace min="-2" max="-2" attributes="0"/>
|
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
|
||||||
</Group>
|
|
||||||
</Group>
|
|
||||||
<Group type="102" attributes="0">
|
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
</Group>
|
||||||
|
</Group>
|
||||||
|
<Group type="102" alignment="0" attributes="0">
|
||||||
|
<EmptySpace max="-2" attributes="0"/>
|
||||||
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
|
<Group type="102" attributes="0">
|
||||||
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
|
<Component id="flagEncryptionProgramsCheckBox" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||||
|
<Component id="finalizeImageWriter" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||||
|
<Component id="promptBeforeExit" alignment="0" min="-2" max="-2" attributes="0"/>
|
||||||
|
</Group>
|
||||||
|
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
||||||
|
</Group>
|
||||||
<Component id="jSeparator1" max="32767" attributes="0"/>
|
<Component id="jSeparator1" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
<DimensionLayout dim="1">
|
<DimensionLayout dim="1">
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
@ -107,16 +121,17 @@
|
|||||||
<Component id="configFileTextField" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="configFileTextField" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="ruleSetFileLabel" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="ruleSetFileLabel" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Group type="102" alignment="0" attributes="0">
|
<Group type="102" alignment="0" attributes="0">
|
||||||
<Component id="rulesScrollPane" pref="479" max="32767" attributes="0"/>
|
<Component id="rulesScrollPane" pref="478" max="32767" attributes="0"/>
|
||||||
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
<EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="3" attributes="0">
|
<Group type="103" groupAlignment="3" attributes="0">
|
||||||
<Component id="newRuleButton" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="newRuleButton" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="editRuleButton" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="editRuleButton" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="deleteRuleButton" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="deleteRuleButton" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<Group type="102" alignment="0" attributes="0">
|
<Group type="102" alignment="0" attributes="0">
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
@ -140,30 +155,19 @@
|
|||||||
<EmptySpace min="-2" max="-2" attributes="0"/>
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="filenamesScrollPane" pref="0" max="32767" attributes="0"/>
|
<Component id="filenamesScrollPane" pref="0" max="32767" attributes="0"/>
|
||||||
<Group type="102" attributes="0">
|
|
||||||
<Component id="filenamesLabel" min="-2" max="-2" attributes="0"/>
|
<Component id="filenamesLabel" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
<EmptySpace min="-2" pref="16" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Component id="folderNamesScrollPane" pref="0" max="32767" attributes="0"/>
|
<Component id="folderNamesScrollPane" pref="0" max="32767" attributes="0"/>
|
||||||
<Group type="102" attributes="0">
|
|
||||||
<Component id="folderNamesLabel" min="-2" max="-2" attributes="0"/>
|
<Component id="folderNamesLabel" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
<EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
|
||||||
<Group type="103" groupAlignment="0" attributes="0">
|
<Group type="103" groupAlignment="0" attributes="0">
|
||||||
<Group type="102" attributes="0">
|
|
||||||
<Component id="fullPathsLabel" min="-2" max="-2" attributes="0"/>
|
<Component id="fullPathsLabel" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="32767" attributes="0"/>
|
<Component id="fullPathsScrollPane" alignment="0" pref="0" max="32767" attributes="0"/>
|
||||||
</Group>
|
|
||||||
<Group type="102" alignment="1" attributes="0">
|
|
||||||
<Component id="fullPathsScrollPane" pref="0" max="32767" attributes="0"/>
|
|
||||||
<EmptySpace min="-2" pref="11" max="-2" attributes="0"/>
|
|
||||||
</Group>
|
|
||||||
</Group>
|
</Group>
|
||||||
|
<EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="2" attributes="0">
|
<Group type="103" groupAlignment="2" attributes="0">
|
||||||
<Component id="minSizeLabel" alignment="2" min="-2" max="-2" attributes="0"/>
|
<Component id="minSizeLabel" alignment="2" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="minSizeTextField" alignment="2" min="-2" max="-2" attributes="0"/>
|
<Component id="minSizeTextField" alignment="2" min="-2" max="-2" attributes="0"/>
|
||||||
@ -171,25 +175,27 @@
|
|||||||
<Component id="maxSizeTextField" alignment="2" min="-2" max="-2" attributes="0"/>
|
<Component id="maxSizeTextField" alignment="2" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="fileSizeLabel" alignment="2" min="-2" max="-2" attributes="0"/>
|
<Component id="fileSizeLabel" alignment="2" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
<EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
|
||||||
<Group type="103" groupAlignment="2" attributes="0">
|
<Group type="103" groupAlignment="2" attributes="0">
|
||||||
<Component id="modifiedDateLabel" alignment="2" min="-2" max="-2" attributes="0"/>
|
<Component id="modifiedDateLabel" alignment="2" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="modifiedWithinTextField" alignment="2" min="-2" max="-2" attributes="0"/>
|
<Component id="modifiedWithinTextField" alignment="2" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="daysIncludedLabel" alignment="2" min="-2" max="-2" attributes="0"/>
|
<Component id="daysIncludedLabel" alignment="2" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
<EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="shouldSaveCheckBox" min="-2" max="-2" attributes="0"/>
|
<Component id="shouldSaveCheckBox" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="shouldAlertCheckBox" min="-2" max="-2" attributes="0"/>
|
<Component id="shouldAlertCheckBox" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
<EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
|
||||||
<Component id="jSeparator1" min="-2" pref="2" max="-2" attributes="0"/>
|
<Component id="jSeparator1" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
<EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="flagEncryptionProgramsCheckBox" min="-2" max="-2" attributes="0"/>
|
<Component id="flagEncryptionProgramsCheckBox" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
<EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="finalizeImageWriter" min="-2" max="-2" attributes="0"/>
|
<Component id="finalizeImageWriter" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
|
||||||
|
<Component id="promptBeforeExit" min="-2" max="-2" attributes="0"/>
|
||||||
|
<EmptySpace min="-2" pref="21" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace max="-2" attributes="0"/>
|
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
@ -220,7 +226,6 @@
|
|||||||
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
<ResourceString bundle="org/sleuthkit/autopsy/logicalimager/configuration/Bundle.properties" key="ConfigVisualPanel2.daysIncludedLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
<ResourceString bundle="org/sleuthkit/autopsy/logicalimager/configuration/Bundle.properties" key="ConfigVisualPanel2.daysIncludedLabel.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property name="enabled" type="boolean" value="false"/>
|
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
<Component class="javax.swing.JLabel" name="fullPathsLabel">
|
<Component class="javax.swing.JLabel" name="fullPathsLabel">
|
||||||
@ -563,5 +568,19 @@
|
|||||||
<Property name="enabled" type="boolean" value="false"/>
|
<Property name="enabled" type="boolean" value="false"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
|
<Component class="javax.swing.JCheckBox" name="promptBeforeExit">
|
||||||
|
<Properties>
|
||||||
|
<Property name="selected" type="boolean" value="true"/>
|
||||||
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
|
<ResourceString bundle="org/sleuthkit/autopsy/logicalimager/configuration/Bundle.properties" key="ConfigVisualPanel2.promptBeforeExit.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
<Property name="actionCommand" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
|
<ResourceString bundle="org/sleuthkit/autopsy/logicalimager/configuration/Bundle.properties" key="ConfigVisualPanel2.promptBeforeExit.actionCommand" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/>
|
||||||
|
</Property>
|
||||||
|
</Properties>
|
||||||
|
<Events>
|
||||||
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="promptBeforeExitActionPerformed"/>
|
||||||
|
</Events>
|
||||||
|
</Component>
|
||||||
</SubComponents>
|
</SubComponents>
|
||||||
</Form>
|
</Form>
|
||||||
|
@ -110,6 +110,7 @@ final class ConfigVisualPanel2 extends JPanel {
|
|||||||
minSizeTextField = new javax.swing.JFormattedTextField();
|
minSizeTextField = new javax.swing.JFormattedTextField();
|
||||||
maxSizeLabel = new javax.swing.JLabel();
|
maxSizeLabel = new javax.swing.JLabel();
|
||||||
maxSizeTextField = new javax.swing.JFormattedTextField();
|
maxSizeTextField = new javax.swing.JFormattedTextField();
|
||||||
|
promptBeforeExit = new javax.swing.JCheckBox();
|
||||||
|
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(modifiedDateLabel, org.openide.util.NbBundle.getMessage(ConfigVisualPanel2.class, "ConfigVisualPanel2.modifiedDateLabel.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(modifiedDateLabel, org.openide.util.NbBundle.getMessage(ConfigVisualPanel2.class, "ConfigVisualPanel2.modifiedDateLabel.text")); // NOI18N
|
||||||
|
|
||||||
@ -120,7 +121,6 @@ final class ConfigVisualPanel2 extends JPanel {
|
|||||||
modifiedWithinTextField.setPreferredSize(new java.awt.Dimension(60, 20));
|
modifiedWithinTextField.setPreferredSize(new java.awt.Dimension(60, 20));
|
||||||
|
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(daysIncludedLabel, org.openide.util.NbBundle.getMessage(ConfigVisualPanel2.class, "ConfigVisualPanel2.daysIncludedLabel.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(daysIncludedLabel, org.openide.util.NbBundle.getMessage(ConfigVisualPanel2.class, "ConfigVisualPanel2.daysIncludedLabel.text")); // NOI18N
|
||||||
daysIncludedLabel.setEnabled(false);
|
|
||||||
|
|
||||||
org.openide.awt.Mnemonics.setLocalizedText(fullPathsLabel, org.openide.util.NbBundle.getMessage(ConfigVisualPanel2.class, "ConfigVisualPanel2.fullPathsLabel.text")); // NOI18N
|
org.openide.awt.Mnemonics.setLocalizedText(fullPathsLabel, org.openide.util.NbBundle.getMessage(ConfigVisualPanel2.class, "ConfigVisualPanel2.fullPathsLabel.text")); // NOI18N
|
||||||
|
|
||||||
@ -255,6 +255,15 @@ final class ConfigVisualPanel2 extends JPanel {
|
|||||||
maxSizeTextField.setFormatterFactory(new javax.swing.text.DefaultFormatterFactory(new javax.swing.text.NumberFormatter(new java.text.DecimalFormat("#,###; "))));
|
maxSizeTextField.setFormatterFactory(new javax.swing.text.DefaultFormatterFactory(new javax.swing.text.NumberFormatter(new java.text.DecimalFormat("#,###; "))));
|
||||||
maxSizeTextField.setEnabled(false);
|
maxSizeTextField.setEnabled(false);
|
||||||
|
|
||||||
|
promptBeforeExit.setSelected(true);
|
||||||
|
org.openide.awt.Mnemonics.setLocalizedText(promptBeforeExit, org.openide.util.NbBundle.getMessage(ConfigVisualPanel2.class, "ConfigVisualPanel2.promptBeforeExit.text")); // NOI18N
|
||||||
|
promptBeforeExit.setActionCommand(org.openide.util.NbBundle.getMessage(ConfigVisualPanel2.class, "ConfigVisualPanel2.promptBeforeExit.actionCommand")); // NOI18N
|
||||||
|
promptBeforeExit.addActionListener(new java.awt.event.ActionListener() {
|
||||||
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
|
||||||
|
promptBeforeExitActionPerformed(evt);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
|
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
|
||||||
this.setLayout(layout);
|
this.setLayout(layout);
|
||||||
layout.setHorizontalGroup(
|
layout.setHorizontalGroup(
|
||||||
@ -268,7 +277,7 @@ final class ConfigVisualPanel2 extends JPanel {
|
|||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addContainerGap()
|
.addContainerGap()
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
||||||
.addComponent(newRuleButton)
|
.addComponent(newRuleButton)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
||||||
.addComponent(editRuleButton)
|
.addComponent(editRuleButton)
|
||||||
@ -281,20 +290,32 @@ final class ConfigVisualPanel2 extends JPanel {
|
|||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(flagEncryptionProgramsCheckBox)
|
|
||||||
.addComponent(finalizeImageWriter)
|
|
||||||
.addComponent(shouldSaveCheckBox)
|
|
||||||
.addComponent(shouldAlertCheckBox)
|
|
||||||
.addComponent(extensionsLabel)
|
.addComponent(extensionsLabel)
|
||||||
.addComponent(filenamesLabel)
|
.addComponent(filenamesLabel)
|
||||||
.addComponent(descriptionLabel)
|
.addComponent(descriptionLabel)
|
||||||
.addComponent(ruleNameLabel)
|
.addComponent(ruleNameLabel)
|
||||||
|
.addComponent(fullPathsLabel)
|
||||||
|
.addComponent(folderNamesLabel))
|
||||||
|
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
||||||
|
.addGroup(layout.createSequentialGroup()
|
||||||
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addGroup(layout.createSequentialGroup()
|
||||||
|
.addGap(129, 129, 129)
|
||||||
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
|
||||||
|
.addComponent(ruleNameEditTextField, javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addComponent(descriptionEditTextField, javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addComponent(extensionsTextField, javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addComponent(fullPathsScrollPane, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
|
||||||
|
.addComponent(filenamesScrollPane, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
|
||||||
|
.addComponent(folderNamesScrollPane, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)))
|
||||||
|
.addGroup(layout.createSequentialGroup()
|
||||||
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addComponent(shouldSaveCheckBox)
|
||||||
|
.addComponent(shouldAlertCheckBox)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(modifiedDateLabel, javax.swing.GroupLayout.PREFERRED_SIZE, 79, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(modifiedDateLabel, javax.swing.GroupLayout.PREFERRED_SIZE, 79, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addComponent(fileSizeLabel)
|
.addComponent(fileSizeLabel))
|
||||||
.addComponent(fullPathsLabel)
|
|
||||||
.addComponent(folderNamesLabel))
|
|
||||||
.addGap(4, 4, 4)
|
.addGap(4, 4, 4)
|
||||||
.addComponent(minSizeLabel)
|
.addComponent(minSizeLabel)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
@ -302,27 +323,24 @@ final class ConfigVisualPanel2 extends JPanel {
|
|||||||
.addGap(18, 18, 18)
|
.addGap(18, 18, 18)
|
||||||
.addComponent(maxSizeLabel)
|
.addComponent(maxSizeLabel)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addComponent(maxSizeTextField, javax.swing.GroupLayout.PREFERRED_SIZE, 63, javax.swing.GroupLayout.PREFERRED_SIZE)))
|
.addComponent(maxSizeTextField, javax.swing.GroupLayout.PREFERRED_SIZE, 63, javax.swing.GroupLayout.PREFERRED_SIZE))
|
||||||
.addGap(107, 107, 107))
|
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addGap(129, 129, 129)
|
.addGap(129, 129, 129)
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
|
||||||
.addGroup(layout.createSequentialGroup()
|
|
||||||
.addComponent(modifiedWithinTextField, javax.swing.GroupLayout.PREFERRED_SIZE, 54, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(modifiedWithinTextField, javax.swing.GroupLayout.PREFERRED_SIZE, 54, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
||||||
.addComponent(daysIncludedLabel))
|
.addComponent(daysIncludedLabel)))
|
||||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
.addGap(0, 0, Short.MAX_VALUE)))
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
|
.addContainerGap())))
|
||||||
.addComponent(ruleNameEditTextField, javax.swing.GroupLayout.Alignment.LEADING)
|
|
||||||
.addComponent(descriptionEditTextField, javax.swing.GroupLayout.Alignment.LEADING)
|
|
||||||
.addComponent(extensionsTextField, javax.swing.GroupLayout.Alignment.LEADING)
|
|
||||||
.addComponent(fullPathsScrollPane, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
|
|
||||||
.addComponent(filenamesScrollPane, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
|
|
||||||
.addComponent(folderNamesScrollPane, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE))
|
|
||||||
.addContainerGap())))))
|
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addComponent(jSeparator1))))
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addGroup(layout.createSequentialGroup()
|
||||||
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
.addComponent(flagEncryptionProgramsCheckBox)
|
||||||
|
.addComponent(finalizeImageWriter)
|
||||||
|
.addComponent(promptBeforeExit))
|
||||||
|
.addGap(0, 0, Short.MAX_VALUE))
|
||||||
|
.addComponent(jSeparator1)))))
|
||||||
);
|
);
|
||||||
|
|
||||||
layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {deleteRuleButton, editRuleButton, newRuleButton});
|
layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {deleteRuleButton, editRuleButton, newRuleButton});
|
||||||
@ -337,12 +355,13 @@ final class ConfigVisualPanel2 extends JPanel {
|
|||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addComponent(rulesScrollPane, javax.swing.GroupLayout.DEFAULT_SIZE, 479, Short.MAX_VALUE)
|
.addComponent(rulesScrollPane, javax.swing.GroupLayout.DEFAULT_SIZE, 478, Short.MAX_VALUE)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
||||||
.addComponent(newRuleButton)
|
.addComponent(newRuleButton)
|
||||||
.addComponent(editRuleButton)
|
.addComponent(editRuleButton)
|
||||||
.addComponent(deleteRuleButton)))
|
.addComponent(deleteRuleButton))
|
||||||
|
.addContainerGap())
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
@ -360,23 +379,16 @@ final class ConfigVisualPanel2 extends JPanel {
|
|||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(filenamesScrollPane, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
|
.addComponent(filenamesScrollPane, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addComponent(filenamesLabel))
|
||||||
.addComponent(filenamesLabel)
|
.addGap(16, 16, 16)
|
||||||
.addGap(0, 0, Short.MAX_VALUE)))
|
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addComponent(folderNamesScrollPane, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
|
.addComponent(folderNamesScrollPane, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
|
||||||
.addGroup(layout.createSequentialGroup()
|
.addComponent(folderNamesLabel))
|
||||||
.addComponent(folderNamesLabel)
|
.addGap(18, 18, 18)
|
||||||
.addGap(0, 0, Short.MAX_VALUE)))
|
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
.addGroup(layout.createSequentialGroup()
|
|
||||||
.addComponent(fullPathsLabel)
|
.addComponent(fullPathsLabel)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
|
.addComponent(fullPathsScrollPane, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE))
|
||||||
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
||||||
.addComponent(fullPathsScrollPane, javax.swing.GroupLayout.PREFERRED_SIZE, 0, Short.MAX_VALUE)
|
|
||||||
.addGap(11, 11, 11)))
|
|
||||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER)
|
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.CENTER)
|
||||||
.addComponent(minSizeLabel)
|
.addComponent(minSizeLabel)
|
||||||
.addComponent(minSizeTextField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(minSizeTextField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
@ -392,13 +404,15 @@ final class ConfigVisualPanel2 extends JPanel {
|
|||||||
.addComponent(shouldSaveCheckBox)
|
.addComponent(shouldSaveCheckBox)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
|
||||||
.addComponent(shouldAlertCheckBox)
|
.addComponent(shouldAlertCheckBox)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
.addGap(18, 18, 18)
|
||||||
.addComponent(jSeparator1, javax.swing.GroupLayout.PREFERRED_SIZE, 2, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(jSeparator1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
||||||
.addComponent(flagEncryptionProgramsCheckBox)
|
.addComponent(flagEncryptionProgramsCheckBox)
|
||||||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
||||||
.addComponent(finalizeImageWriter)))
|
.addComponent(finalizeImageWriter)
|
||||||
.addContainerGap())
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
||||||
|
.addComponent(promptBeforeExit)
|
||||||
|
.addGap(21, 21, 21))))
|
||||||
);
|
);
|
||||||
}// </editor-fold>//GEN-END:initComponents
|
}// </editor-fold>//GEN-END:initComponents
|
||||||
|
|
||||||
@ -528,6 +542,10 @@ final class ConfigVisualPanel2 extends JPanel {
|
|||||||
config.setFinalizeImageWriter(finalizeImageWriter.isSelected());
|
config.setFinalizeImageWriter(finalizeImageWriter.isSelected());
|
||||||
}//GEN-LAST:event_finalizeImageWriterActionPerformed
|
}//GEN-LAST:event_finalizeImageWriterActionPerformed
|
||||||
|
|
||||||
|
private void promptBeforeExitActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_promptBeforeExitActionPerformed
|
||||||
|
config.setPromptBeforeExit(promptBeforeExit.isSelected());
|
||||||
|
}//GEN-LAST:event_promptBeforeExitActionPerformed
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the whether the a rule for detecting encryption programs will be
|
* Set the whether the a rule for detecting encryption programs will be
|
||||||
* added to the rules in this config
|
* added to the rules in this config
|
||||||
@ -597,6 +615,7 @@ final class ConfigVisualPanel2 extends JPanel {
|
|||||||
private javax.swing.JLabel modifiedDateLabel;
|
private javax.swing.JLabel modifiedDateLabel;
|
||||||
private javax.swing.JTextField modifiedWithinTextField;
|
private javax.swing.JTextField modifiedWithinTextField;
|
||||||
private javax.swing.JButton newRuleButton;
|
private javax.swing.JButton newRuleButton;
|
||||||
|
private javax.swing.JCheckBox promptBeforeExit;
|
||||||
private javax.swing.JTextField ruleNameEditTextField;
|
private javax.swing.JTextField ruleNameEditTextField;
|
||||||
private javax.swing.JLabel ruleNameLabel;
|
private javax.swing.JLabel ruleNameLabel;
|
||||||
private javax.swing.JLabel ruleSetFileLabel;
|
private javax.swing.JLabel ruleSetFileLabel;
|
||||||
|
@ -38,6 +38,10 @@ class LogicalImagerConfig {
|
|||||||
@Expose(serialize = true)
|
@Expose(serialize = true)
|
||||||
private boolean finalizeImageWriter;
|
private boolean finalizeImageWriter;
|
||||||
|
|
||||||
|
@SerializedName("prompt-before-exit")
|
||||||
|
@Expose(serialize = true)
|
||||||
|
private boolean promptBeforeExit;
|
||||||
|
|
||||||
@SerializedName("rule-sets")
|
@SerializedName("rule-sets")
|
||||||
@Expose(serialize = true)
|
@Expose(serialize = true)
|
||||||
private List<LogicalImagerRuleSet> ruleSets;
|
private List<LogicalImagerRuleSet> ruleSets;
|
||||||
@ -45,6 +49,7 @@ class LogicalImagerConfig {
|
|||||||
LogicalImagerConfig() {
|
LogicalImagerConfig() {
|
||||||
this.version = CURRENT_VERSION;
|
this.version = CURRENT_VERSION;
|
||||||
this.finalizeImageWriter = false;
|
this.finalizeImageWriter = false;
|
||||||
|
this.promptBeforeExit = true;
|
||||||
this.ruleSets = new ArrayList<>();
|
this.ruleSets = new ArrayList<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -54,6 +59,7 @@ class LogicalImagerConfig {
|
|||||||
) {
|
) {
|
||||||
this.version = CURRENT_VERSION;
|
this.version = CURRENT_VERSION;
|
||||||
this.finalizeImageWriter = finalizeImageWriter;
|
this.finalizeImageWriter = finalizeImageWriter;
|
||||||
|
this.promptBeforeExit = true;
|
||||||
this.ruleSets = ruleSets;
|
this.ruleSets = ruleSets;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -64,6 +70,19 @@ class LogicalImagerConfig {
|
|||||||
) {
|
) {
|
||||||
this.version = version;
|
this.version = version;
|
||||||
this.finalizeImageWriter = finalizeImageWriter;
|
this.finalizeImageWriter = finalizeImageWriter;
|
||||||
|
this.promptBeforeExit = true;
|
||||||
|
this.ruleSets = ruleSets;
|
||||||
|
}
|
||||||
|
|
||||||
|
LogicalImagerConfig(
|
||||||
|
String version,
|
||||||
|
boolean finalizeImageWriter,
|
||||||
|
boolean promptBeforeExit,
|
||||||
|
List<LogicalImagerRuleSet> ruleSets
|
||||||
|
) {
|
||||||
|
this.version = version;
|
||||||
|
this.finalizeImageWriter = finalizeImageWriter;
|
||||||
|
this.promptBeforeExit = promptBeforeExit;
|
||||||
this.ruleSets = ruleSets;
|
this.ruleSets = ruleSets;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -87,6 +106,14 @@ class LogicalImagerConfig {
|
|||||||
this.finalizeImageWriter = finalizeImageWriter;
|
this.finalizeImageWriter = finalizeImageWriter;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
boolean isPromptBeforeExit() {
|
||||||
|
return promptBeforeExit;
|
||||||
|
}
|
||||||
|
|
||||||
|
void setPromptBeforeExit(boolean promptBeforeExit) {
|
||||||
|
this.promptBeforeExit = promptBeforeExit;
|
||||||
|
}
|
||||||
|
|
||||||
List<LogicalImagerRuleSet> getRuleSets() {
|
List<LogicalImagerRuleSet> getRuleSets() {
|
||||||
return ruleSets;
|
return ruleSets;
|
||||||
}
|
}
|
||||||
|
@ -45,6 +45,7 @@ class LogicalImagerConfigDeserializer implements JsonDeserializer<LogicalImagerC
|
|||||||
public LogicalImagerConfig deserialize(JsonElement je, Type type, JsonDeserializationContext jdc) throws JsonParseException {
|
public LogicalImagerConfig deserialize(JsonElement je, Type type, JsonDeserializationContext jdc) throws JsonParseException {
|
||||||
String version = LogicalImagerConfig.getCurrentVersion();
|
String version = LogicalImagerConfig.getCurrentVersion();
|
||||||
boolean finalizeImageWriter = false;
|
boolean finalizeImageWriter = false;
|
||||||
|
boolean promptBeforeExit = true;
|
||||||
|
|
||||||
final JsonObject jsonObject = je.getAsJsonObject();
|
final JsonObject jsonObject = je.getAsJsonObject();
|
||||||
final JsonElement jsonVersion = jsonObject.get("version"); // NON-NLS
|
final JsonElement jsonVersion = jsonObject.get("version"); // NON-NLS
|
||||||
@ -57,6 +58,11 @@ class LogicalImagerConfigDeserializer implements JsonDeserializer<LogicalImagerC
|
|||||||
finalizeImageWriter = jsonFinalizeImageWriter.getAsBoolean();
|
finalizeImageWriter = jsonFinalizeImageWriter.getAsBoolean();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
final JsonElement jsonPromptBeforeExit = jsonObject.get("finalize-image-writer"); // NON-NLS
|
||||||
|
if (jsonPromptBeforeExit != null) {
|
||||||
|
promptBeforeExit = jsonPromptBeforeExit.getAsBoolean();
|
||||||
|
}
|
||||||
|
|
||||||
JsonArray asJsonArray = jsonObject.get("rule-sets").getAsJsonArray(); // NON-NLS
|
JsonArray asJsonArray = jsonObject.get("rule-sets").getAsJsonArray(); // NON-NLS
|
||||||
if (asJsonArray == null) {
|
if (asJsonArray == null) {
|
||||||
throw new JsonParseException(Bundle.LogicalImagerConfigDeserializer_missingRuleSetException());
|
throw new JsonParseException(Bundle.LogicalImagerConfigDeserializer_missingRuleSetException());
|
||||||
@ -74,7 +80,7 @@ class LogicalImagerConfigDeserializer implements JsonDeserializer<LogicalImagerC
|
|||||||
LogicalImagerRuleSet ruleSet = new LogicalImagerRuleSet(setName, rules);
|
LogicalImagerRuleSet ruleSet = new LogicalImagerRuleSet(setName, rules);
|
||||||
ruleSets.add(ruleSet);
|
ruleSets.add(ruleSet);
|
||||||
}
|
}
|
||||||
return new LogicalImagerConfig(version, finalizeImageWriter, ruleSets);
|
return new LogicalImagerConfig(version, finalizeImageWriter, promptBeforeExit, ruleSets);
|
||||||
}
|
}
|
||||||
|
|
||||||
private List<LogicalImagerRule> parseRules(JsonArray asJsonArray) {
|
private List<LogicalImagerRule> parseRules(JsonArray asJsonArray) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user