|
TPTP 4.4.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.test.ui.launch.tabGroups.TestLaunchConfigurationTabFactory
Factory for creating TPTP-specific launch configuration tabs. As of TPTP 4.3, this factory must be instantiated to create tabs. All tab creation methods are now non-static.
| Method Summary | |
|---|---|
static org.eclipse.debug.ui.ILaunchConfigurationTab |
createProfilingTab(boolean attach)
Deprecated. This factory does not allow Profiling tabs creation any more. See org.eclipse.hyades.trace.ui for equivalent feature. |
static org.eclipse.debug.ui.ILaunchConfigurationTab |
createTestAndDeploymentTab(java.lang.String mode,
java.lang.String launchConfigurationType)
Deprecated. Use the non-static version newTestAndDeploymentTab(String, String). |
static org.eclipse.debug.ui.ILaunchConfigurationTab |
createTestComponentAndDeploymentTab(java.lang.String mode,
java.lang.String launchConfigurationType)
Deprecated. Use the non-static version newTestComponentAndDeploymentTab(String, String). |
static org.eclipse.debug.ui.ILaunchConfigurationTab |
createTestLogTab(java.lang.String launchConfigurationType)
Deprecated. Use the non-static version newTestLogTab(String). |
AbstractTabGroup |
getTabGroup()
|
org.eclipse.debug.ui.ILaunchConfigurationTab |
newTestAndDeploymentTab(java.lang.String mode,
java.lang.String launchConfigurationType)
Creates a new Test & Deployment Selection Tab. |
org.eclipse.debug.ui.ILaunchConfigurationTab |
newTestComponentAndDeploymentTab(java.lang.String mode,
java.lang.String launchConfigurationType)
Creates a new Test Component & Deployment Selection Tab. |
org.eclipse.debug.ui.ILaunchConfigurationTab |
newTestLogTab(java.lang.String launchConfigurationType)
Creates a new Test Log Tab. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public AbstractTabGroup getTabGroup()
public static org.eclipse.debug.ui.ILaunchConfigurationTab createTestAndDeploymentTab(java.lang.String mode,
java.lang.String launchConfigurationType)
newTestAndDeploymentTab(String, String).
mode - The run mode (this is used for proposing test elements that support
this mode only). This method may be used in subclasses, but is not meant to be
overrided.launchConfigurationType - The launch configuration type. This type is used to determine
the content of the returned Test tab.
public org.eclipse.debug.ui.ILaunchConfigurationTab newTestAndDeploymentTab(java.lang.String mode,
java.lang.String launchConfigurationType)
mode - The run mode (this is used for proposing test elements that support
this mode only). This method may be used in subclasses, but is not meant to be
overrided.launchConfigurationType - The launch configuration type. This type is used to determine
the content of the returned Test tab.
public static org.eclipse.debug.ui.ILaunchConfigurationTab createTestComponentAndDeploymentTab(java.lang.String mode,
java.lang.String launchConfigurationType)
newTestComponentAndDeploymentTab(String, String).
mode - The run mode (this is used for proposing test elements that support
this mode only). This method may be used in subclasses, but is not meant to be
overrided.launchConfigurationType - The launch configuration type. This type is used to determine
the content of the returned Test tab.
public org.eclipse.debug.ui.ILaunchConfigurationTab newTestComponentAndDeploymentTab(java.lang.String mode,
java.lang.String launchConfigurationType)
mode - The run mode (this is used for proposing test elements that support
this mode only). This method may be used in subclasses, but is not meant to be
overrided.launchConfigurationType - The launch configuration type. This type is used to determine
the content of the returned Test tab.public static org.eclipse.debug.ui.ILaunchConfigurationTab createTestLogTab(java.lang.String launchConfigurationType)
newTestLogTab(String).
launchConfigurationType - The launch configuration type. This type is used to determine
the content of the returned Test Log tab.public org.eclipse.debug.ui.ILaunchConfigurationTab newTestLogTab(java.lang.String launchConfigurationType)
launchConfigurationType - The launch configuration type. This type is used to determine
the content of the returned Test Log tab.public static org.eclipse.debug.ui.ILaunchConfigurationTab createProfilingTab(boolean attach)
attach - If false, the returned tab should display the
auto-attach option. If true, this option should not be displayed and
the profiler should automatically attach to the process.
|
TPTP 4.4.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||