Class AbstractLaunchConfigurationTabGroup

  • All Implemented Interfaces:
    ILaunchConfigurationTabGroup

    public abstract class AbstractLaunchConfigurationTabGroup
    extends java.lang.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:
    ILaunchConfigurationTabGroup