Class NewLaunchConfigEditPage

  • All Implemented Interfaces:
    org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.dialogs.IPageChangingListener, org.eclipse.jface.wizard.IWizardPage

    public class NewLaunchConfigEditPage
    extends org.eclipse.jface.wizard.WizardPage
    implements org.eclipse.jface.dialogs.IPageChangingListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createControl​(org.eclipse.swt.widgets.Composite parent)  
      void dispose()  
      org.eclipse.debug.internal.ui.launchConfigurations.LaunchGroupExtension getLaunchGroup()  
      org.eclipse.debug.core.ILaunchConfigurationWorkingCopy getWorkingCopy()  
      void handlePageChanging​(org.eclipse.jface.dialogs.PageChangingEvent event)  
      boolean performFinish()  
      void setLaunchConfigType​(org.eclipse.debug.core.ILaunchConfigurationType type)  
      void setLaunchGroup​(org.eclipse.debug.ui.ILaunchGroup launchGroup)  
      void validateFields()  
      • Methods inherited from class org.eclipse.jface.wizard.WizardPage

        canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
      • Methods inherited from class org.eclipse.jface.dialogs.DialogPage

        convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage

        getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
    • Constructor Detail

      • NewLaunchConfigEditPage

        public NewLaunchConfigEditPage()
    • Method Detail

      • createControl

        public void createControl​(org.eclipse.swt.widgets.Composite parent)
        Specified by:
        createControl in interface org.eclipse.jface.dialogs.IDialogPage
      • setLaunchGroup

        public void setLaunchGroup​(org.eclipse.debug.ui.ILaunchGroup launchGroup)
      • setLaunchConfigType

        public void setLaunchConfigType​(org.eclipse.debug.core.ILaunchConfigurationType type)
      • getWorkingCopy

        public org.eclipse.debug.core.ILaunchConfigurationWorkingCopy getWorkingCopy()
        Returns:
        the workingCopy
      • handlePageChanging

        public void handlePageChanging​(org.eclipse.jface.dialogs.PageChangingEvent event)
        Specified by:
        handlePageChanging in interface org.eclipse.jface.dialogs.IPageChangingListener
      • performFinish

        public boolean performFinish()
      • dispose

        public void dispose()
        Specified by:
        dispose in interface org.eclipse.jface.dialogs.IDialogPage
        Overrides:
        dispose in class org.eclipse.jface.dialogs.DialogPage
      • validateFields

        public void validateFields()
      • getLaunchGroup

        public org.eclipse.debug.internal.ui.launchConfigurations.LaunchGroupExtension getLaunchGroup()