- ObjectListFile<T> - Class in net.pandoragames.util.file
-
Reads and writes lists of arbitrary objects.
- ObjectListFile(File) - Constructor for class net.pandoragames.util.file.ObjectListFile
-
Instantiate this class with the file that holds the data.
- okButton - Variable in class net.pandoragames.far.ui.swing.dialog.FileOperationDialog
-
OK button.
- operationAborted(OperationType) - Method in interface net.pandoragames.far.ui.model.ProgressListener
-
Notified when the operation has been aborted.
- operationAborted(OperationType) - Method in class net.pandoragames.far.ui.swing.component.listener.OperationCallBackListener
-
Notified when the operation has been aborted.
- operationAborted(OperationType) - Method in class net.pandoragames.far.ui.swing.component.listener.ProgressBarUpdater
-
Notified when the operation has been aborted.
- operationAborted(OperationType) - Method in class net.pandoragames.far.ui.swing.dialog.SubSelectDialog
-
Notified when the operation has been aborted.
- OperationCallBackListener - Class in net.pandoragames.far.ui.swing.component.listener
-
- OperationCallBackListener() - Constructor for class net.pandoragames.far.ui.swing.component.listener.OperationCallBackListener
-
Default constructor.
- OperationForm - Class in net.pandoragames.far.ui.model
-
Common base class for FAR data models.
- OperationForm(OperationType) - Constructor for class net.pandoragames.far.ui.model.OperationForm
-
- operationProgressed(int, int, OperationType) - Method in interface net.pandoragames.far.ui.model.ProgressListener
-
Receives progress informations.
- operationProgressed(int, int, OperationType) - Method in class net.pandoragames.far.ui.swing.component.listener.OperationCallBackListener
-
This method does nothing
- operationProgressed(int, int, OperationType) - Method in class net.pandoragames.far.ui.swing.component.listener.ProgressBarUpdater
-
Receives progress informations.
- operationProgressed(int, int, OperationType) - Method in class net.pandoragames.far.ui.swing.dialog.SubSelectDialog
-
- operationStarted(OperationType) - Method in interface net.pandoragames.far.ui.model.ProgressListener
-
Gets notified when an operation has been started.
- operationStarted(OperationType) - Method in class net.pandoragames.far.ui.swing.component.listener.OperationCallBackListener
-
Gets notified when an operation has been started.
- operationStarted(OperationType) - Method in class net.pandoragames.far.ui.swing.component.listener.ProgressBarUpdater
-
Gets notified when an operation has been started.
- operationStarted(OperationType) - Method in class net.pandoragames.far.ui.swing.dialog.SubSelectDialog
-
- OperationTabPane - Class in net.pandoragames.far.ui.swing
-
Adds some special behaviour to the JTabbedPane class.
- OperationTabPane() - Constructor for class net.pandoragames.far.ui.swing.OperationTabPane
-
- operationTerminated(OperationType) - Method in interface net.pandoragames.far.ui.model.ProgressListener
-
Notified when the operation has terminated.
- operationTerminated(OperationType) - Method in class net.pandoragames.far.ui.swing.component.listener.OperationCallBackListener
-
Notified when the operation has terminated.
- operationTerminated(OperationType) - Method in class net.pandoragames.far.ui.swing.component.listener.ProgressBarUpdater
-
Notified when the operation has terminated.
- operationTerminated(OperationType) - Method in class net.pandoragames.far.ui.swing.dialog.SubSelectDialog
-
Notified when the operation has terminated.
- OperationType - Enum in net.pandoragames.far.ui.model
-
Represents an operation like "find" or "replace".
- orderByName() - Static method in class net.pandoragames.far.ui.model.TargetFileComparator
-
Returns a comparator that sorts TargetFile objects by name.
- orderByPath() - Static method in class net.pandoragames.far.ui.model.TargetFileComparator
-
Returns a comparator that sorts TargetFile objects by path.
- OverwriteFileCallback - Interface in net.pandoragames.far.ui
-