- getBackupManager() - Method in class views.BackupTableModel
-
- getBackupName() - Method in class backupmanagment.BackupInstanceFramework
-
- getBackupName() - Method in class views.BackupTableModel
-
- getBackupName() - Method in interface views.BackupViewer
-
- getBackupName() - Method in class views.CommandLineViewer
-
- getCellEditorValue() - Method in class views.BackupTableSyncButtonEditor
-
Returns the value contained in the editor.
- getColumnClass(int) - Method in class views.BackupTableModel
-
Returns Object.class
regardless of columnIndex
.
- getColumnCount() - Method in class views.BackupTableModel
-
Returns the number of columns in the model.
- getColumnName(int) - Method in class views.BackupTableModel
-
Returns a default name for the column using spreadsheet conventions:
A, B, C, ...
- getDeleteName() - Method in class backupmanagment.BackupInstanceFramework
-
- getDirBackup() - Method in class backupmanagment.BackupInstanceFramework
-
- getDirOriginal() - Method in class backupmanagment.BackupInstanceFramework
-
- getRowCount() - Method in class views.BackupTableModel
-
Returns the number of rows in the model.
- getSelectedBackups() - Method in class views.BackupTableModel
-
Returns a Set
of names of the selected backups.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class views.BackupTableSyncButtonEditor
-
Sets an initial value
for the editor.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class views.BackupTableSyncButtonRenderer
-
Returns the component used for drawing the cell.
- getValueAt(int, int) - Method in class views.BackupTableModel
-
Returns the value for the cell at columnIndex
and
rowIndex
.