Eclipse Platform
Kepler (4.3)

org.eclipse.debug.ui
Interface ILaunchConfigurationTab2

All Superinterfaces:
ILaunchConfigurationTab
All Known Implementing Classes:
AbstractLaunchConfigurationTab, CommonTab, EnvironmentTab, RefreshTab, SourceLookupTab, WorkingDirectoryBlock

public interface ILaunchConfigurationTab2
extends ILaunchConfigurationTab

Optional enhancements for ILaunchConfigurationTab.

Since:
3.9

Method Summary
 String getWarningMessage()
          Returns a warning message to be displayed to the user or null if none is present.
 
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTab
activated, canSave, createControl, deactivated, dispose, getControl, getErrorMessage, getImage, getMessage, getName, initializeFrom, isValid, launched, performApply, setDefaults, setLaunchConfigurationDialog
 

Method Detail

getWarningMessage

String getWarningMessage()
Returns a warning message to be displayed to the user or null if none is present.

Returns:
Returns a warning message to be displayed to the user or null if none is present.

Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.