See: Description
Interface | Description |
---|---|
BackupViewer |
This interface connects the
BackupManager instances
with the user. |
Class | Description |
---|---|
BackupTableDateRenderer |
This class renders all dates in the table using the
DateFormat.FULL format. |
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. |
BackupTableSyncButtonEditor |
When the cell is being edited (clicked) an instance of this class
performs actions according to what happens inside the edited cell.
|
BackupTableSyncButtonRenderer |
This class takes care of rendering the Synchronize buttons inside the
JTable . |
CommandLineViewer |
Implementation of the
BackupViewer interface. |
CreateNewBackupWindow | |
MainWindow |
This class is the
JFrame that
wraps all components of the application's main window. |