Serialized Form

  • Package com.lf.digester.dialog

  • Package com.lf.digester.dialog.options

    • Class com.lf.digester.dialog.options.DataLimitsUnit

      class DataLimitsUnit extends JPanel implements Serializable
      • Serialized Fields

        • initialized
          boolean initialized
          Components have been setup already?
        • labelMaxFiles_I18N
          JLabel labelMaxFiles_I18N
        • labelMaxLength_I18N
          JLabel labelMaxLength_I18N
        • matches
          Vector<Component> matches
          Remembers the components matching a search pattern for reset.
        • panelFileLimits
          JPanel panelFileLimits
        • textFieldMaxFiles_I18N
          JTextField textFieldMaxFiles_I18N
        • textFieldMaxLength_I18N
          JTextField textFieldMaxLength_I18N
        • validatorBytes
          com.lf.commons.gui.DocumentValidator validatorBytes
          Helper to set the dialog OK button state.
        • validatorNumeric
          com.lf.commons.gui.DocumentValidator validatorNumeric
          Helper to set the dialog OK button state.
  • Package com.lf.digester.docking.check

    • Class com.lf.digester.docking.check.CheckOptionsWindow

      class CheckOptionsWindow extends JPanel implements Serializable
      • Serialized Fields

        • buttonAnt_I18N
          JButton buttonAnt_I18N
        • buttonCheck_I18N
          JButton buttonCheck_I18N
        • buttonCLIArgs_I18N
          JButton buttonCLIArgs_I18N
        • buttonHelp
          JButton buttonHelp
        • buttonHelp2
          JButton buttonHelp2
        • checkBoxBSDTarget_I18N
          JCheckBox checkBoxBSDTarget_I18N
        • checkBoxGNUTarget_I18N
          JCheckBox checkBoxGNUTarget_I18N
        • checkBoxIntermediates_I18N
          JCheckBox checkBoxIntermediates_I18N
        • checkBoxMD2_I18N
          JCheckBox checkBoxMD2_I18N
        • checkBoxMD4_I18N
          JCheckBox checkBoxMD4_I18N
        • checkBoxMD5_I18N
          JCheckBox checkBoxMD5_I18N
        • checkBoxMismatch_I18N
          JCheckBox checkBoxMismatch_I18N
        • checkBoxPGPExtension_I18N
          JCheckBox checkBoxPGPExtension_I18N
        • checkBoxPGPKeyInstall_I18N
          JCheckBox checkBoxPGPKeyInstall_I18N
        • checkBoxRIPEMD128_I18N
          JCheckBox checkBoxRIPEMD128_I18N
        • checkBoxRIPEMD160_I18N
          JCheckBox checkBoxRIPEMD160_I18N
        • checkBoxRIPEMD256_I18N
          JCheckBox checkBoxRIPEMD256_I18N
        • checkBoxRIPEMD320_I18N
          JCheckBox checkBoxRIPEMD320_I18N
        • checkBoxSHA1_I18N
          JCheckBox checkBoxSHA1_I18N
        • checkBoxSHA224_I18N
          JCheckBox checkBoxSHA224_I18N
        • checkBoxSHA256_I18N
          JCheckBox checkBoxSHA256_I18N
        • checkBoxSHA384_I18N
          JCheckBox checkBoxSHA384_I18N
        • checkBoxSHA512_I18N
          JCheckBox checkBoxSHA512_I18N
        • checkBoxSubdirs_I18N
          JCheckBox checkBoxSubdirs_I18N
        • checkBoxTiger_I18N
          JCheckBox checkBoxTiger_I18N
        • checkBoxVerbose_I18N
          JCheckBox checkBoxVerbose_I18N
        • checkBoxWhirlpool_I18N
          JCheckBox checkBoxWhirlpool_I18N
        • checkBoxXMLExtension_I18N
          JCheckBox checkBoxXMLExtension_I18N
        • checkBoxXMLPGP_I18N
          JCheckBox checkBoxXMLPGP_I18N
        • extensionCheckBoxes
          Vector<Component> extensionCheckBoxes
          The set of file extension check boxes.
        • extensionTextFields
          Vector<Component> extensionTextFields
          The set of file extension input fields.
        • helpID
          String helpID
          Identifier to call the help system (optional).
        • labelIgnore_I18N
          JLabel labelIgnore_I18N
        • labelInclude_I18N
          JLabel labelInclude_I18N
        • labelPGPDownload_I18N
          JLabel labelPGPDownload_I18N
        • panelCheckOptions
          JPanel panelCheckOptions
        • panelCheckOptionsTitled
          JPanel panelCheckOptionsTitled
        • panelExtensions
          JPanel panelExtensions
        • panelExtensionsTitled
          JPanel panelExtensionsTitled
        • panelMisc
          JPanel panelMisc
        • panelMisc2
          JPanel panelMisc2
        • panelMiscTitled
          JPanel panelMiscTitled
        • panelOptions
          JPanel panelOptions
        • panelPGPTitled
          JPanel panelPGPTitled
        • radioButtonPGPKeyAsk_I18N
          JRadioButton radioButtonPGPKeyAsk_I18N
        • radioButtonPGPKeyDownload_I18N
          JRadioButton radioButtonPGPKeyDownload_I18N
        • radioButtonPGPKeyIgnore_I18N
          JRadioButton radioButtonPGPKeyIgnore_I18N
        • tabbedPane
          JTabbedPane tabbedPane
        • tabOptions
          JScrollPane tabOptions
        • textFieldIgnore_I18N
          JTextField textFieldIgnore_I18N
        • textFieldInclude_I18N
          JTextField textFieldInclude_I18N
        • textFieldMD2_I18N
          JTextField textFieldMD2_I18N
        • textFieldMD4_I18N
          JTextField textFieldMD4_I18N
        • textFieldMD5_I18N
          JTextField textFieldMD5_I18N
        • textFieldPGPExtension_I18N
          JTextField textFieldPGPExtension_I18N
        • textFieldRIPEMD128_I18N
          JTextField textFieldRIPEMD128_I18N
        • textFieldRIPEMD160_I18N
          JTextField textFieldRIPEMD160_I18N
        • textFieldRIPEMD256_I18N
          JTextField textFieldRIPEMD256_I18N
        • textFieldRIPEMD320_I18N
          JTextField textFieldRIPEMD320_I18N
        • textFieldSHA1_I18N
          JTextField textFieldSHA1_I18N
        • textFieldSHA224_I18N
          JTextField textFieldSHA224_I18N
        • textFieldSHA256_I18N
          JTextField textFieldSHA256_I18N
        • textFieldSHA384_I18N
          JTextField textFieldSHA384_I18N
        • textFieldSHA512_I18N
          JTextField textFieldSHA512_I18N
        • textFieldTiger_I18N
          JTextField textFieldTiger_I18N
        • textFieldWhirlpool_I18N
          JTextField textFieldWhirlpool_I18N
        • textFieldXMLExtension_I18N
          JTextField textFieldXMLExtension_I18N
        • windowParams
          com.lf.commons.docking.WindowParamDef windowParams
          Data holder for the docking window parameters.
  • Package com.lf.digester.docking.generate

    • Class com.lf.digester.docking.generate.GenerateOptionsWindow

      class GenerateOptionsWindow extends JPanel implements Serializable
      • Serialized Fields

        • buttonAnt_I18N
          com.lf.commons.gui.button.ComboButton buttonAnt_I18N
        • buttonCLIArgs_I18N
          com.lf.commons.gui.button.ComboButton buttonCLIArgs_I18N
        • buttonGenerate_I18N
          JButton buttonGenerate_I18N
        • buttonHelp
          JButton buttonHelp
        • buttonHelp2
          JButton buttonHelp2
        • buttonRefresh_I18N
          JButton buttonRefresh_I18N
        • checkBoxAbsPath_I18N
          JCheckBox checkBoxAbsPath_I18N
        • checkBoxBSDDir_I18N
          JCheckBox checkBoxBSDDir_I18N
        • checkBoxBSDTarget_I18N
          JCheckBox checkBoxBSDTarget_I18N
        • checkBoxGNUDir_I18N
          JCheckBox checkBoxGNUDir_I18N
        • checkBoxGNUTarget_I18N
          JCheckBox checkBoxGNUTarget_I18N
        • checkBoxIgnoreDigests_I18N
          JCheckBox checkBoxIgnoreDigests_I18N
        • checkBoxMD2_I18N
          JCheckBox checkBoxMD2_I18N
        • checkBoxMD4_I18N
          JCheckBox checkBoxMD4_I18N
        • checkBoxMD5_I18N
          JCheckBox checkBoxMD5_I18N
        • checkBoxOverwrite_I18N
          JCheckBox checkBoxOverwrite_I18N
        • checkBoxPGPTarget_I18N
          JCheckBox checkBoxPGPTarget_I18N
        • checkBoxRefreshIgnoreMissing_I18N
          JCheckBox checkBoxRefreshIgnoreMissing_I18N
        • checkBoxRefreshRemoveArtifacts_I18N
          JCheckBox checkBoxRefreshRemoveArtifacts_I18N
        • checkBoxRefreshRemoveOther_I18N
          JCheckBox checkBoxRefreshRemoveOther_I18N
        • checkBoxResults_I18N
          JCheckBox checkBoxResults_I18N
        • checkBoxRIPEMD128_I18N
          JCheckBox checkBoxRIPEMD128_I18N
        • checkBoxRIPEMD160_I18N
          JCheckBox checkBoxRIPEMD160_I18N
        • checkBoxRIPEMD256_I18N
          JCheckBox checkBoxRIPEMD256_I18N
        • checkBoxRIPEMD320_I18N
          JCheckBox checkBoxRIPEMD320_I18N
        • checkBoxSHA1_I18N
          JCheckBox checkBoxSHA1_I18N
        • checkBoxSHA224_I18N
          JCheckBox checkBoxSHA224_I18N
        • checkBoxSHA256_I18N
          JCheckBox checkBoxSHA256_I18N
        • checkBoxSHA384_I18N
          JCheckBox checkBoxSHA384_I18N
        • checkBoxSHA512_I18N
          JCheckBox checkBoxSHA512_I18N
        • checkBoxSkipEntrySizeXML_I18N
          JCheckBox checkBoxSkipEntrySizeXML_I18N
        • checkBoxSkipEntryTimestampXML_I18N
          JCheckBox checkBoxSkipEntryTimestampXML_I18N
        • checkBoxSkipTimestampGNUBSD_I18N
          JCheckBox checkBoxSkipTimestampGNUBSD_I18N
        • checkBoxSkipTimestampPGP_I18N
          JCheckBox checkBoxSkipTimestampPGP_I18N
        • checkBoxSkipTimestampXML_I18N
          JCheckBox checkBoxSkipTimestampXML_I18N
        • checkBoxSubdirs_I18N
          JCheckBox checkBoxSubdirs_I18N
        • checkBoxTiger_I18N
          JCheckBox checkBoxTiger_I18N
        • checkBoxTimestamp_I18N
          JCheckBox checkBoxTimestamp_I18N
        • checkBoxURL_I18N
          JCheckBox checkBoxURL_I18N
        • checkBoxVerbose_I18N
          JCheckBox checkBoxVerbose_I18N
        • checkBoxWhirlpool_I18N
          JCheckBox checkBoxWhirlpool_I18N
        • checkBoxXMLDir_I18N
          JCheckBox checkBoxXMLDir_I18N
        • checkBoxXMLPGP_I18N
          JCheckBox checkBoxXMLPGP_I18N
        • checkBoxXMLPGPeMail_I18N
          JCheckBox checkBoxXMLPGPeMail_I18N
        • checkBoxXMLPGPID_I18N
          JCheckBox checkBoxXMLPGPID_I18N
        • checkBoxXMLPGPName_I18N
          JCheckBox checkBoxXMLPGPName_I18N
        • checkBoxXMLPGPURL_I18N
          JCheckBox checkBoxXMLPGPURL_I18N
        • checkBoxXMLTarget_I18N
          JCheckBox checkBoxXMLTarget_I18N
        • comboBoxDigestFormat_I18N
          JComboBox comboBoxDigestFormat_I18N
        • comboBoxExpStarting_I18N
          JComboBox comboBoxExpStarting_I18N
        • comboBoxHexCase_I18N
          JComboBox comboBoxHexCase_I18N
        • controller
          GenerateOptionsController controller
          The MVC controller, handles GUI callbacks.
        • extensionCheckBoxes
          Vector<Component> extensionCheckBoxes
          The set of format check boxes.
        • extensionTextFields
          Vector<Component> extensionTextFields
          The set of file extension input fields.
        • helpID
          String helpID
          Identifier to call the help system (optional).
        • labelBSDFile_I18N
          JLabel labelBSDFile_I18N
        • labelDigestFormat_I18N
          JLabel labelDigestFormat_I18N
        • labelExpMax_I18N
          JLabel labelExpMax_I18N
        • labelExpStarting_I18N
          JLabel labelExpStarting_I18N
        • labelGNUFile_I18N
          JLabel labelGNUFile_I18N
        • labelHeader_I18N
          JLabel labelHeader_I18N
        • labelHexCase_I18N
          JLabel labelHexCase_I18N
        • labelIgnore_I18N
          JLabel labelIgnore_I18N
        • labelInclude_I18N
          JLabel labelInclude_I18N
        • labelLinearBytes_I18N
          JLabel labelLinearBytes_I18N
        • labelLinearMax_I18N
          JLabel labelLinearMax_I18N
        • labelPerDirectory_I18N
          JLabel labelPerDirectory_I18N
        • labelPerTarget_I18N
          JLabel labelPerTarget_I18N
        • labelPGPExtension_I18N
          JLabel labelPGPExtension_I18N
        • labelPGPFile_I18N
          JLabel labelPGPFile_I18N
        • labelPGPVersion_I18N
          JLabel labelPGPVersion_I18N
        • labelSkipGNUBSDPGP_I18N
          JLabel labelSkipGNUBSDPGP_I18N
        • labelSkipXML_I18N
          JLabel labelSkipXML_I18N
        • labelSummary_I18N
          JLabel labelSummary_I18N
        • labelXMLComment_I18N
          JLabel labelXMLComment_I18N
        • labelXMLExtension_I18N
          JLabel labelXMLExtension_I18N
        • labelXMLFile_I18N
          JLabel labelXMLFile_I18N
        • model
          GenerateOptionsModel model
          The MVC model, handles the templates.
        • panelDigests
          JPanel panelDigests
        • panelDigestsTitled
          JPanel panelDigestsTitled
        • panelFormatMisc
          JPanel panelFormatMisc
        • panelFormatOptions
          JPanel panelFormatOptions
        • panelFormatOptionsTitled
          JPanel panelFormatOptionsTitled
        • panelKeys
          PGPKeyPanel panelKeys
        • panelMiscTitled
          JPanel panelMiscTitled
        • panelOptions
          JPanel panelOptions
        • panelPGP
          JPanel panelPGP
        • panelPGPCommon
          JPanel panelPGPCommon
        • panelPGPCommonTitled
          JPanel panelPGPCommonTitled
        • panelPGPKeysTitled
          JPanel panelPGPKeysTitled
        • panelRefresh
          JPanel panelRefresh
        • panelRefreshCommon
          JPanel panelRefreshCommon
        • panelRefreshCommonTitled
          JPanel panelRefreshCommonTitled
        • panelRefreshGNUBSDPGP
          JPanel panelRefreshGNUBSDPGP
        • panelRefreshGNUBSDPGPTitled
          JPanel panelRefreshGNUBSDPGPTitled
        • panelRefreshXML
          JPanel panelRefreshXML
        • panelRefreshXMLTitled
          JPanel panelRefreshXMLTitled
        • panelXML
          JPanel panelXML
        • panelXMLCommon
          JPanel panelXMLCommon
        • panelXMLCommonTitled
          JPanel panelXMLCommonTitled
        • panelXMLIntermediates
          JPanel panelXMLIntermediates
        • panelXMLIntermediatesTitled
          JPanel panelXMLIntermediatesTitled
        • radioButtonExponential_I18N
          JRadioButton radioButtonExponential_I18N
        • radioButtonFiles_I18N
          JRadioButton radioButtonFiles_I18N
        • radioButtonLinear_I18N
          JRadioButton radioButtonLinear_I18N
        • radioButtonNoFiles_I18N
          JRadioButton radioButtonNoFiles_I18N
        • radioButtonNoIntermediates_I18N
          JRadioButton radioButtonNoIntermediates_I18N
        • radioButtonPGPASCII_I18N
          JRadioButton radioButtonPGPASCII_I18N
        • radioButtonPGPBinary_I18N
          JRadioButton radioButtonPGPBinary_I18N
        • radioButtonRefreshAllFormats_I18N
          JRadioButton radioButtonRefreshAllFormats_I18N
        • radioButtonRefreshWriteFormats_I18N
          JRadioButton radioButtonRefreshWriteFormats_I18N
        • tabbedPane
          JTabbedPane tabbedPane
        • tabRefresh
          JScrollPane tabRefresh
        • templatePanel
          com.lf.commons.gui.panel.TemplatePanel templatePanel
        • textFieldExpMax_I18N
          JTextField textFieldExpMax_I18N
        • textFieldIgnore_I18N
          JTextField textFieldIgnore_I18N
        • textFieldInclude_I18N
          JTextField textFieldInclude_I18N
        • textFieldLinearBytes_I18N
          JTextField textFieldLinearBytes_I18N
        • textFieldLinearMax_I18N
          JTextField textFieldLinearMax_I18N
        • textFieldMD2_I18N
          JTextField textFieldMD2_I18N
        • textFieldMD4_I18N
          JTextField textFieldMD4_I18N
        • textFieldMD5_I18N
          JTextField textFieldMD5_I18N
        • textFieldPGPExtension_I18N
          JTextField textFieldPGPExtension_I18N
        • textFieldPGPVersion_I18N
          JTextField textFieldPGPVersion_I18N
        • textFieldRIPEMD128_I18N
          JTextField textFieldRIPEMD128_I18N
        • textFieldRIPEMD160_I18N
          JTextField textFieldRIPEMD160_I18N
        • textFieldRIPEMD256_I18N
          JTextField textFieldRIPEMD256_I18N
        • textFieldRIPEMD320_I18N
          JTextField textFieldRIPEMD320_I18N
        • textFieldSHA1_I18N
          JTextField textFieldSHA1_I18N
        • textFieldSHA224_I18N
          JTextField textFieldSHA224_I18N
        • textFieldSHA256_I18N
          JTextField textFieldSHA256_I18N
        • textFieldSHA384_I18N
          JTextField textFieldSHA384_I18N
        • textFieldSHA512_I18N
          JTextField textFieldSHA512_I18N
        • textFieldSummary_I18N
          JTextField textFieldSummary_I18N
        • textFieldTiger_I18N
          JTextField textFieldTiger_I18N
        • textFieldURL_I18N
          JTextField textFieldURL_I18N
        • textFieldWhirlpool_I18N
          JTextField textFieldWhirlpool_I18N
        • textFieldXMLComment_I18N
          JTextField textFieldXMLComment_I18N
        • textFieldXMLExtension_I18N
          JTextField textFieldXMLExtension_I18N
        • windowParams
          com.lf.commons.docking.WindowParamDef windowParams
          Data holder for the docking window parameters.
    • Class com.lf.digester.docking.generate.PGPKeyPanel

      class PGPKeyPanel extends JPanel implements Serializable
      • Serialized Fields

        • buttonAdd_I18N
          JButton buttonAdd_I18N
        • buttonExport_I18N
          JButton buttonExport_I18N
        • buttonImport_I18N
          JButton buttonImport_I18N
        • buttonManage_I18N
          JButton buttonManage_I18N
        • buttonURLDelete_I18N
          JButton buttonURLDelete_I18N
        • buttonURLEdit_I18N
          JButton buttonURLEdit_I18N
        • cacheKeys
          Hashtable<String,com.didisoft.pgp.KeyPairInformation> cacheKeys
          The keys (key is hex key identifier).
        • cacheURLs
          Hashtable<String,String> cacheURLs
          The key download URLs (key is hex key identifier).
        • labelURL_I18N
          JLabel labelURL_I18N
        • panelURL
          JPanel panelURL
        • popupMenu
          JPopupMenu popupMenu
          Context menu for the sources table.
        • scrollPane
          JScrollPane scrollPane
        • table
          JTable table
        • tableClasses
          Class[] tableClasses
          Column names of the sources list used by the model.
        • tableColumns
          String[] tableColumns
          Column names of the sources list used by the model.
        • tableData
          Object[][] tableData
          List of sources currently displayed by the list.
        • toggleButtonAdjust_I18N
          JToggleButton toggleButtonAdjust_I18N
        • toolBar
          JToolBar toolBar
  • Package com.lf.digester.docking.result

    • Class com.lf.digester.docking.result.DigestResultRenderer

      class DigestResultRenderer extends DefaultTableCellRenderer implements Serializable
    • Class com.lf.digester.docking.result.FileResultRenderer

      class FileResultRenderer extends DefaultTableCellRenderer implements Serializable
    • Class com.lf.digester.docking.result.GenerateResultsTab

      class GenerateResultsTab extends JPanel implements Serializable
      • Serialized Fields

        • actions
          com.lf.commons.gui.SharedAction[] actions
          Remembers the shared action components (optional).
        • buttonClipboardFile_I18N
          JButton buttonClipboardFile_I18N
        • buttonClipboardURL_I18N
          JButton buttonClipboardURL_I18N
        • buttonCompareFile_I18N
          JButton buttonCompareFile_I18N
        • buttonCompareURL_I18N
          JButton buttonCompareURL_I18N
        • buttonDeleteFiles_I18N
          JButton buttonDeleteFiles_I18N
        • buttonDeleteURLs_I18N
          JButton buttonDeleteURLs_I18N
        • buttonDuplicatesFile_I18N
          JButton buttonDuplicatesFile_I18N
        • buttonDuplicatesURL_I18N
          JButton buttonDuplicatesURL_I18N
        • buttonSaveXMLFile_I18N
          JButton buttonSaveXMLFile_I18N
        • buttonSaveXMLURL_I18N
          JButton buttonSaveXMLURL_I18N
        • buttonShowDigestsFile_I18N
          JButton buttonShowDigestsFile_I18N
        • buttonShowDigestsURL_I18N
          JButton buttonShowDigestsURL_I18N
        • buttonShowFiles_I18N
          JButton buttonShowFiles_I18N
        • buttonShowURLs_I18N
          JButton buttonShowURLs_I18N
        • closeAllowed
          boolean closeAllowed
          May the tab be closed by the user?
        • digestFileClasses
          Class[] digestFileClasses
          Column names of the file digest list used by the model.
        • digestFileColumns
          String[] digestFileColumns
          Column names of the file digest list used by the model.
        • digestFileData
          Object[][] digestFileData
          List of digests currently displayed by the file digest list.
        • digestURLClasses
          Class[] digestURLClasses
          Column names of the URL digest list used by the model.
        • digestURLColumns
          String[] digestURLColumns
          Column names of the URL digest list used by the model.
        • digestURLData
          Object[][] digestURLData
          List of digests currently displayed by the URL digest list.
        • fileDigests
          Vector<DigestResult> fileDigests
          List of calculated file digests.
        • files
          Vector<FileResult> files
          List of processed files.
        • filesClasses
          Class[] filesClasses
          Column names of the files list used by the model.
        • filesColumns
          String[] filesColumns
          Column names of the files list used by the model.
        • filesData
          Object[][] filesData
          List of digests currently displayed by the file list.
        • filesSorted
          File[] filesSorted
          List of sorted digest files.
        • fileTargetsSorted
          File[] fileTargetsSorted
          List of sorted target files.
        • helpID
          String helpID
          Help system ID from the application (must be delegated).
        • icon
          Icon icon
          The tab icon.
        • linkExecutable
          com.lf.commons.gui.renderer.HyperlinkExecutable linkExecutable
          The executable when a downloaded URL link is clicked (show local file).
        • listeners
          Vector<com.lf.commons.docking.tabbed.TabListener> listeners
          Container holding the external tab listeners.
        • message
          com.lf.commons.gui.StatusBarMessage message
          The message for the status bar.
        • panelDigestsFile
          JPanel panelDigestsFile
        • panelDigestsURL
          JPanel panelDigestsURL
        • panelFiles
          JPanel panelFiles
        • panelURLs
          JPanel panelURLs
        • popupMenuFileDigest
          JPopupMenu popupMenuFileDigest
          Context menu for the file digest table.
        • popupMenuFiles
          JPopupMenu popupMenuFiles
          Context menu for the files table.
        • popupMenuURLDigest
          JPopupMenu popupMenuURLDigest
          Context menu for the URL digest table.
        • popupMenuURLs
          JPopupMenu popupMenuURLs
          Context menu for the URLs table.
        • sortedFiles
          boolean sortedFiles
          Is list currently sorted?
        • sortedTargets
          boolean sortedTargets
          Is list currently sorted?
        • sortedURLs
          boolean sortedURLs
          Is list currently sorted?
        • supportedActions
          String[] supportedActions
          Array with supported shared actions.
        • tabbedPane
          JTabbedPane tabbedPane
        • tabbedWindow
          com.lf.commons.docking.tabbed.TabbedWindow tabbedWindow
          The parental tabbed window for this window.
        • tableDigestsFile
          JTable tableDigestsFile
        • tableDigestsURL
          JTable tableDigestsURL
        • tableFiles
          JTable tableFiles
        • tableURLs
          JTable tableURLs
        • title
          String title
          The tab title.
        • toggleButtonIgnoredDigestsFile_I18N
          JToggleButton toggleButtonIgnoredDigestsFile_I18N
        • toggleButtonIgnoredDigestsURL_I18N
          JToggleButton toggleButtonIgnoredDigestsURL_I18N
        • toggleButtonIgnoredFiles_I18N
          JToggleButton toggleButtonIgnoredFiles_I18N
        • toggleButtonIgnoredURLs_I18N
          JToggleButton toggleButtonIgnoredURLs_I18N
        • toggleButtonSortDigestsFile_I18N
          JToggleButton toggleButtonSortDigestsFile_I18N
        • toggleButtonSortDigestsURL_I18N
          JToggleButton toggleButtonSortDigestsURL_I18N
        • toggleButtonSortFiles_I18N
          JToggleButton toggleButtonSortFiles_I18N
        • toggleButtonSortURLs_I18N
          JToggleButton toggleButtonSortURLs_I18N
        • typeProvider
          com.lf.commons.io.TypeProvider typeProvider
          Determines the icons to use for URLs.
        • urlDigests
          Vector<DigestResult> urlDigests
          List of calculated URL digests.
        • urls
          Vector<URLResult> urls
          List of processed URLs.
        • urlsClasses
          Class[] urlsClasses
          Column names of the URL list used by the model.
        • urlsColumns
          String[] urlsColumns
          Column names of the URL list used by the model.
        • urlsData
          Object[][] urlsData
          List of digests currently displayed by the URL list.
        • urlsSorted
          org.apache.commons.vfs2.FileObject[] urlsSorted
          List of sorted digest URLs.
        • urlTargetsSorted
          org.apache.commons.vfs2.FileObject[] urlTargetsSorted
          List of sorted target URLs.
    • Class com.lf.digester.docking.result.TransferResultRenderer

      class TransferResultRenderer extends DefaultTableCellRenderer implements Serializable
    • Class com.lf.digester.docking.result.TransferResultsPanel

      class TransferResultsPanel extends JPanel implements Serializable
      • Serialized Fields

        • results
          Vector<TransferResult> results
          List of transferred entries.
        • table
          JTable table
        • tableClasses
          Class[] tableClasses
          Column names used by the model.
        • tableColumns
          String[] tableColumns
          Column names used by the model.
        • tableData
          Object[][] tableData
          List of entries currently displayed by the list.
        • targetset
          String targetset
          The name of the represented target set.
        • toggleButtonIgnored_I18N
          JToggleButton toggleButtonIgnored_I18N
    • Class com.lf.digester.docking.result.TransferResultsTab

      class TransferResultsTab extends JPanel implements Serializable
      • Serialized Fields

        • actions
          com.lf.commons.gui.SharedAction[] actions
          Remembers the shared action components (optional).
        • closeAllowed
          boolean closeAllowed
          May the tab be closed by the user?
        • helpID
          String helpID
          Help system ID from the application (must be delegated).
        • icon
          Icon icon
          The tab icon.
        • listeners
          Vector<com.lf.commons.docking.tabbed.TabListener> listeners
          Container holding the external tab listeners.
        • message
          com.lf.commons.gui.StatusBarMessage message
          The message for the status bar.
        • supportedActions
          String[] supportedActions
          Array with supported shared actions.
        • tabbedPane
          JTabbedPane tabbedPane
        • tabbedWindow
          com.lf.commons.docking.tabbed.TabbedWindow tabbedWindow
          The parental tabbed window for this window.
        • targetsets
          String[] targetsets
          The target set names.
        • title
          String title
          The tab title.
    • Class com.lf.digester.docking.result.URLResultRenderer

      class URLResultRenderer extends DefaultTableCellRenderer implements Serializable
  • Package com.lf.digester.docking.sync

    • Class com.lf.digester.docking.sync.SourceTargetPanel

      class SourceTargetPanel extends JPanel implements Serializable
      • Serialized Fields

        • buttonAddFile_I18N
          JButton buttonAddFile_I18N
        • buttonAddURL_I18N
          JButton buttonAddURL_I18N
        • buttonDelete_I18N
          JButton buttonDelete_I18N
        • buttonDown_I18N
          JButton buttonDown_I18N
        • buttonShowFile_I18N
          JButton buttonShowFile_I18N
        • buttonShowURL_I18N
          JButton buttonShowURL_I18N
        • buttonUp_I18N
          JButton buttonUp_I18N
        • checkBoxRefresh_I18N
          JCheckBox checkBoxRefresh_I18N
        • comboBoxTemplates
          JComboBox comboBoxTemplates
        • dropEnabled
          boolean dropEnabled
          Is this component a dropping target?
        • errors
          Object[] errors
          The erroneous entries to highlight.
        • labelTemplate_I18N
          JLabel labelTemplate_I18N
        • panelTemplate
          JPanel panelTemplate
        • parent
          SyncWindow parent
          Parental window.
        • popupMenu
          JPopupMenu popupMenu
          Context menu for the sources table.
        • scrollPane
          JScrollPane scrollPane
        • table
          JTable table
        • tableClasses
          Class[] tableClasses
          Column names of the sources list used by the model.
        • tableColumns
          String[] tableColumns
          Column names of the sources list used by the model.
        • tableData
          Object[][] tableData
          List of sources currently displayed by the list.
        • toggleButtonAdjust_I18N
          JToggleButton toggleButtonAdjust_I18N
        • toolBar
          JToolBar toolBar
    • Class com.lf.digester.docking.sync.SourceTargetRenderer

      class SourceTargetRenderer extends DefaultTableCellRenderer implements Serializable
    • Class com.lf.digester.docking.sync.SyncWindow

      class SyncWindow extends JPanel implements Serializable
      • Serialized Fields

        • buttonAddTarget_I18N
          JButton buttonAddTarget_I18N
        • buttonAnt_I18N
          JButton buttonAnt_I18N
        • buttonCLIArgs_I18N
          JButton buttonCLIArgs_I18N
        • buttonDownTarget_I18N
          JButton buttonDownTarget_I18N
        • buttonHelp
          JButton buttonHelp
        • buttonHelp2
          JButton buttonHelp2
        • buttonRenameTarget_I18N
          JButton buttonRenameTarget_I18N
        • buttonSync_I18N
          JButton buttonSync_I18N
        • buttonUpdater
          FocusListener buttonUpdater
          Cares for the update of the shared actions for the tables.
        • buttonUpTarget_I18N
          JButton buttonUpTarget_I18N
        • checkBoxApplySourceTimestamps_I18N
          JCheckBox checkBoxApplySourceTimestamps_I18N
        • checkBoxBSDDir_I18N
          JCheckBox checkBoxBSDDir_I18N
        • checkBoxBSDTarget_I18N
          JCheckBox checkBoxBSDTarget_I18N
        • checkBoxDigests_I18N
          JCheckBox checkBoxDigests_I18N
        • checkBoxEntrySizeXML_I18N
          JCheckBox checkBoxEntrySizeXML_I18N
        • checkBoxEntryTimestampXML_I18N
          JCheckBox checkBoxEntryTimestampXML_I18N
        • checkBoxFileSizes_I18N
          JCheckBox checkBoxFileSizes_I18N
        • checkBoxGNUDir_I18N
          JCheckBox checkBoxGNUDir_I18N
        • checkBoxGNUTarget_I18N
          JCheckBox checkBoxGNUTarget_I18N
        • checkBoxIntermediates_I18N
          JCheckBox checkBoxIntermediates_I18N
        • checkBoxMD2_I18N
          JCheckBox checkBoxMD2_I18N
        • checkBoxMD4_I18N
          JCheckBox checkBoxMD4_I18N
        • checkBoxMD5_I18N
          JCheckBox checkBoxMD5_I18N
        • checkBoxOverwrite_I18N
          JCheckBox checkBoxOverwrite_I18N
        • checkBoxPGPTarget_I18N
          JCheckBox checkBoxPGPTarget_I18N
        • checkBoxPreselect_I18N
          JCheckBox checkBoxPreselect_I18N
        • checkBoxPreview_I18N
          JCheckBox checkBoxPreview_I18N
        • checkBoxResults_I18N
          JCheckBox checkBoxResults_I18N
        • checkBoxRIPEMD128_I18N
          JCheckBox checkBoxRIPEMD128_I18N
        • checkBoxRIPEMD160_I18N
          JCheckBox checkBoxRIPEMD160_I18N
        • checkBoxRIPEMD256_I18N
          JCheckBox checkBoxRIPEMD256_I18N
        • checkBoxRIPEMD320_I18N
          JCheckBox checkBoxRIPEMD320_I18N
        • checkBoxSHA1_I18N
          JCheckBox checkBoxSHA1_I18N
        • checkBoxSHA224_I18N
          JCheckBox checkBoxSHA224_I18N
        • checkBoxSHA256_I18N
          JCheckBox checkBoxSHA256_I18N
        • checkBoxSHA384_I18N
          JCheckBox checkBoxSHA384_I18N
        • checkBoxSHA512_I18N
          JCheckBox checkBoxSHA512_I18N
        • checkBoxSignatures_I18N
          JCheckBox checkBoxSignatures_I18N
        • checkBoxSubdirs_I18N
          JCheckBox checkBoxSubdirs_I18N
        • checkBoxTiger_I18N
          JCheckBox checkBoxTiger_I18N
        • checkBoxTimestampGNUBSD_I18N
          JCheckBox checkBoxTimestampGNUBSD_I18N
        • checkBoxTimestampPGP_I18N
          JCheckBox checkBoxTimestampPGP_I18N
        • checkBoxTimestamps_I18N
          JCheckBox checkBoxTimestamps_I18N
        • checkBoxTimestampXML_I18N
          JCheckBox checkBoxTimestampXML_I18N
        • checkBoxVerbose_I18N
          JCheckBox checkBoxVerbose_I18N
        • checkBoxWhirlpool_I18N
          JCheckBox checkBoxWhirlpool_I18N
        • checkBoxXMLDir_I18N
          JCheckBox checkBoxXMLDir_I18N
        • checkBoxXMLFileSizes_I18N
          JCheckBox checkBoxXMLFileSizes_I18N
        • checkBoxXMLTarget_I18N
          JCheckBox checkBoxXMLTarget_I18N
        • checkBoxXMLTimestamps_I18N
          JCheckBox checkBoxXMLTimestamps_I18N
        • config
          com.lf.commons.config.Configuration config
          The configuration.
        • configID
          String configID
          The unique identifier for the instance.
        • controller
          SyncWindowController controller
          The MVC controller, handles GUI callbacks.
        • extensionCheckBoxes
          Vector<Component> extensionCheckBoxes
          The set of format check boxes.
        • generateWindow
          GenerateOptionsWindow generateWindow
          The window providing the generate/refresh templates.
        • helpID
          String helpID
          Identifier to call the help system (optional).
        • labelBSDFile_I18N
          JLabel labelBSDFile_I18N
        • labelDigests_I18N
          JLabel labelDigests_I18N
        • labelGNUFile_I18N
          JLabel labelGNUFile_I18N
        • labelHeader_I18N
          JLabel labelHeader_I18N
        • labelIgnore_I18N
          JLabel labelIgnore_I18N
        • labelInclude_I18N
          JLabel labelInclude_I18N
        • labelPerDirectory_I18N
          JLabel labelPerDirectory_I18N
        • labelPerTarget_I18N
          JLabel labelPerTarget_I18N
        • labelPGPFile_I18N
          JLabel labelPGPFile_I18N
        • labelXMLFile_I18N
          JLabel labelXMLFile_I18N
        • model
          SyncWindowModel model
          The MVC model, handles the templates.
        • panel2
          JPanel panel2
        • panel9
          JPanel panel9
        • panelAlgos
          JPanel panelAlgos
        • panelAlgosTitled
          JPanel panelAlgosTitled
        • panelBottom
          JPanel panelBottom
        • panelFormatOptions
          JPanel panelFormatOptions
        • panelFormatOptionsTitled
          JPanel panelFormatOptionsTitled
        • panelFormats
          JPanel panelFormats
        • panelMisc
          JPanel panelMisc
        • panelMiscTitled
          JPanel panelMiscTitled
        • panelSources
          SourceTargetPanel panelSources
        • panelSync
          JPanel panelSync
        • panelSyncTitled
          JPanel panelSyncTitled
        • panelTabOptions
          JPanel panelTabOptions
        • panelTabSync
          JPanel panelTabSync
        • panelTargets
          com.lf.commons.gui.panel.CollapsiblePane panelTargets
        • panelTop
          JPanel panelTop
        • panelTrust
          JPanel panelTrust
        • panelTrustTitled
          JPanel panelTrustTitled
        • radioButtonOptimize_I18N
          JRadioButton radioButtonOptimize_I18N
        • radioButtonTransferAll_I18N
          JRadioButton radioButtonTransferAll_I18N
        • splitPaneEntries
          JSplitPane splitPaneEntries
        • tabbedPane
          JTabbedPane tabbedPane
        • tabEntries
          JPanel tabEntries
        • tabFormats
          JScrollPane tabFormats
        • tabOptions
          JScrollPane tabOptions
        • tabSync
          JScrollPane tabSync
        • templatePanel
          com.lf.commons.gui.panel.TemplatePanel templatePanel
        • textFieldIgnore_I18N
          JTextField textFieldIgnore_I18N
        • textFieldInclude_I18N
          JTextField textFieldInclude_I18N
        • toggleSyncDown_I18N
          JToggleButton toggleSyncDown_I18N
        • toggleSyncUp_I18N
          JToggleButton toggleSyncUp_I18N
        • toolBarArrows
          JToolBar toolBarArrows
        • windowParams
          com.lf.commons.docking.WindowParamDef windowParams
          Data holder for the docking window parameters.
    • Class com.lf.digester.docking.sync.TransferListCustom

      class TransferListCustom extends JPanel implements Serializable
      • Serialized Fields

        • cachePanels
          Hashtable<String,com.lf.commons.table.TablePanel> cachePanels
          Container for the transfer list panels (key is name).
        • parent
          com.lf.commons.dialog.CustomDialog parent
          The parental dialog.
        • renderer
          TransferListRenderer renderer
          The renderer for the transfer lists.
        • tabbedPane
          JTabbedPane tabbedPane
    • Class com.lf.digester.docking.sync.TransferListRenderer

      class TransferListRenderer extends DefaultTableCellRenderer implements Serializable
      • Serialized Fields

        • tablePanel
          com.lf.commons.table.TablePanel tablePanel
          The parent component.
  • Package com.lf.digester.gui

    • Class com.lf.digester.gui.DigesterView

      class DigesterView extends JFrame implements Serializable
      • Serialized Fields

        • acceleratorItems
          JMenuItem[] acceleratorItems
          The items holding the global accelerators like "F1" (help) also used for dialogs.
        • actionManager
          com.lf.commons.gui.ActionManager actionManager
          The manager for the high-level shared actions.
        • buttonGo_I18N
          JButton buttonGo_I18N
        • configurator
          com.lf.commons.docking.WindowConfigurator configurator
          Restores the docking window positions.
        • dockingManager
          com.lf.commons.docking.DockingManager dockingManager
        • fieldQuickCheck_I18N
          com.lf.commons.gui.field.HistoryField fieldQuickCheck_I18N
        • fileHandler
          DigesterFileHandler fileHandler
          Handles the Digester formats.
        • initRunning
          boolean initRunning
          Indicates if the view is currently being initialized.
        • label_I18N
          JLabel label_I18N
        • menu1_I18N
          JMenu menu1_I18N
        • menu2_I18N
          JMenu menu2_I18N
        • menuBar
          JMenuBar menuBar
        • menuCloseTab_I18N
          JMenuItem menuCloseTab_I18N
        • menuDocking_I18N
          JMenu menuDocking_I18N
        • menuDreambox_I18N
          JMenu menuDreambox_I18N
        • menuEdit_I18N
          JMenu menuEdit_I18N
        • menuEditors_I18N
          JMenu menuEditors_I18N
        • menuEditorsReadOnly_I18N
          JMenu menuEditorsReadOnly_I18N
        • menuFile_I18N
          JMenu menuFile_I18N
        • menuFilePreferences_I18N
          JMenu menuFilePreferences_I18N
        • menuFontSize_I18N
          JMenu menuFontSize_I18N
        • menuHelp_I18N
          JMenu menuHelp_I18N
        • menuHideWindow_I18N
          JMenuItem menuHideWindow_I18N
        • menuInstaller_I18N
          JMenu menuInstaller_I18N
        • menuItemAbout_I18N
          JMenuItem menuItemAbout_I18N
        • menuItemBuy_I18N
          JMenuItem menuItemBuy_I18N
        • menuItemCalcDiscount_I18N
          JMenuItem menuItemCalcDiscount_I18N
        • menuItemCapture_I18N
          JMenuItem menuItemCapture_I18N
        • menuItemCheckFile_I18N
          JMenuItem menuItemCheckFile_I18N
        • menuItemCopy_I18N
          JMenuItem menuItemCopy_I18N
        • menuItemCSHelp_I18N
          JMenuItem menuItemCSHelp_I18N
        • menuItemCut_I18N
          JMenuItem menuItemCut_I18N
        • menuItemDelete_I18N
          JMenuItem menuItemDelete_I18N
        • menuItemDeobfuscate_I18N
          JMenuItem menuItemDeobfuscate_I18N
        • menuItemDreamboxRename_I18N
          JMenuItem menuItemDreamboxRename_I18N
        • menuItemEDTHang_I18N
          JMenuItem menuItemEDTHang_I18N
        • menuItemExit_I18N
          JMenuItem menuItemExit_I18N
        • menuItemExportPreferences_I18N
          JMenuItem menuItemExportPreferences_I18N
        • menuItemFind_I18N
          JMenuItem menuItemFind_I18N
        • menuItemGC_I18N
          JMenuItem menuItemGC_I18N
        • menuItemGenerateFile_I18N
          JMenuItem menuItemGenerateFile_I18N
        • menuItemHelp_I18N
          JMenuItem menuItemHelp_I18N
        • menuItemHomepage_I18N
          JMenuItem menuItemHomepage_I18N
        • menuItemImportPreferences_I18N
          JMenuItem menuItemImportPreferences_I18N
        • menuItemJavaClass_I18N
          JMenuItem menuItemJavaClass_I18N
        • menuItemLargerFonts_I18N
          JMenuItem menuItemLargerFonts_I18N
        • menuItemLookAndFeel_I18N
          JMenuItem menuItemLookAndFeel_I18N
        • menuItemMaxMem_I18N
          JMenuItem menuItemMaxMem_I18N
        • menuItemNotes_I18N
          JMenuItem menuItemNotes_I18N
        • menuItemPaste_I18N
          JMenuItem menuItemPaste_I18N
        • menuItemPreferences_I18N
          JMenuItem menuItemPreferences_I18N
        • menuItemPurchaseFS_I18N
          JMenuItem menuItemPurchaseFS_I18N
        • menuItemQuickCheckBar
          JCheckBoxMenuItem menuItemQuickCheckBar
          The popup menu item for the quick check bar.
        • menuItemRegister_I18N
          JMenuItem menuItemRegister_I18N
        • menuItemRelease_I18N
          JMenuItem menuItemRelease_I18N
        • menuItemRename_I18N
          JMenuItem menuItemRename_I18N
        • menuItemResetFonts_I18N
          JMenuItem menuItemResetFonts_I18N
        • menuItemResetPolicy_I18N
          JMenuItem menuItemResetPolicy_I18N
        • menuItemRestart_I18N
          JMenuItem menuItemRestart_I18N
        • menuItemSavePreferences_I18N
          JMenuItem menuItemSavePreferences_I18N
        • menuItemScreenClipboard_I18N
          JMenuItem menuItemScreenClipboard_I18N
        • menuItemScreenPrint_I18N
          JMenuItem menuItemScreenPrint_I18N
        • menuItemScreenSave_I18N
          JMenuItem menuItemScreenSave_I18N
        • menuItemSmallerFonts_I18N
          JMenuItem menuItemSmallerFonts_I18N
        • menuItemStatusBar
          JCheckBoxMenuItem menuItemStatusBar
          The popup menu item for the status bar.
        • menuItemStatusReport_I18N
          JMenuItem menuItemStatusReport_I18N
        • menuItemSupport_I18N
          JMenuItem menuItemSupport_I18N
        • menuItemSync_I18N
          JMenuItem menuItemSync_I18N
        • menuItemTest
          JMenuItem menuItemTest
        • menuItemToolBar
          JCheckBoxMenuItem menuItemToolBar
          The popup menu item for the tool bar.
        • menuItemToolBarLabels
          JCheckBoxMenuItem menuItemToolBarLabels
          Placeholder for the menu item to show/hide the button labels.
        • menuItemTooltips_I18N
          JCheckBoxMenuItem menuItemTooltips_I18N
        • menuItemTouchFile_I18N
          JMenuItem menuItemTouchFile_I18N
        • menuItemTrialLicense_I18N
          JMenuItem menuItemTrialLicense_I18N
        • menuItemUninstall_I18N
          JMenuItem menuItemUninstall_I18N
        • menuItemUpdate_I18N
          JMenuItem menuItemUpdate_I18N
        • menuItemUpdateCheckDaily_I18N
          JCheckBoxMenuItem menuItemUpdateCheckDaily_I18N
        • menuItemUpdateCheckMonthly_I18N
          JCheckBoxMenuItem menuItemUpdateCheckMonthly_I18N
        • menuItemUpdateCheckNever_I18N
          JCheckBoxMenuItem menuItemUpdateCheckNever_I18N
        • menuItemUpdateCheckOnStart_I18N
          JCheckBoxMenuItem menuItemUpdateCheckOnStart_I18N
        • menuItemUpdateCheckWeekly_I18N
          JCheckBoxMenuItem menuItemUpdateCheckWeekly_I18N
        • menuItemVFSDebug_I18N
          JMenuItem menuItemVFSDebug_I18N
        • menuItemVFSDefaults_I18N
          JMenuItem menuItemVFSDefaults_I18N
        • menuItemWindowClipboard_I18N
          JMenuItem menuItemWindowClipboard_I18N
        • menuItemWindowPrint_I18N
          JMenuItem menuItemWindowPrint_I18N
        • menuItemWindowSave_I18N
          JMenuItem menuItemWindowSave_I18N
        • menuItemZIPContents_I18N
          JMenuItem menuItemZIPContents_I18N
        • menuJavaHelp_I18N
          JMenu menuJavaHelp_I18N
        • menuLanguage_I18N
          JMenu menuLanguage_I18N
        • menuLookAndFeel_I18N
          JMenu menuLookAndFeel_I18N
        • menuMC_I18N
          JMenu menuMC_I18N
        • menuNetwork_I18N
          JMenu menuNetwork_I18N
        • menuPGP_I18N
          JMenu menuPGP_I18N
        • menuPurchase_I18N
          JMenu menuPurchase_I18N
        • menuRefresh_I18N
          JMenuItem menuRefresh_I18N
        • menuResetWindows_I18N
          JMenuItem menuResetWindows_I18N
        • menuResolutions_I18N
          JMenu menuResolutions_I18N
        • menuScreenShot_I18N
          JMenu menuScreenShot_I18N
        • menuSetup_I18N
          JMenu menuSetup_I18N
        • menuSupport_I18N
          JMenu menuSupport_I18N
        • menuUpdateSchedule_I18N
          JMenu menuUpdateSchedule_I18N
        • menuView_I18N
          JMenu menuView_I18N
        • menuWindow_I18N
          JMenu menuWindow_I18N
        • panelContent
          JPanel panelContent
        • pgpController
          com.lf.commons.dialog.PGPKeyDialogController pgpController
          The key management component.
        • popupMenuItemMC
          JMenuItem popupMenuItemMC
          The popup menu item for the memory controller.
        • popupMenuItemTime
          JMenuItem popupMenuItemTime
          The popup menu item for the time panel.
        • quickCheckBar
          JPanel quickCheckBar
        • resizeListener
          HierarchyBoundsListener resizeListener
          Displays the dimension if resized.
        • separator13
          JSeparator separator13
        • separator17
          JSeparator separator17
        • statusBar
          com.lf.commons.gui.StatusBar statusBar
        • toolBar
          JToolBar toolBar
        • toolBarCompsEditor
          com.lf.commons.gui.panel.LabeledPanel[] toolBarCompsEditor
          The toolbar components of the EditorWindow.
        • toolBarCompsVFS
          com.lf.commons.gui.panel.LabeledPanel[] toolBarCompsVFS
          The toolbar components of the VFSSessionWindow.
  • Package com.lf.digester.web.servlet

  • Package com.lf.digester.wizard.generate

    • Class com.lf.digester.wizard.generate.GenerateFormatPage

      class GenerateFormatPage extends JPanel implements Serializable
      • Serialized Fields

        • checkBoxBSDDir_I18N
          JCheckBox checkBoxBSDDir_I18N
        • checkBoxBSDTarget_I18N
          JCheckBox checkBoxBSDTarget_I18N
        • checkBoxGNUDir_I18N
          JCheckBox checkBoxGNUDir_I18N
        • checkBoxGNUTarget_I18N
          JCheckBox checkBoxGNUTarget_I18N
        • checkBoxOverwrite
          JCheckBox checkBoxOverwrite
        • checkBoxTimestamp
          JCheckBox checkBoxTimestamp
        • checkBoxXMLDir_I18N
          JCheckBox checkBoxXMLDir_I18N
        • checkBoxXMLTarget_I18N
          JCheckBox checkBoxXMLTarget_I18N
        • labelBSDFile_I18N
          JLabel labelBSDFile_I18N
        • labelGNUFile_I18N
          JLabel labelGNUFile_I18N
        • labelPerDirectory_I18N
          JLabel labelPerDirectory_I18N
        • labelPerTarget_I18N
          JLabel labelPerTarget_I18N
        • labelXMLFile_I18N
          JLabel labelXMLFile_I18N
        • nextPage
          com.lf.commons.wizard.WizardPage nextPage
          The following page.
        • panelFormat
          JPanel panelFormat
        • panelSurrounder
          JPanel panelSurrounder
        • parent
          com.lf.commons.wizard.WizardDialog parent
          The parental dialog.
    • Class com.lf.digester.wizard.generate.GenerateIntermediatePage

      class GenerateIntermediatePage extends JPanel implements Serializable
      • Serialized Fields

        • comboBoxExpStarting
          JComboBox comboBoxExpStarting
        • labelExpMax
          JLabel labelExpMax
        • labelExpStarting
          JLabel labelExpStarting
        • labelLinearBytes
          JLabel labelLinearBytes
        • labelLinearMax
          JLabel labelLinearMax
        • panelMain
          JPanel panelMain
        • panelSurrounder
          JPanel panelSurrounder
        • parent
          com.lf.commons.wizard.WizardDialog parent
          The parental dialog.
        • radioButtonExponential
          JRadioButton radioButtonExponential
        • radioButtonLinear
          JRadioButton radioButtonLinear
        • radioButtonNoIntermediates
          JRadioButton radioButtonNoIntermediates
        • textFieldExpMax
          JTextField textFieldExpMax
        • textFieldLinearBytes
          JTextField textFieldLinearBytes
        • textFieldLinearMax
          JTextField textFieldLinearMax
    • Class com.lf.digester.wizard.generate.GenerateWizard

      class GenerateWizard extends com.lf.commons.wizard.WizardDialog implements Serializable
      • Serialized Fields

        • pageAlgorithm
          com.lf.commons.wizard.page.CheckBoxPage pageAlgorithm
          The algorithms page.
        • pageFile
          com.lf.commons.wizard.page.FileSystemPage pageFile
          The file chooser page.
        • pageFormat
          GenerateFormatPage pageFormat
          The file formats page.
        • pageIntermediates
          GenerateIntermediatePage pageIntermediates
          The intermediates page.
        • pageMode
          com.lf.commons.wizard.page.RadioButtonPage pageMode
          The generation mode page.
  • Package com.lf.digester.wizard.sync

    • Class com.lf.digester.wizard.sync.GeneratePage

      class GeneratePage extends JPanel implements Serializable
      • Serialized Fields

        • checkBoxBSDDir_I18N
          JCheckBox checkBoxBSDDir_I18N
        • checkBoxBSDTarget_I18N
          JCheckBox checkBoxBSDTarget_I18N
        • checkBoxGNUDir_I18N
          JCheckBox checkBoxGNUDir_I18N
        • checkBoxGNUTarget_I18N
          JCheckBox checkBoxGNUTarget_I18N
        • checkBoxIntermediates_I18N
          JCheckBox checkBoxIntermediates_I18N
        • checkBoxPGPTarget_I18N
          JCheckBox checkBoxPGPTarget_I18N
        • checkBoxRefresh_I18N
          JCheckBox checkBoxRefresh_I18N
        • checkBoxSubdirs_I18N
          JCheckBox checkBoxSubdirs_I18N
        • checkBoxXMLDir_I18N
          JCheckBox checkBoxXMLDir_I18N
        • checkBoxXMLTarget_I18N
          JCheckBox checkBoxXMLTarget_I18N
        • labelBSDFile_I18N
          JLabel labelBSDFile_I18N
        • labelGNUFile_I18N
          JLabel labelGNUFile_I18N
        • labelName_I18N
          JLabel labelName_I18N
        • labelPerDirectory_I18N
          JLabel labelPerDirectory_I18N
        • labelPerTarget_I18N
          JLabel labelPerTarget_I18N
        • labelPGPFile_I18N
          JLabel labelPGPFile_I18N
        • labelTemplate_I18N
          JLabel labelTemplate_I18N
        • labelXMLFile_I18N
          JLabel labelXMLFile_I18N
        • nextPage
          com.lf.commons.wizard.WizardPage nextPage
          The following page.
        • panelFormat
          JPanel panelFormat
        • panelName
          JPanel panelName
        • panelSurrounder
          JPanel panelSurrounder
        • panelTemplate
          JPanel panelTemplate
        • parent
          SyncWizard parent
          The parental dialog.
        • showncounter
          int showncounter
          The number of times this page has been shown.
        • templatePanel
          com.lf.commons.gui.panel.TemplatePanel templatePanel
        • textFieldName_I18N
          JTextField textFieldName_I18N
        • typecounter
          int typecounter
          The number of times the user types some text.
        • validator
          com.lf.commons.gui.DocumentValidator validator
          The unique name checker.
    • Class com.lf.digester.wizard.sync.OptionsPage

      class OptionsPage extends JPanel implements Serializable
      • Serialized Fields

        • checkBoxMD2_I18N
          JCheckBox checkBoxMD2_I18N
        • checkBoxMD4_I18N
          JCheckBox checkBoxMD4_I18N
        • checkBoxMD5_I18N
          JCheckBox checkBoxMD5_I18N
        • checkBoxRIPEMD128_I18N
          JCheckBox checkBoxRIPEMD128_I18N
        • checkBoxRIPEMD160_I18N
          JCheckBox checkBoxRIPEMD160_I18N
        • checkBoxRIPEMD256_I18N
          JCheckBox checkBoxRIPEMD256_I18N
        • checkBoxRIPEMD320_I18N
          JCheckBox checkBoxRIPEMD320_I18N
        • checkBoxSHA1_I18N
          JCheckBox checkBoxSHA1_I18N
        • checkBoxSHA224_I18N
          JCheckBox checkBoxSHA224_I18N
        • checkBoxSHA256_I18N
          JCheckBox checkBoxSHA256_I18N
        • checkBoxSHA384_I18N
          JCheckBox checkBoxSHA384_I18N
        • checkBoxSHA512_I18N
          JCheckBox checkBoxSHA512_I18N
        • checkBoxTiger_I18N
          JCheckBox checkBoxTiger_I18N
        • checkBoxWhirlpool_I18N
          JCheckBox checkBoxWhirlpool_I18N
        • nextPage
          com.lf.commons.wizard.WizardPage nextPage
          The following page.
        • panelAlgos
          JPanel panelAlgos
        • panelAlgosTitled
          JPanel panelAlgosTitled
        • panelKeys
          PGPKeyPanel panelKeys
        • panelPGPKeysTitled
          JPanel panelPGPKeysTitled
        • panelSurrounder
          JPanel panelSurrounder
        • parent
          SyncWizard parent
          The parental dialog.
    • Class com.lf.digester.wizard.sync.SyncWizard

      class SyncWizard extends com.lf.commons.wizard.WizardDialog implements Serializable
      • Serialized Fields

        • cacheTemplates
          com.lf.commons.lang.OrderedHashtable<String,com.lf.commons.config.Configuration> cacheTemplates
          Remembers the template configurations by their unique IDs.
        • currentTemplate
          String currentTemplate
          Remembers the active template.
        • generateWindow
          GenerateOptionsWindow generateWindow
          The generate docking window (template).
        • pageGenerate
          GeneratePage pageGenerate
          The page holding the generate options.
        • pageOptions
          OptionsPage pageOptions
          The algorithms and PGP key page.
        • pageSources
          com.lf.commons.wizard.page.ComboChooserPage pageSources
          The source chooser page.
        • pageTargets
          com.lf.commons.wizard.page.ComboChooserPage pageTargets
          The target chooser page.
        • syncMapping
          com.lf.commons.config.Configuration syncMapping
          The sync options.
        • syncWindow
          SyncWindow syncWindow
          The sync docking window (mapping).