Serialized Form

  • Package me.mthw.forge.content

    • Class me.mthw.forge.content.ForgeContentViewer

      class ForgeContentViewer extends JPanel implements Serializable
      • Serialized Fields

        • jButton1
          JButton jButton1
        • jButtonTask
          JButton jButtonTask
        • jCheckBoxCommon
          JCheckBox jCheckBoxCommon
        • jCheckBoxDecrypt
          JCheckBox jCheckBoxDecrypt
        • jCheckBoxDigits
          JCheckBox jCheckBoxDigits
        • jCheckBoxLCase
          JCheckBox jCheckBoxLCase
        • jCheckBoxStrings
          JCheckBox jCheckBoxStrings
        • jCheckBoxSymbols
          JCheckBox jCheckBoxSymbols
        • jCheckBoxTag
          JCheckBox jCheckBoxTag
        • jCheckBoxUCase
          JCheckBox jCheckBoxUCase
        • jCheckBoxWordList
          JCheckBox jCheckBoxWordList
        • jComboBoxCommon
          JComboBox<String> jComboBoxCommon
        • jComboBoxStrings
          JComboBox<String> jComboBoxStrings
        • jFileChooser1
          JFileChooser jFileChooser1
        • jLabel1
          JLabel jLabel1
        • jLabel2
          JLabel jLabel2
        • jLabel3
          JLabel jLabel3
        • jLabel4
          JLabel jLabel4
        • jLabel5
          JLabel jLabel5
        • jLabel6
          JLabel jLabel6
        • jLabelCommonName
          JLabel jLabelCommonName
        • jLabelWordlistPath
          JLabel jLabelWordlistPath
        • jLabelZipFileName
          JLabel jLabelZipFileName
        • jPanelCommon
          JPanel jPanelCommon
        • jPanelCommonAttributes
          JPanel jPanelCommonAttributes
        • jPanelZipFile
          JPanel jPanelZipFile
        • jScrollPaneCommon
          JScrollPane jScrollPaneCommon
        • jScrollPaneCommonAttributes
          JScrollPane jScrollPaneCommonAttributes
        • jScrollPaneZipFile
          JScrollPane jScrollPaneZipFile
        • jTextFieldRandomMax
          JTextField jTextFieldRandomMax
        • jTextFieldRandomMin
          JTextField jTextFieldRandomMin
        • jTextFieldSymbols
          JTextField jTextFieldSymbols
        • jTextFieldThreads
          JTextField jTextFieldThreads
        • logger
          org.sleuthkit.autopsy.coreutils.Logger logger
        • mainForgeFlagType
          org.sleuthkit.datamodel.BlackboardAttribute.Type mainForgeFlagType
        • numericFilter
          DocumentFilter numericFilter
          A custom DocumentFilter implementation that allows only numeric input. This filter ensures that only digits (0-9) are inserted or replaced in the textField. Methods: - #insertString(FilterBypass, int, String, AttributeSet): Overrides the default behavior to allow insertion of numeric strings only. - #replace(FilterBypass, int, int, String, AttributeSet): Overrides the default behavior to allow replacement with numeric strings only. Usage: Attach this filter to a textField to restrict its input to numeric values.
        • rootFile
          org.sleuthkit.datamodel.AbstractFile rootFile
        • selectedFile
          org.sleuthkit.datamodel.AbstractFile selectedFile