$ A B C D E G I L M P R S T U V W 

M

main - package main
This package just holds the Main class that only holds the Main.main(String[]) method which drives the application workflow.
Main - Class in main
This is the main class.
Main() - Constructor for class main.Main
 
main(String[]) - Static method in class main.Main
This is the main method.
MainWindow - Class in views
This class is the JFrame that wraps all components of the application's main window.
MainWindow() - Constructor for class views.MainWindow
This constructor first registers an instance of BackupManager and then uses its information to build and display the GUI to the user.
mBackupIndex - Variable in class backupmanagment.BackupInstance
This is the file index.
mBackupInstance - Variable in class backupmanagment.BackupFileVisitor
 
mBackupInstance - Variable in class backupmanagment.DeleteFileVisitor
 
mBackupList - Variable in class backupmanagment.BackupManager
This Map ensures quick accessibility of all scheduled backups.
mBackupManager - Variable in class views.BackupTableModel
Instance of BackupManager that is shared between the model and the MainWindow.
mBackupManager - Variable in class views.CreateNewBackupWindow
The BackupManager instance shared between the MainWindow and this CreateNewBackupWindow.
mBackupManager - Variable in class views.MainWindow
mBackupName - Variable in class views.BackupTableSyncButtonEditor
 
mBackupName - Variable in class views.CommandLineViewer
 
mColumn - Variable in class views.BackupTableSyncButtonRenderer
Column number of currently rendered cell.
mCreateNewBackup - Variable in class backupmanagment.BackupInstanceFramework
Specifies whether a new backup supposed to be created or not.
mDataMaxLengths - Variable in class views.CommandLineViewer
 
mDateFormatter - Variable in class backupmanagment.BackupManager
This DateFormat instance formats the Date for the case when the backup name was not specified.
mDateFormatter - Variable in class views.BackupTableDateRenderer
 
mDateFormatter - Variable in class views.CommandLineViewer
 
mDeleteName - Variable in class backupmanagment.BackupInstanceFramework
The name of the backup that is to be deleted.
mDirBackup - Variable in class backupmanagment.BackupInstance
Path to the directory where the copies are stored as String.
mDirBackup - Variable in class backupmanagment.BackupInstanceFramework
Path to the backup directory.
mDirLastModified - Variable in class backupmanagment.BackupFileVisitor
 
mDirOriginal - Variable in class backupmanagment.BackupInstance
Path to the original directory as String.
mDirOriginal - Variable in class backupmanagment.BackupInstanceFramework
Path to the original directory.
mFailedToLoad - Variable in class backupmanagment.BackupManager
The names of the backups that failed to load for any reason are stored here.
mFramework - Variable in class views.CreateNewBackupWindow
The BackupInstanceFramework built by the user.
mKeepAll - Variable in class backupmanagment.BackupInstance
Specifies whether a complete file history should be kept or not.
mKeepAll - Variable in class backupmanagment.BackupInstanceFramework
Specifies whether the user wants to keep all backed files in the backup directory synchronization or not.
mLastSynchronization - Variable in class backupmanagment.BackupInstance
This is the Date of last synchronization of this BackupInstance.
mList - Variable in class backupmanagment.BackupInstanceFramework
Specifies whether the user wants to see the listing of backups or not.
mMousedOverColumn - Variable in class views.MainWindow
The column of the table that the mouse cursor is currently hovering over.
mMousedOverRow - Variable in class views.MainWindow
The row of the table that the mouse cursor is currently hovering over.
mName - Variable in class backupmanagment.BackupInstance
The backup name.
mName - Variable in class backupmanagment.BackupInstanceFramework
The backup name.
mParentWindow - Variable in class views.CreateNewBackupWindow
The MainWindow that spawned this CreateNewBackupWindow.
mParser - Static variable in class main.ArgumentBuilder
This is the instance of ArgumentParser.
mRow - Variable in class views.BackupTableSyncButtonRenderer
Row number of currently rendered cell.
mRowHeight - Variable in class views.CommandLineViewer
 
mSelectedBackups - Variable in class views.BackupTableModel
A Set that holds items that are currently selected.
mShallow - Variable in class backupmanagment.BackupInstance
Specifies whether the backup is shallow or not.
mShallow - Variable in class backupmanagment.BackupInstanceFramework
Specifies whether the user wants the newly created backup to be shallow or not.
mSync - Variable in class backupmanagment.BackupInstanceFramework
Specifies whether the user wants backup synchronization or not.
mTableData - Variable in class views.BackupTableModel
The data saved in the table cells represented by a two dimensional Vector.
mTableHeader - Variable in class views.BackupTableModel
The table header as an array of String.
mTableModel - Variable in class views.BackupTableSyncButtonEditor
 
mTableModel - Variable in class views.MainWindow
This is the table model.
mTableRatios - Variable in class views.CommandLineViewer
 
mWidth - Variable in class views.CommandLineViewer
 
$ A B C D E G I L M P R S T U V W