| 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.
|
| Class and Description |
|---|
| BackupViewer
This interface connects the
BackupManager instances
with the user. |
| Class and Description |
|---|
| 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. |
| BackupViewer
This interface connects the
BackupManager instances
with the user. |
| MainWindow
This class is the
JFrame that
wraps all components of the application's main window. |