org.formaria.editor.eclipse.newproject
Class ApplicationWizardPage

java.lang.Object
  extended by WizardPage
      extended by org.formaria.editor.eclipse.newproject.ApplicationWizardPage

public class ApplicationWizardPage
extends WizardPage

The "New" wizard page allows setting the container for the new file as well as the file name. The page will only accept file name without the extension OR with the extension that matches the expected one (aria).


Constructor Summary
ApplicationWizardPage(NewAriaProjectWizard wiz)
          Constructor for SampleNewWizardPage.
 
Method Summary
 void createControl(Composite parent)
           
 Rectangle getDluRect(int x, int y, int w, int h)
           
 boolean isPackageName(java.lang.String name)
           
 boolean isPageComplete()
           
 void saveState()
           
 void setVisible(boolean visible)
          The DialogPage implementation of this IDialogPage method sets the control to the given visibility state.
 void widgetDefaultSelected(SelectionEvent e)
           
 void widgetSelected(SelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationWizardPage

public ApplicationWizardPage(NewAriaProjectWizard wiz)
Constructor for SampleNewWizardPage.

Parameters:
pageName -
Method Detail

createControl

public void createControl(Composite parent)
See Also:
IDialogPage#createControl(Composite)

isPageComplete

public boolean isPageComplete()

isPackageName

public boolean isPackageName(java.lang.String name)

setVisible

public void setVisible(boolean visible)
The DialogPage implementation of this IDialogPage method sets the control to the given visibility state. Subclasses may extend.


saveState

public void saveState()

widgetSelected

public void widgetSelected(SelectionEvent e)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)

getDluRect

public Rectangle getDluRect(int x,
                            int y,
                            int w,
                            int h)