Package org.eclipse.debug.ui
Interface ILaunchConfigurationTab2
- All Superinterfaces:
- ILaunchConfigurationTab
- All Known Implementing Classes:
- AbstractLaunchConfigurationTab,- CommonTab,- EnvironmentTab,- PrototypeTab,- RefreshTab,- SourceLookupTab,- WorkingDirectoryBlock
Optional enhancements for 
ILaunchConfigurationTab.- Since:
- 3.9
- 
Method SummaryModifier and TypeMethodDescriptionReturns a warning message to be displayed to the user ornullif none is present.Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTabactivated, canSave, createControl, deactivated, dispose, getControl, getErrorMessage, getImage, getMessage, getName, initializeFrom, isValid, launched, OkToLeaveTab, performApply, postApply, setDefaults, setLaunchConfigurationDialog
- 
Method Details- 
getWarningMessageString getWarningMessage()Returns a warning message to be displayed to the user ornullif none is present.- Returns:
- Returns a warning message to be displayed to the user
 or nullif none is present.
 
 
-