org.openoffice.ide.eclipse.core.wizards
Class NewUreAppWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
          extended by org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
              extended by org.openoffice.ide.eclipse.core.wizards.NewUnoProjectWizard
                  extended by org.openoffice.ide.eclipse.core.wizards.NewUreAppWizard
All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class NewUreAppWizard
extends NewUnoProjectWizard

The new URE application wizard is simply a new UNO project wizard, with the inherited interface forced to com::sun::star::lang::XMain.

Author:
cedricbosdo

Field Summary
 
Fields inherited from class org.openoffice.ide.eclipse.core.wizards.NewUnoProjectWizard
mMainPage
 
Fields inherited from class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
WIZARD_ID
 
Fields inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
selection
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
NewUreAppWizard()
          Constructor.
 
Method Summary
 void addPages()
          
 
Methods inherited from class org.openoffice.ide.eclipse.core.wizards.NewUnoProjectWizard
getNextPage, getPreviousPage, getWorkbench, pageChanged, performFinish, setDisableServicePage, setLanguagePage
 
Methods inherited from class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
getNewProject, init, initializeDefaultPageImageDescriptor, setInitializationData, updatePerspective, updatePerspective
 
Methods inherited from class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
getSelection, selectAndReveal, selectAndReveal
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, 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.ui.IWorkbenchWizard
init
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Constructor Detail

NewUreAppWizard

public NewUreAppWizard()
Constructor.

Method Detail

addPages

public void addPages()

Specified by:
addPages in interface org.eclipse.jface.wizard.IWizard
Overrides:
addPages in class NewUnoProjectWizard