org.formaria.editor.eclipse.newproject
Class FrameSetWizardPage

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

public class FrameSetWizardPage
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).


Field Summary
static int TOOLBAR_HEIGHT
           
 
Constructor Summary
FrameSetWizardPage(NewAriaProjectWizard wiz)
          Constructor for SampleNewWizardPage.
 
Method Summary
 void calcSizes()
           
 void createControl(Composite parent)
           
 Rectangle getDluRect(int x, int y, int w, int h)
           
 void saveFileNames()
           
 void saveState()
           
 void setVisible(boolean state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOOLBAR_HEIGHT

public static final int TOOLBAR_HEIGHT
See Also:
Constant Field Values
Constructor Detail

FrameSetWizardPage

public FrameSetWizardPage(NewAriaProjectWizard wiz)
Constructor for SampleNewWizardPage.

Parameters:
pageName -
Method Detail

createControl

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

calcSizes

public void calcSizes()

saveFileNames

public void saveFileNames()

setVisible

public void setVisible(boolean state)

saveState

public void saveState()

getDluRect

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