Package | Description |
---|---|
views |
This package holds all the classes that are necessary to display
information about backups to the user including the GUI.
|
Modifier and Type | Field and Description |
---|---|
private BackupManager |
MainWindow.mBackupManager
The
BackupManager . |
private BackupManager |
CreateNewBackupWindow.mBackupManager
|
private BackupManager |
BackupTableModel.mBackupManager
Instance of
BackupManager that is
shared between the model and the MainWindow . |
Modifier and Type | Method and Description |
---|---|
BackupManager |
BackupTableModel.getBackupManager()
Returns the associated
BackupManager instance. |
Modifier and Type | Method and Description |
---|---|
void |
BackupTableModel.setBackupManager(BackupManager mBackupManager)
Associates a
BackupManager instance with this BackupTableModel . |
Constructor and Description |
---|
BackupTableModel(BackupManager manager)
Class constructor.
|
CreateNewBackupWindow(BackupManager manager,
MainWindow parent)
The only constructor.
|