Package | Description |
---|---|
net.pandoragames.far.ui |
The user interface layer.
|
net.pandoragames.far.ui.model |
UI model classes.
|
Modifier and Type | Method and Description |
---|---|
FindFilter |
FindFilter.clone()
Returns a copy of this object, with all interface method behaving exactly as the original instance.
|
Modifier and Type | Method and Description |
---|---|
void |
UIBean.filter(java.util.List<TargetFile> fileList,
FindFilter criteriaForm,
boolean removeMismatch)
Uses the content pattern (and associated flags) supplied with the "criteria" to filter the specified file list.
|
void |
UIFace.filter(java.util.List<TargetFile> fileList,
FindFilter criteria,
boolean removeMismatch)
Uses the content pattern (and associated flags) supplied with the "criteria" to filter the specified file list.
|
java.util.List<TargetFile> |
UIBean.findFiles(FindFilter criteriaForm)
Uses the "criteria" parameter to configure a
FileSelector
and returns the list of found files. |
java.util.List<TargetFile> |
UIFace.findFiles(FindFilter criteria)
Uses the "criteria" parameter to configure a
FileSelector
and returns the list of found files. |
Modifier and Type | Class and Description |
---|---|
class |
FindForm
Combines all data necessary to launch a query.
|