Class NewUreAppWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
org.libreoffice.ide.eclipse.core.wizards.NewUnoProjectWizard
org.libreoffice.ide.eclipse.core.wizards.NewUreAppWizard
- All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension,org.eclipse.jface.window.IShellProvider,org.eclipse.jface.wizard.IWizard,org.eclipse.ui.INewWizard,org.eclipse.ui.IWorkbenchWizard
The new URE application wizard is simply a new UNO project wizard, with the inherited interface forced to
com::sun::star::lang::XMain.-
Field Summary
Fields inherited from class org.libreoffice.ide.eclipse.core.wizards.NewUnoProjectWizard
mMainPageFields inherited from class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
WIZARD_IDFields inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
selectionFields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.libreoffice.ide.eclipse.core.wizards.NewUnoProjectWizard
getNextPage, getPreviousPage, getWorkbench, pageChanged, performFinish, setDisableServicePage, setLanguagePageMethods inherited from class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
getNewProject, init, initializeDefaultPageImageDescriptor, setInitializationData, updatePerspective, updatePerspectiveMethods inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
getSelection, selectAndReveal, selectAndRevealMethods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, getPage, getPageCount, getPages, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, getPage, getPageCount, getPages, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainerMethods inherited from interface org.eclipse.ui.IWorkbenchWizard
init
-
Constructor Details
-
NewUreAppWizard
public NewUreAppWizard()Constructor.
-
-
Method Details
-
addPages
public void addPages()- Specified by:
addPagesin interfaceorg.eclipse.jface.wizard.IWizard- Overrides:
addPagesin classNewUnoProjectWizard
-