Class NewLaunchTargetWizardSelectionPage
- java.lang.Object
-
- org.eclipse.jface.dialogs.DialogPage
-
- org.eclipse.jface.wizard.WizardPage
-
- org.eclipse.launchbar.ui.internal.target.NewLaunchTargetWizardSelectionPage
-
- All Implemented Interfaces:
org.eclipse.jface.dialogs.IDialogPage,org.eclipse.jface.dialogs.IMessageProvider,org.eclipse.jface.wizard.IWizardPage
class NewLaunchTargetWizardSelectionPage 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 NewLaunchTargetWizardSelectionPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanFlipToNextPage()voidcreateControl(org.eclipse.swt.widgets.Composite parent)voiddispose()org.eclipse.jface.resource.ImageDescriptorgetDescriptionImage(org.eclipse.core.runtime.IConfigurationElement element)org.eclipse.jface.wizard.IWizardPagegetNextPage()-
Methods inherited from class org.eclipse.jface.wizard.WizardPage
getContainer, getDialogSettings, getImage, getName, 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
-
-
-
-
Method Detail
-
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
-
dispose
public void dispose()
- Specified by:
disposein interfaceorg.eclipse.jface.dialogs.IDialogPage- Overrides:
disposein classorg.eclipse.jface.dialogs.DialogPage
-
getDescriptionImage
public org.eclipse.jface.resource.ImageDescriptor getDescriptionImage(org.eclipse.core.runtime.IConfigurationElement element)
-
canFlipToNextPage
public boolean canFlipToNextPage()
- Specified by:
canFlipToNextPagein interfaceorg.eclipse.jface.wizard.IWizardPage- Overrides:
canFlipToNextPagein classorg.eclipse.jface.wizard.WizardPage
-
getNextPage
public org.eclipse.jface.wizard.IWizardPage getNextPage()
- Specified by:
getNextPagein interfaceorg.eclipse.jface.wizard.IWizardPage- Overrides:
getNextPagein classorg.eclipse.jface.wizard.WizardPage
-
-