Class NewLaunchConfigModePage
- java.lang.Object
-
- org.eclipse.jface.dialogs.DialogPage
-
- org.eclipse.jface.wizard.WizardPage
-
- org.eclipse.launchbar.ui.internal.dialogs.NewLaunchConfigModePage
-
- All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage,org.eclipse.jface.dialogs.IMessageProvider,org.eclipse.jface.wizard.IWizardPage
public class NewLaunchConfigModePage extends org.eclipse.jface.wizard.WizardPage
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.swt.widgets.Tabletable
-
Constructor Summary
Constructors Constructor Description NewLaunchConfigModePage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGroupSelectionListener(org.eclipse.swt.events.SelectionListener listener)voidcreateControl(org.eclipse.swt.widgets.Composite parent)private voidcreateModeItem(org.eclipse.debug.ui.ILaunchGroup group)org.eclipse.debug.ui.ILaunchGroupgetSelectedGroup()-
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, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
-
-
-
-
Method Detail
-
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
-
createModeItem
private void createModeItem(org.eclipse.debug.ui.ILaunchGroup group)
-
getSelectedGroup
public org.eclipse.debug.ui.ILaunchGroup getSelectedGroup()
-
addGroupSelectionListener
public void addGroupSelectionListener(org.eclipse.swt.events.SelectionListener listener)
-
-