Class NewLaunchConfigEditPage
- java.lang.Object
-
- org.eclipse.jface.dialogs.DialogPage
-
- org.eclipse.jface.wizard.WizardPage
-
- org.eclipse.launchbar.ui.internal.dialogs.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private classNewLaunchConfigEditPage.LaunchConfigurationDialogExtprivate classNewLaunchConfigEditPage.LaunchConfigurationTabGroupViewerExt
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.debug.core.ILaunchConfigurationTypelaunchConfigTypeprivate NewLaunchConfigEditPage.LaunchConfigurationDialogExtlaunchConfigurationDialogprivate org.eclipse.debug.ui.ILaunchGrouplaunchGroupprivate NewLaunchConfigEditPage.LaunchConfigurationTabGroupViewerExttabViewerprivate org.eclipse.debug.core.ILaunchConfigurationWorkingCopyworkingCopy
-
Constructor Summary
Constructors Constructor Description NewLaunchConfigEditPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateControl(org.eclipse.swt.widgets.Composite parent)voiddispose()org.eclipse.debug.internal.ui.launchConfigurations.LaunchGroupExtensiongetLaunchGroup()org.eclipse.debug.core.ILaunchConfigurationWorkingCopygetWorkingCopy()voidhandlePageChanging(org.eclipse.jface.dialogs.PageChangingEvent event)booleanperformFinish()voidsetLaunchConfigType(org.eclipse.debug.core.ILaunchConfigurationType type)voidsetLaunchGroup(org.eclipse.debug.ui.ILaunchGroup launchGroup)voidvalidateFields()-
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
-
-
-
-
Field Detail
-
workingCopy
private org.eclipse.debug.core.ILaunchConfigurationWorkingCopy workingCopy
-
launchConfigurationDialog
private NewLaunchConfigEditPage.LaunchConfigurationDialogExt launchConfigurationDialog
-
tabViewer
private NewLaunchConfigEditPage.LaunchConfigurationTabGroupViewerExt tabViewer
-
launchGroup
private org.eclipse.debug.ui.ILaunchGroup launchGroup
-
launchConfigType
private org.eclipse.debug.core.ILaunchConfigurationType launchConfigType
-
-
Method Detail
-
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
- Specified by:
createControlin interfaceorg.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:
handlePageChangingin interfaceorg.eclipse.jface.dialogs.IPageChangingListener
-
performFinish
public boolean performFinish()
-
dispose
public void dispose()
- Specified by:
disposein interfaceorg.eclipse.jface.dialogs.IDialogPage- Overrides:
disposein classorg.eclipse.jface.dialogs.DialogPage
-
validateFields
public void validateFields()
-
getLaunchGroup
public org.eclipse.debug.internal.ui.launchConfigurations.LaunchGroupExtension getLaunchGroup()
-
-