Serialized Form
-
Package org.jbundle.jbackup
-
Class org.jbundle.jbackup.JBackup extends org.jbundle.util.apprunner.AppRunner implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_buttonGo
JButton m_buttonGo
-
m_buttonSave
JButton m_buttonSave
-
m_strFileName
String m_strFileName
-
progressBar
JProgressBar progressBar
-
-
Class org.jbundle.jbackup.MainPropertyView extends org.jbundle.util.apprunner.PropertyView implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jbundle.jbackup.destination
-
Class org.jbundle.jbackup.destination.BaseDestinationPropertyView extends org.jbundle.util.apprunner.PropertyView implements Serializable
- serialVersionUID:
- 1L
-
Class org.jbundle.jbackup.destination.DebugDestinationPropertyView extends BaseDestinationPropertyView implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_cbFileLength
JCheckBox m_cbFileLength
-
m_tfLogFilename
JTextField m_tfLogFilename
-
-
Class org.jbundle.jbackup.destination.FilesystemDestinationPropertyView extends BaseDestinationPropertyView implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_tfRootPathname
JTextField m_tfRootPathname
-
-
Class org.jbundle.jbackup.destination.FtpDestinationPropertyView extends BaseDestinationPropertyView implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_tfDir
JTextField m_tfDir
-
m_tfHost
JTextField m_tfHost
-
m_tfPassword
JTextField m_tfPassword
-
m_tfPort
JTextField m_tfPort
-
m_tfUser
JTextField m_tfUser
-
-
Class org.jbundle.jbackup.destination.HttpDestinationPropertyView extends BaseDestinationPropertyView implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_tfRootPathname
JTextField m_tfRootPathname
-
-
Class org.jbundle.jbackup.destination.ZipDestinationPropertyView extends BaseDestinationPropertyView implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_tfFilename
JTextField m_tfFilename
-
m_tfMaxSize
JTextField m_tfMaxSize
-
m_tfRootPathname
JTextField m_tfRootPathname
-
-
-
Package org.jbundle.jbackup.source
-
Class org.jbundle.jbackup.source.BaseSourcePropertyView extends org.jbundle.util.apprunner.PropertyView implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_cbIncremental
JCheckBox m_cbIncremental
-
m_tfDate
JTextField m_tfDate
-
m_tfFilter
JTextField m_tfFilter
-
-
Class org.jbundle.jbackup.source.FilesystemSourcePropertyView extends BaseSourcePropertyView implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_tfRootPathname
JTextField m_tfRootPathname
-
-
Class org.jbundle.jbackup.source.ZipSourcePropertyView extends BaseSourcePropertyView implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_tfRootPathname
JTextField m_tfRootPathname
-
-