Class AbstractUpdateLibraryWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
com.e1c.g5.v8.dt.internal.library.ui.update.AbstractUpdateLibraryWizard
All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard
Direct Known Subclasses:
UpdateLibraryConfigurationWizard, UpdateLibraryExtensionWizard

public abstract class AbstractUpdateLibraryWizard extends org.eclipse.jface.wizard.Wizard
The wizard to update a library acossiated with some project or to plug a library to a project.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final IDtProject
     

    Fields inherited from class org.eclipse.jface.wizard.Wizard

    DEFAULT_IMAGE
  • Constructor Summary

    Constructors
    Constructor
    Description
    AbstractUpdateLibraryWizard(IDtProject dtProject, ILibraryUpdater libraryUpdater, IComparisonManager comparisonManager, IDtComparisonEditorInputFactory comparisonEditorInputFactory, boolean isUpdate, String libraryType)
    Creates a new insatnce.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    Creates main wizard page.
    boolean
     

    Methods inherited from class org.eclipse.jface.wizard.Wizard

    addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, 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
  • Field Details

    • dtProject

      protected final IDtProject dtProject
  • Constructor Details

    • AbstractUpdateLibraryWizard

      public AbstractUpdateLibraryWizard(IDtProject dtProject, ILibraryUpdater libraryUpdater, IComparisonManager comparisonManager, IDtComparisonEditorInputFactory comparisonEditorInputFactory, boolean isUpdate, String libraryType)
      Creates a new insatnce.
      Parameters:
      dtProject - the workspace dt project to update/plug the library for/to, cannot be null
      libraryUpdater - the library updater, cannot be null
      comparisonManager - the comparison manager, cannot be null
      comparisonEditorInputFactory - the comparison editor input factory, cannot be null
      isUpdate - True if library update is required. False if new library should be plugged-in
      libraryType - the type of the library that will be plugged or updated, cannot be null
  • Method Details

    • addPages

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

      public boolean performFinish()
      Specified by:
      performFinish in interface org.eclipse.jface.wizard.IWizard
      Specified by:
      performFinish in class org.eclipse.jface.wizard.Wizard
    • createMainWizardPage

      protected abstract AbstractUpdateLibraryWizardPage createMainWizardPage()
      Creates main wizard page.
      Returns:
      wizard page, never null