|
|||||||||
Home >> All >> org >> eclipse >> debug >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.eclipse.debug.ui
Class AbstractLaunchConfigurationTabGroup

java.lang.Objectorg.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
- All Implemented Interfaces:
- ILaunchConfigurationTabGroup
- public abstract class AbstractLaunchConfigurationTabGroup
- extends java.lang.Object
- implements ILaunchConfigurationTabGroup
- extends java.lang.Object
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
Field Summary | |
protected ILaunchConfigurationTab[] |
fTabs
The tabs in this tab group, or null if not yet instantiated. |
Constructor Summary | |
AbstractLaunchConfigurationTabGroup()
|
Method Summary | |
void |
dispose()
By default, dispose all the tabs in this group. |
ILaunchConfigurationTab[] |
getTabs()
Returns the tabs contained in this tab group. |
void |
initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
By default, delegate to all of the tabs in this group. |
void |
launched(org.eclipse.debug.core.ILaunch launch)
Deprecated. |
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
By default, delegate to all of the tabs in this group. |
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
By default, delegate to all of the tabs in this group. |
protected void |
setTabs(ILaunchConfigurationTab[] tabs)
Sets the tabs in this group |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup |
createTabs |
Field Detail |
fTabs
protected ILaunchConfigurationTab[] fTabs
- The tabs in this tab group, or
null
if not yet instantiated.
Constructor Detail |
AbstractLaunchConfigurationTabGroup
public AbstractLaunchConfigurationTabGroup()
Method Detail |
getTabs
public ILaunchConfigurationTab[] getTabs()
- Description copied from interface:
ILaunchConfigurationTabGroup
- Returns the tabs contained in this tab group.
- Specified by:
getTabs
in interfaceILaunchConfigurationTabGroup
setTabs
protected void setTabs(ILaunchConfigurationTab[] tabs)
- Sets the tabs in this group
dispose
public void dispose()
- By default, dispose all the tabs in this group.
- Specified by:
dispose
in interfaceILaunchConfigurationTabGroup
setDefaults
public void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
- By default, delegate to all of the tabs in this group.
- Specified by:
setDefaults
in interfaceILaunchConfigurationTabGroup
initializeFrom
public void initializeFrom(org.eclipse.debug.core.ILaunchConfiguration configuration)
- By default, delegate to all of the tabs in this group.
- Specified by:
initializeFrom
in interfaceILaunchConfigurationTabGroup
performApply
public void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
- By default, delegate to all of the tabs in this group.
- Specified by:
performApply
in interfaceILaunchConfigurationTabGroup
launched
public void launched(org.eclipse.debug.core.ILaunch launch)
- Deprecated.
- By default, delegate to all of the tabs in this group.
- Specified by:
launched
in interfaceILaunchConfigurationTabGroup
- By default, delegate to all of the tabs in this group.
|
|||||||||
Home >> All >> org >> eclipse >> debug >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |