Class UpdateLibraryWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
com.e1c.g5.v8.dt.internal.library.ui.update.UpdateLibraryWizard
All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard

public class UpdateLibraryWizard 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 inherited from class org.eclipse.jface.wizard.Wizard

    DEFAULT_IMAGE
  • Constructor Summary

    Constructors
    Constructor
    Description
    UpdateLibraryWizard(IDtProject dtProject, ILibraryProjectManager libraryProjectManager, ILibraryRegistry libraryRegistry, ILibraryRepository libraryRepository, ILibraryUpdater libraryUpdater, IComparisonManager comparisonManager, IDtComparisonEditorInputFactory comparisonEditorInputFactory, boolean isUpdate)
    Creates a new insatnce.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    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
  • Constructor Details

    • UpdateLibraryWizard

      public UpdateLibraryWizard(IDtProject dtProject, ILibraryProjectManager libraryProjectManager, ILibraryRegistry libraryRegistry, ILibraryRepository libraryRepository, ILibraryUpdater libraryUpdater, IComparisonManager comparisonManager, IDtComparisonEditorInputFactory comparisonEditorInputFactory, boolean isUpdate)
      Creates a new insatnce.
      Parameters:
      dtProject - the workspace dt project to update/plug the library for/to, cannot be null
      libraryProjectManager - the library project manager, cannot be null
      libraryRegistry - the library registry, cannot be null
      libraryRepository - the library repository, 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
  • 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