| Package | Description | 
|---|---|
| net.pandoragames.far.ui | 
 The user interface layer. 
 | 
| net.pandoragames.far.ui.model | 
 UI model classes. 
 | 
| net.pandoragames.far.ui.swing | 
 The main package for application user. 
 | 
| net.pandoragames.far.ui.swing.component | 
 Swing UI components. 
 | 
| net.pandoragames.far.ui.swing.component.listener | 
 Listener classes. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
UIFace
Defines the bridge between the frontend and the backend in a UserInterface
 independend way. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
UIBean
GUI neutral bridge between backend and frontend. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExtractForm
Defines the parameter for an extract operation. 
 | 
class  | 
FARForm
Superclass for form data of FIND and REPLACE operation. 
 | 
class  | 
FindForm
Combines all data necessary to launch a query. 
 | 
class  | 
OperationForm
Common base class for FAR data models. 
 | 
class  | 
RenameForm
Defines the parameter for a RENAME operation. 
 | 
class  | 
ReplaceForm
Defines the parameter for a replace operation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OperationTabPane
Adds some special behaviour to the JTabbedPane class. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DateRestrictionPanel
Panel with checkbox for selection of Date boundaries. 
 | 
class  | 
FileSetTableModel
TableModel for the file list. 
 | 
class  | 
InfoLine
A panel that displays informations and errormessages in two distinct areas
 as to avoid overwriting error messages with informative messages. 
 | 
class  | 
SubdirPatternLink
Button with dialog for the definition of a directory pattern. 
 | 
class  | 
UndoHistory
An alternative UndoManager. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActionPreview
Opens the "preview" view that displays the planned changes. 
 | 
class  | 
ActionView
Opens the "viewer" that visualises the matches of a (regex) search pattern. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommandExecutor.addResetable(Resetable toBeReseted)
Adds some component that should be reseted when (i.e. 
 | 
void | 
ResetDispatcher.addResetable(Resetable resetable)
Adds a generic Resetable component. 
 |