|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectWizardPage
org.formaria.editor.eclipse.newproject.ExtensionsWizardPage
public class ExtensionsWizardPage
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 | |
|---|---|
ExtensionsWizardPage(NewAriaProjectWizard wiz)
Constructor for SampleNewWizardPage. |
|
| Method Summary | |
|---|---|
void |
createControl(Composite parent)
|
Rectangle |
getDluRect(int x,
int y,
int w,
int h)
|
boolean |
isPageComplete()
The WizardPage implementation of this IWizard method
returns the value of an internal state variable set by
setPageComplete. |
void |
saveState()
Save the page's data to the wizard's store |
void |
setVisible(boolean visible)
The DialogPage implementation of this
IDialogPage method sets the control to the given
visibility state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtensionsWizardPage(NewAriaProjectWizard wiz)
pageName - | Method Detail |
|---|
public boolean isPageComplete()
WizardPage implementation of this IWizard method
returns the value of an internal state variable set by
setPageComplete. Subclasses may extend.
public void setVisible(boolean visible)
DialogPage implementation of this
IDialogPage method sets the control to the given
visibility state. Subclasses may extend.
public void createControl(Composite parent)
IDialogPage#createControl(Composite)public void saveState()
public Rectangle getDluRect(int x,
int y,
int w,
int h)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||