|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.eclipse.cdt.debug.ui.importexecutable.AbstractImportExecutableWizard
org.eclipse.cdt.debug.ui.importexecutable.ImportExecutableWizard
public class ImportExecutableWizard
Reference implementation of a wizard that imports executables. Create your own version to import specific kinds of executables with product specific messages and launch configuration types.
Field Summary |
---|
Fields inherited from class org.eclipse.cdt.debug.ui.importexecutable.AbstractImportExecutableWizard |
---|
DEBUG_PROJECT_ID |
Fields inherited from class org.eclipse.jface.wizard.Wizard |
---|
DEFAULT_IMAGE |
Constructor Summary | |
---|---|
ImportExecutableWizard()
|
Method Summary | |
---|---|
java.lang.String |
getExecutableListLabel()
|
java.lang.String |
getPageOneDescription()
|
java.lang.String |
getPageOneTitle()
|
void |
setupFileDialog(org.eclipse.swt.widgets.FileDialog dialog)
|
boolean |
supportsConfigurationType(org.eclipse.debug.core.ILaunchConfigurationType type)
The wizard will only display launch configuration types that you support. |
Methods inherited from class org.eclipse.cdt.debug.ui.importexecutable.AbstractImportExecutableWizard |
---|
addBinaryParsers, addPages, createCProjectForExecutable, createLaunchConfiguration, getDefaultBinaryParserIDs, getDefaultWindowTitle, getImportExecutablePage, getImportExecutablePage2, getNextPage, getSelectedLaunchConfigurationType, init, performFinish, setConfigurationDefaults, setupProject, userSelectsBinaryParser |
Methods inherited from class org.eclipse.jface.wizard.Wizard |
---|
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.wizard.IWizard |
---|
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer |
Constructor Detail |
---|
public ImportExecutableWizard()
Method Detail |
---|
public java.lang.String getPageOneTitle()
getPageOneTitle
in class AbstractImportExecutableWizard
public java.lang.String getPageOneDescription()
getPageOneDescription
in class AbstractImportExecutableWizard
public java.lang.String getExecutableListLabel()
getExecutableListLabel
in class AbstractImportExecutableWizard
public void setupFileDialog(org.eclipse.swt.widgets.FileDialog dialog)
setupFileDialog
in class AbstractImportExecutableWizard
public boolean supportsConfigurationType(org.eclipse.debug.core.ILaunchConfigurationType type)
AbstractImportExecutableWizard
supportsConfigurationType
in class AbstractImportExecutableWizard
type
- -
the type of launch configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |