|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.eclipse.jdt.internal.ui.wizards.NewElementWizard
org.eclipse.xtext.xtend2.ui.wizards.NewXtend2ClassWizard
public class NewXtend2ClassWizard
| Field Summary | |
|---|---|
static java.lang.String |
TITLE
|
| Fields inherited from class org.eclipse.jface.wizard.Wizard |
|---|
DEFAULT_IMAGE |
| Constructor Summary | |
|---|---|
NewXtend2ClassWizard(IImageHelper imgHelper,
NewXtend2ClassWizardPage fPage)
|
|
| Method Summary | |
|---|---|
void |
addPages()
The Wizard implementation of this IWizard
method does nothing. |
protected void |
finishPage(org.eclipse.core.runtime.IProgressMonitor monitor)
Subclasses should override to perform the actions of the wizard. |
org.eclipse.jdt.core.IJavaElement |
getCreatedElement()
|
boolean |
performFinish()
Subclasses must implement this IWizard method to perform
any special finish processing for their wizard. |
| Methods inherited from class org.eclipse.jdt.internal.ui.wizards.NewElementWizard |
|---|
canRunForked, getSchedulingRule, getSelection, getWorkbench, handleFinishException, init, openResource, selectAndReveal, warnAboutTypeCommentDeprecation |
| Methods inherited from class org.eclipse.jface.wizard.Wizard |
|---|
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.jface.wizard.IWizard |
|---|
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer |
| Field Detail |
|---|
public static final java.lang.String TITLE
| Constructor Detail |
|---|
@Inject
public NewXtend2ClassWizard(IImageHelper imgHelper,
NewXtend2ClassWizardPage fPage)
| Method Detail |
|---|
public void addPages()
org.eclipse.jface.wizard.WizardWizard implementation of this IWizard
method does nothing. Subclasses should extend if extra pages need to be
added before the wizard opens. New pages should be added by calling
addPage.
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.Wizard
protected void finishPage(org.eclipse.core.runtime.IProgressMonitor monitor)
throws java.lang.InterruptedException,
org.eclipse.core.runtime.CoreException
org.eclipse.jdt.internal.ui.wizards.NewElementWizard
finishPage in class org.eclipse.jdt.internal.ui.wizards.NewElementWizardmonitor - the progress monitor
java.lang.InterruptedException - when the operation is cancelled
org.eclipse.core.runtime.CoreException - if the element cannot be createdpublic org.eclipse.jdt.core.IJavaElement getCreatedElement()
getCreatedElement in class org.eclipse.jdt.internal.ui.wizards.NewElementWizardpublic boolean performFinish()
org.eclipse.jface.wizard.WizardIWizard method to perform
any special finish processing for their wizard.
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jdt.internal.ui.wizards.NewElementWizardtrue to indicate the finish request
was accepted, and false to indicate
that the finish request was refused
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||