Class LaunchTargetWizard

  • All Implemented Interfaces:
    org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard

    public abstract class LaunchTargetWizard
    extends org.eclipse.jface.wizard.Wizard
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected ILaunchTarget launchTarget  
      • Fields inherited from class org.eclipse.jface.wizard.Wizard

        DEFAULT_IMAGE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canDelete()  
      ILaunchTarget getLaunchTarget()  
      void performDelete()  
      void setLaunchTarget​(ILaunchTarget launchTarget)  
      • Methods inherited from class org.eclipse.jface.wizard.Wizard

        addPage, addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, 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 Detail

      • LaunchTargetWizard

        public LaunchTargetWizard()
    • Method Detail

      • setLaunchTarget

        public void setLaunchTarget​(ILaunchTarget launchTarget)
      • canDelete

        public boolean canDelete()
      • performDelete

        public void performDelete()