Package | Description |
---|---|
backupmanagment |
This package contains what one might call the backend.
|
views |
This package holds all the classes that are necessary to display
information about backups to the user including the GUI.
|
Modifier and Type | Method and Description |
---|---|
void |
BackupManager.updateView(BackupViewer view)
This method is used to provide information about backups to a view
that implements the
BackupViewer interface. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
BackupTableModel
This class extends the
AbstractTableModel , which
implements most of the methods required by TableModel
interface and serves as a base class to implement customized tables. |
class |
CommandLineViewer
Implementation of the
BackupViewer interface. |