Serialized Form


Package ch.braincell.stickbackup.config

Class ch.braincell.stickbackup.config.ConfigException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -3611099772589823462L


Package ch.braincell.stickbackup.gui

Class ch.braincell.stickbackup.gui.ConfigDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 4849272426803058171L

Serialized Fields

jFileChooser

javax.swing.JFileChooser jFileChooser

configPanel

ConfigForm configPanel

returnStatus

int returnStatus

choosenDestinationDir

java.io.File choosenDestinationDir

choosenSourceDir

java.io.File choosenSourceDir

config

Config config

Class ch.braincell.stickbackup.gui.ConfigForm extends javax.swing.JPanel implements Serializable

Serialized Fields

jLabelSource

javax.swing.JLabel jLabelSource

jTextFieldSourceDir

javax.swing.JTextField jTextFieldSourceDir

jLabelDestination

javax.swing.JLabel jLabelDestination

jTextFieldDestinationDir

javax.swing.JTextField jTextFieldDestinationDir

jCheckBoxDestinationSearch

javax.swing.JCheckBox jCheckBoxDestinationSearch

jCheckBoxSourceSearch

javax.swing.JCheckBox jCheckBoxSourceSearch

jButtonSourceDir

javax.swing.JButton jButtonSourceDir

jButtonDestinationDir

javax.swing.JButton jButtonDestinationDir

jButtonSaveConfig

javax.swing.JButton jButtonSaveConfig

jButtonCancelConfig

javax.swing.JButton jButtonCancelConfig

Class ch.braincell.stickbackup.gui.MainForm extends javax.swing.JPanel implements Serializable

Serialized Fields

jLabelCopy

javax.swing.JLabel jLabelCopy

jTableOutput

javax.swing.JTable jTableOutput

jButtonConfig

javax.swing.JButton jButtonConfig

jButtonAbort

javax.swing.JButton jButtonAbort

jButtonContinue

javax.swing.JButton jButtonContinue

jProgressBar

javax.swing.JProgressBar jProgressBar

jLabelProcess

javax.swing.JLabel jLabelProcess

Class ch.braincell.stickbackup.gui.MainJFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: -6580181599965298564L

Serialized Fields

backupController

BackupController backupController

panel

MainForm panel

tableModel

FileTableModel tableModel

Package ch.braincell.stickbackup.gui.table

Class ch.braincell.stickbackup.gui.table.FileColorRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

serialVersionUID: 1L

Class ch.braincell.stickbackup.gui.table.FileTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

config

Config config

columns

java.lang.String[] columns

rows

java.util.List<E> rows

searchRow

java.util.Map<K,V> searchRow



Copyright © 2007. All Rights Reserved.