| Package | Description |
|---|---|
| fr.ifremer.isisfish.ui.script |
Script UI.
|
| fr.ifremer.isisfish.ui.script.action |
| Modifier and Type | Field and Description |
|---|---|
protected FileSelectionTableModel |
ImportDialogUI.conflictFilesTableModel |
protected FileSelectionTableModel |
ImportDialogUI.newFilesTableModel |
| Modifier and Type | Method and Description |
|---|---|
FileSelectionTableModel |
ImportDialogUI.getConflictFilesTableModel() |
FileSelectionTableModel |
ImportDialogUI.getNewFilesTableModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptAction.performImportScript(File sourceScriptArchive,
FileSelectionTableModel selectedFiles,
FileSelectionTableModel selectedConflictFiles)
Perform import script action called by
ImportDialogUI. |
void |
ImportDialogUI.setConflictFilesTableModel(FileSelectionTableModel conflictFilesTableModel) |
void |
ImportDialogUI.setNewFilesTableModel(FileSelectionTableModel newFilesTableModel) |
| Modifier and Type | Field and Description |
|---|---|
protected FileSelectionTableModel |
ExportAction.model
Deprecated.
|
protected FileSelectionTableModel |
ImportAction.model
Deprecated.
Model to contains new files to add from import.
|
protected FileSelectionTableModel |
ImportAction.modelWithBackup
Deprecated.
Model to contains files conflicted from import.
|
| Constructor and Description |
|---|
ExportAction(JDialog dialog,
JTextField file,
File root,
FileSelectionTableModel model)
Deprecated.
Export action constructor.
|
ImportAction(JDialog dialog,
File source,
File root,
FileSelectionTableModel modelNewItems,
FileSelectionTableModel modelItems)
Deprecated.
Import action constructor.
|
Copyright © 1999-2012 CodeLutin. All Rights Reserved.