net.refractions.udig.browser.ui
Class BrowserSelectionPage
java.lang.Object
WizardSelectionPage
net.refractions.udig.browser.ui.BrowserSelectionPage
public class BrowserSelectionPage
- extends WizardSelectionPage
Displays a list of catalog pages extending the extension point.
- Since:
- 1.0.0
- Author:
- mleslie
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrowserSelectionPage
public BrowserSelectionPage()
BrowserSelectionPage
public BrowserSelectionPage(java.lang.String pageName)
- Parameters:
pageName
-
canFlipToNextPage
public boolean canFlipToNextPage()
isPageComplete
public boolean isPageComplete()
getUrl
public java.net.URL getUrl()
- Returns:
- URL of the selected URL descriptor, or null
getNextPage
public IWizardPage getNextPage()
selectionChanged
public void selectionChanged(SelectionChangedEvent event)
createControl
public void createControl(Composite parent)
getDescriptors
protected java.util.List<ExternalCatalogueImportDescriptor> getDescriptors()
- Returns:
- List of descriptors
getTitle
public java.lang.String getTitle()
canFinish
public boolean canFinish()
- Returns:
- true if the finish button should be enabled
getIconDescriptor
public ImageDescriptor getIconDescriptor()
- Returns:
- descriptor of the icon of the selected descriptor
getListener
public LocationListener getListener()
- Returns:
- LocationListener
getViewName
public java.lang.String getViewName()