Package org.eclipse.pde.ui.launcher
Class TestTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.pde.ui.launcher.TestTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider
,ILaunchConfigurationTab
,ILaunchConfigurationTab2
The launch configuration tab for JUnit Plug-in Tests. This tab enhances the
JUnitLaunchConfigurationTab
to allow for tests to (optionally)
run on a non-UI thread.
This class may be instantiated but is not intended to be subclassed.
- Since:
- 3.5
- Restriction:
- This class is not intended to be subclassed by clients.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
activated
(ILaunchConfigurationWorkingCopy workingCopy) boolean
canSave()
void
createControl
(Composite parent) void
deactivated
(ILaunchConfigurationWorkingCopy workingCopy) void
dispose()
getId()
getImage()
protected ILaunchConfigurationDialog
getName()
void
initializeFrom
(ILaunchConfiguration config) boolean
isValid
(ILaunchConfiguration config) void
void
void
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, getAttributeLabel, getAttributesLabelsForPrototype, getHelpContextId, getLaunchManager, getShell, getUpdateJobDelay, getWarningMessage, initializeAttributes, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setMessage, setWarningMessage, updateLaunchConfigurationDialog
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.ILaunchConfigurationTab
OkToLeaveTab, postApply
-
Constructor Details
-
TestTab
public TestTab()Constructor to create a new junit test tab
-
-
Method Details
-
createControl
-
initializeFrom
-
performApply
-
getId
- Overrides:
getId
in classAbstractLaunchConfigurationTab
-
activated
- Specified by:
activated
in interfaceILaunchConfigurationTab
- Overrides:
activated
in classAbstractLaunchConfigurationTab
-
canSave
public boolean canSave()- Specified by:
canSave
in interfaceILaunchConfigurationTab
- Overrides:
canSave
in classAbstractLaunchConfigurationTab
-
deactivated
- Specified by:
deactivated
in interfaceILaunchConfigurationTab
- Overrides:
deactivated
in classAbstractLaunchConfigurationTab
-
dispose
public void dispose()- Specified by:
dispose
in interfaceILaunchConfigurationTab
- Overrides:
dispose
in classAbstractLaunchConfigurationTab
-
getErrorMessage
- Specified by:
getErrorMessage
in interfaceILaunchConfigurationTab
- Overrides:
getErrorMessage
in classAbstractLaunchConfigurationTab
-
getImage
- Specified by:
getImage
in interfaceILaunchConfigurationTab
- Overrides:
getImage
in classAbstractLaunchConfigurationTab
-
getMessage
- Specified by:
getMessage
in interfaceILaunchConfigurationTab
- Overrides:
getMessage
in classAbstractLaunchConfigurationTab
-
getName
-
isValid
- Specified by:
isValid
in interfaceILaunchConfigurationTab
- Overrides:
isValid
in classAbstractLaunchConfigurationTab
-
setDefaults
-
setLaunchConfigurationDialog
- Specified by:
setLaunchConfigurationDialog
in interfaceILaunchConfigurationTab
- Overrides:
setLaunchConfigurationDialog
in classAbstractLaunchConfigurationTab
-
getControl
- Specified by:
getControl
in interfaceILaunchConfigurationTab
- Overrides:
getControl
in classAbstractLaunchConfigurationTab
-
getLaunchConfigurationDialog
- Overrides:
getLaunchConfigurationDialog
in classAbstractLaunchConfigurationTab
-