Package net.pandoragames.far.ui.swing.component.listener

Listener classes.

See:
          Description

Interface Summary
TabListener Interface for components on an OperationTabPane.
 

Class Summary
ActionPreview  
ActionView Opens the "viewer" that visualises the matches of a (regex) search pattern.
BackupFlagListener Informs interested components about the state of the doBackup flag.
BrowseButtonListener Opens a JFileChooser dialogue that allows to select a directory.
CommandExecutor Base class for the Find and the Replace command.
CommandFind The Find command.
CommandRename The Rename command.
CommandReplace The replace command.
ConfirmActionListener A container for other action listeners that will only be triggered if the user confirms the action.
ConfirmReplaceListener Specialisation of the confirm listener for the backup button.
FindFilePanelBrowseButtonListener A specialised variant of the BrowseButtonListener that accepts directories and files.
OperationCallBackListener Implementation of the ProgressListener inteface for the file search.
ProgressBarUpdater Synchronises a JProgressBar Swing component.
ResetDispatcher Listens to a RESET command and updates depending components.
SearchBaseHasChangedListener Notified when the search criteria have been substantially changed.
TabEvent Event object for TabListener.
UndoListener ActionListener for the Undo button.
 

Enum Summary
TabEvent.TAB_EVENT_TYPE  
 

Package net.pandoragames.far.ui.swing.component.listener Description

Listener classes. The application glue.