| Package | Description |
|---|---|
| org.chorem.lima.enums | |
| org.chorem.lima.ui | |
| org.chorem.lima.ui.importexport |
| Modifier and Type | Method and Description |
|---|---|
static ImportExportEnum |
ImportExportEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportExportEnum[] |
ImportExportEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MainViewHandler.showImportExportView(jaxx.runtime.JAXXContext rootContext,
ImportExportEnum type) |
| Modifier and Type | Method and Description |
|---|---|
String |
ImportExport.chooseFile(Boolean importMode,
ImportExportEnum importExportMethode)
open choose file dialog with appropriate file mode view
folders for export or folders+files for import
|
void |
ImportExport.importExport(ImportExportEnum importExportMethode,
String file,
boolean verbose)
Call the appropriate method in business service.
|
Copyright © 2008–2014 CodeLutin. All rights reserved.