public interface ILaunchGroup
launchGroups
extension point.
Following is an example of a launch group contribution:
<extension point="org.eclipse.debug.ui.launchGroups"> <launchGroup id="com.example.ExampleLaunchGroupId" mode="run" label="Run" image="icons\run.png" </launchGroup> </extension>
The debug platform defines constants for the identifiers of the launch groups provided by the debug platform:
Modifier and Type | Method and Description |
---|---|
ImageDescriptor |
getBannerImageDescriptor()
Returns the banner image for this launch group, or
null if
none |
String |
getCategory()
Returns the category for this launch group, possibly
null |
String |
getIdentifier()
Returns the id for this launch group
|
ImageDescriptor |
getImageDescriptor()
Returns the image for this launch group, or
null
if none. |
String |
getLabel()
Returns the label for this launch group
|
String |
getMode()
Returns the mode for this launch group
|
boolean |
isPublic()
Returns whether this launch group is public
|
ImageDescriptor getImageDescriptor()
null
if none.null
if noneImageDescriptor getBannerImageDescriptor()
null
if
nonenull
if
noneString getLabel()
String getIdentifier()
String getCategory()
null
null
String getMode()
boolean isPublic()
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.