Package | Description |
---|---|
net.pandoragames.far.ui |
The user interface layer.
|
net.pandoragames.far.ui.model |
UI model classes.
|
Modifier and Type | Method and Description |
---|---|
ReplacementDescriptor |
ReplacementDescriptor.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.replace(ReplacementDescriptor criteriaForm,
java.util.List<TargetFile> fileList)
Uses the "criteria" parameter to configure a
FileMatcher and
applies the defined relacement algorithm to all files
in the list that are marked as "selected" (the default). |
void |
UIFace.replace(ReplacementDescriptor criteria,
java.util.List<TargetFile> fileList)
Uses the "criteria" parameter to configure a
FileMatcher and
applies the defined relacement algorithm to all files
in the list that are marked as "selected" (the default). |
Modifier and Type | Class and Description |
---|---|
class |
ReplaceForm
Defines the parameter for a replace operation.
|