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.listener |
Listener classes.
|
net.pandoragames.far.ui.swing.dialog |
Various subwindows.
|
Modifier and Type | Method and Description |
---|---|
ExtractForm |
FARConfig.getDefaultExtractForm()
Returns a new ExtractForm with default settings.
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
UIBean.extract(ExtractForm criteria,
java.util.List<TargetFile> fileList)
Extracts data from the file list as defined by the criteria form and writes the result to some temporary file.
|
java.io.File |
UIFace.extract(ExtractForm criteria,
java.util.List<TargetFile> fileList)
Extracts data from the file list as defined by the criteria form and writes the result to some temporary file.
|
Modifier and Type | Method and Description |
---|---|
ExtractForm |
ExtractForm.clone() |
Modifier and Type | Method and Description |
---|---|
static FormPropertySet<ExtractForm> |
FormPropertySet.getExtractFormPropertySet()
Returns an instance for a replace form.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtractForm.update(ExtractForm form)
Updates this form with the data from the "form" parameter.
|
Modifier and Type | Method and Description |
---|---|
ExtractForm |
ComponentRepository.getExtractForm()
Returns the ReplaceForm instance used by the application.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandExtract.setExtractForm(ExtractForm form)
Sets the parameter for the command execution.
|
Constructor and Description |
---|
LoadFormDialog(javax.swing.JFrame owner,
ExtractForm form,
SwingConfig config) |
SaveFormDialog(javax.swing.JFrame owner,
ExtractForm form,
SwingConfig config) |