Package | Description |
---|---|
net.pandoragames.far.ui.model |
UI model classes.
|
Modifier and Type | Class and Description |
---|---|
class |
FormPropertySet<O extends OperationForm>
Saves form data into property sets and vice versa.
|
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 |
RenameForm
Defines the parameter for a RENAME operation.
|
class |
ReplaceForm
Defines the parameter for a replace operation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OperationForm.update(OperationForm form)
Updates this form with the data from the "form" parameter.
|
Constructor and Description |
---|
FormUpdateEvent(OperationForm form)
Constructor takes the form that has been updated.
|