|
||||||||||
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.ui.wizards.newresource.BasicNewResourceWizard
org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
com.pvx.ooadide.wizards.programs.NewPvxProgramWizard
public class NewPvxProgramWizard
Field Summary | |
---|---|
static java.lang.String |
ID
|
Fields inherited from class org.eclipse.jface.wizard.Wizard |
---|
DEFAULT_IMAGE |
Constructor Summary | |
---|---|
NewPvxProgramWizard()
|
Method Summary | |
---|---|
void |
addPages()
Adding the page to the wizard. |
void |
addTestPage(PvxNewProgramPropertiesWizardPage testpage)
|
PvxNewProgramPropertiesWizardPage |
getPvxWizPage()
|
void |
init(org.eclipse.ui.IWorkbench workbench,
org.eclipse.jface.viewers.IStructuredSelection selection)
We will accept the selection in the workbench to see if we can initialize from it. |
boolean |
performFinish()
This method is called when 'Finish' button is pressed in the wizard. |
static void |
selectAndReveal(org.eclipse.core.resources.IResource resource,
org.eclipse.ui.IWorkbenchWindow window)
Attempts to select and reveal the specified resource in all parts within the supplied workbench window's active page. |
Methods inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard |
---|
getSelection, getWorkbench |
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 |
---|
equals, 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 java.lang.String ID
Constructor Detail |
---|
public NewPvxProgramWizard()
Method Detail |
---|
public PvxNewProgramPropertiesWizardPage getPvxWizPage()
public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
public void addTestPage(PvxNewProgramPropertiesWizardPage testpage)
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
public void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
init
in interface org.eclipse.ui.IWorkbenchWizard
init
in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
IWorkbenchWizard.init(IWorkbench, IStructuredSelection)
public static void selectAndReveal(org.eclipse.core.resources.IResource resource, org.eclipse.ui.IWorkbenchWindow window)
Checks all parts in the active page to see if they implement ISetSelectionTarget
,
either directly or as an adapter. If so, tells the part to select and reveal the
specified resource.
resource
- the resource to be selected and revealedwindow
- the workbench window to select and reveal the resourceISetSelectionTarget
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |