Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.pde.internal.ui.wizards.site
Class NewSiteProjectCreationPage  view NewSiteProjectCreationPage download NewSiteProjectCreationPage.java

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended byorg.eclipse.jface.wizard.WizardPage
          extended byorg.eclipse.ui.dialogs.WizardNewProjectCreationPage
              extended byorg.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


Field Summary
private  boolean createSite
           
static java.lang.String HTML_CHECK_LABEL
           
static java.lang.String HTML_WEB_LABEL
           
private  org.eclipse.swt.widgets.Button htmlButton
           
private static int SIZING_TEXT_FIELD_WIDTH
           
private  org.eclipse.swt.widgets.Listener textModifyListener
           
static java.lang.String WEB_ERR
           
private  org.eclipse.swt.widgets.Label webLabel
           
protected  org.eclipse.swt.widgets.Text webText
           
 
Fields inherited from class org.eclipse.ui.dialogs.WizardNewProjectCreationPage
 
Fields inherited from class org.eclipse.jface.wizard.WizardPage
 
Fields inherited from class org.eclipse.jface.dialogs.DialogPage
 
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
NewSiteProjectCreationPage(java.lang.String pageName)
          Creates a new project creation wizard page.
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
          (non-Javadoc) Method declared on IDialogPage.
 java.lang.String getWebLocation()
           
 boolean isCreateUpdateSiteHTML()
           
protected  boolean validatePage()
          Returns whether this page's controls currently all contain valid values.
 
Methods inherited from class org.eclipse.ui.dialogs.WizardNewProjectCreationPage
getLocationPath, getProjectHandle, getProjectName, setInitialProjectName, setVisible, useDefaults
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp
 

Field Detail

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
Constructor Detail

NewSiteProjectCreationPage

public NewSiteProjectCreationPage(java.lang.String pageName)
Creates a new project creation wizard page.

Method Detail

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.