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

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.
  • Field Summary

    Fields inherited from class org.libreoffice.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

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void

    Methods inherited from class org.libreoffice.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, getMinimumWizardSize, 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.jface.wizard.IWizard

    canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, getPage, getPageCount, getPages, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer

    Methods inherited from interface org.eclipse.ui.IWorkbenchWizard

    init
  • Constructor Details

    • NewUreAppWizard

      public NewUreAppWizard()
      Constructor.
  • Method Details

    • addPages

      public void addPages()
      Specified by:
      addPages in interface org.eclipse.jface.wizard.IWizard
      Overrides:
      addPages in class NewUnoProjectWizard