| net.refractions.udig.project.ui.internal.wizard.url.URLWizardPage
URLWizardPage | public class URLWizardPage extends WizardPage implements ModifyListener,UDIGConnectionPage(Code) | | author: Amr Alam TODO To change the template for this generated type comment go to Window - author: Preferences - Java - Code Style - Code Templates |
Constructor Summary | |
public | URLWizardPage() Construct URLWizardPage . |
url | protected Combo url(Code) | | url field
|
URLWizardPage | public URLWizardPage()(Code) | | Construct URLWizardPage .
|
canFlipToNextPage | public boolean canFlipToNextPage()(Code) | | |
createControl | public void createControl(Composite parent)(Code) | | |
getResources | public List<IService> getResources(IProgressMonitor monitor) throws Exception(Code) | | This should be called using the Wizard .. job when next/finish is pressed.
|
isPageComplete | public boolean isPageComplete()(Code) | | |
modifyText | public void modifyText(ModifyEvent e)(Code) | | |
widgetDefaultSelected | public void widgetDefaultSelected(SelectionEvent e)(Code) | | Double click in list, or return from url control.
See Also: org.eclipse.swt.events.SelectionListener.widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent) Parameters: e - |
|
|