-
pContainer
javax.swing.JPanel pContainer
This is the root component.
-
pIntro
javax.swing.JPanel pIntro
This
JPanel
holds the text at the top of the
MainWindow
.
-
scrlPane
javax.swing.JScrollPane scrlPane
This is the JScrollPane
that wraps the table.
-
pButtons
javax.swing.JPanel pButtons
This
JPanel
holds the buttons at the bottom of the
MainWindow
.
-
tbTable
javax.swing.JTable tbTable
The interactive list of backups.
-
btSyncSele
javax.swing.JButton btSyncSele
The Synchonize Selected button.
-
btSyncAll
javax.swing.JButton btSyncAll
The Synchonize All button.
-
btCreateNew
javax.swing.JButton btCreateNew
The Create New Backup button.
-
lbIntro
javax.swing.JLabel lbIntro
The JLabel
with the introductory text.
-
btDelSelected
javax.swing.JButton btDelSelected
The Delete Selected button.
-
mTableModel
BackupTableModel mTableModel
This is the table model. It is responsible for the data displayed inside the
MainWindow.tbTable
.
-
mBackupManager
BackupManager mBackupManager
-
mMousedOverRow
int mMousedOverRow
The row of the table that the mouse cursor is currently hovering over.
-
mMousedOverColumn
int mMousedOverColumn
The column of the table that the mouse cursor is currently hovering over.