net.refractions.udig.catalog.ui.export
Class ExportResourceSelectionPage
java.lang.Object
WizardPage
net.refractions.udig.catalog.ui.workflow.WorkflowWizardPage
net.refractions.udig.catalog.ui.export.ExportResourceSelectionPage
public class ExportResourceSelectionPage
- extends WorkflowWizardPage
A page that allows the user to select the layer(s) to save.
- Since:
- 1.1.0
- Author:
- chorner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIRECTORY_KEY
public static final java.lang.String DIRECTORY_KEY
- See Also:
- Constant Field Values
ExportResourceSelectionPage
public ExportResourceSelectionPage(java.lang.String pageName)
getCheckedElements
public java.util.List<Data> getCheckedElements()
createControl
public void createControl(Composite parent)
getState
public ExportResourceSelectionState getState()
- Overrides:
getState
in class WorkflowWizardPage
getExportDir
public java.io.File getExportDir()
checkStateChanged
public void checkStateChanged(CheckStateChangedEvent event)
getViewer
public CheckboxTreeViewer getViewer()
syncWithUI
public void syncWithUI()
shown
public void shown()
- Description copied from class:
WorkflowWizardPage
- Called immediately after a page has been shown in the wizard. At the
time this method is called, the page can be sure that its ui has been
created (via a call to #createContents()) and that it's state has been
set (via #setState()). Default implementation does nothing, subclass
should override.
- Overrides:
shown
in class WorkflowWizardPage
isPageComplete
public boolean isPageComplete()
- See Also:
org.eclipse.jface.wizard.WizardPage#isPageComplete()
pageChanged
public void pageChanged(PageChangedEvent event)