|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWizard
net.refractions.udig.catalog.ui.workflow.WorkflowWizard
net.refractions.udig.catalog.ui.export.CatalogExportWizard
public class CatalogExportWizard
Constructor Summary | |
---|---|
CatalogExportWizard(Workflow workflow,
java.util.Map<java.lang.Class<? extends Workflow.State>,WorkflowWizardPage> map)
|
Method Summary | |
---|---|
IDialogSettings |
getDialogSettings()
|
protected boolean |
performFinish(IProgressMonitor monitor)
This method is ran in a non-UI thread. |
void |
setSelectExportedInCatalog(boolean select)
If true this will open the catalog view and select the exported items in the catalog view. |
Methods inherited from class net.refractions.udig.catalog.ui.workflow.WorkflowWizard |
---|
addPages, canFinish, getNextPage, getPage, getPage, getStateMap, getWorkflow, needsPreviousAndNextButtons, performFinish |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogExportWizard(Workflow workflow, java.util.Map<java.lang.Class<? extends Workflow.State>,WorkflowWizardPage> map)
Method Detail |
---|
public void setSelectExportedInCatalog(boolean select)
select
- if true the exported items will be selected in the catalog viewpublic IDialogSettings getDialogSettings()
protected boolean performFinish(IProgressMonitor monitor)
WorkflowWizard
PlatformGIS#runBlockingOperation(IRunnableWithProgress, IProgressMonitor)
to ensure
that blocking operations in this method will not block the UI. It is recommended that all long operation are done in this thread and only
quick UI updates should be done in the UI thread.
performFinish
in class WorkflowWizard
monitor
- the dialog progress monitor.
Display#syncExec(Runnable)
,
Display#asyncExec(Runnable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |