Class AbstractLaunchConfigurationTabGroup

java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
All Implemented Interfaces:
ILaunchConfigurationTabGroup

public abstract class AbstractLaunchConfigurationTabGroup extends Object implements ILaunchConfigurationTabGroup
Common function for launch configuration tab groups. Generally, a launch configuration tab group will subclass this class, and define a method to create and set the tabs in that group.

Clients may subclass this class.

Since:
2.0
See Also: