java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.ui.dialogs.WizardNewProjectCreationPage
org.eclipse.pde.internal.ui.wizards.site.NewSiteProjectCreationPage
- All Implemented Interfaces:
- org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage
- public class NewSiteProjectCreationPage
- extends org.eclipse.ui.dialogs.WizardNewProjectCreationPage
| Fields inherited from class org.eclipse.jface.wizard.WizardPage |
|
| Fields inherited from class org.eclipse.jface.dialogs.DialogPage |
|
| Methods inherited from class org.eclipse.jface.wizard.WizardPage |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
| Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage |
createSite
private boolean createSite
HTML_CHECK_LABEL
public static final java.lang.String HTML_CHECK_LABEL
- See Also:
- Constant Field Values
HTML_WEB_LABEL
public static final java.lang.String HTML_WEB_LABEL
- See Also:
- Constant Field Values
WEB_ERR
public static final java.lang.String WEB_ERR
- See Also:
- Constant Field Values
SIZING_TEXT_FIELD_WIDTH
private static final int SIZING_TEXT_FIELD_WIDTH
- See Also:
- Constant Field Values
webText
protected org.eclipse.swt.widgets.Text webText
htmlButton
private org.eclipse.swt.widgets.Button htmlButton
webLabel
private org.eclipse.swt.widgets.Label webLabel
textModifyListener
private org.eclipse.swt.widgets.Listener textModifyListener
NewSiteProjectCreationPage
public NewSiteProjectCreationPage(java.lang.String pageName)
- Creates a new project creation wizard page.
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
- (non-Javadoc)
Method declared on IDialogPage.
isCreateUpdateSiteHTML
public boolean isCreateUpdateSiteHTML()
getWebLocation
public java.lang.String getWebLocation()
validatePage
protected boolean validatePage()
- Description copied from class:
org.eclipse.ui.dialogs.WizardNewProjectCreationPage
- Returns whether this page's controls currently all contain valid
values.