|
Eclipse PDE Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.pde.ui.launcher.TestTab
public class TestTab
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.
Constructor Summary | |
---|---|
TestTab()
Constructor to create a new junit test tab |
Method Summary | |
---|---|
void |
activated(ILaunchConfigurationWorkingCopy workingCopy)
|
boolean |
canSave()
|
void |
createControl(Composite parent)
|
void |
deactivated(ILaunchConfigurationWorkingCopy workingCopy)
|
void |
dispose()
|
Control |
getControl()
|
String |
getErrorMessage()
|
String |
getId()
|
Image |
getImage()
|
protected ILaunchConfigurationDialog |
getLaunchConfigurationDialog()
|
String |
getMessage()
|
String |
getName()
|
void |
initializeFrom(ILaunchConfiguration config)
|
boolean |
isValid(ILaunchConfiguration config)
|
void |
performApply(ILaunchConfigurationWorkingCopy config)
|
void |
setDefaults(ILaunchConfigurationWorkingCopy config)
|
void |
setLaunchConfigurationDialog(ILaunchConfigurationDialog dialog)
|
Methods inherited from class org.eclipse.debug.ui.AbstractLaunchConfigurationTab |
---|
createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, getHelpContextId, getLaunchManager, getShell, getUpdateJobDelay, isDirty, launched, scheduleUpdateJob, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setMessage, updateLaunchConfigurationDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestTab()
Method Detail |
---|
public void createControl(Composite parent)
public void initializeFrom(ILaunchConfiguration config)
public void performApply(ILaunchConfigurationWorkingCopy config)
public String getId()
getId
in class AbstractLaunchConfigurationTab
public void activated(ILaunchConfigurationWorkingCopy workingCopy)
activated
in interface ILaunchConfigurationTab
activated
in class AbstractLaunchConfigurationTab
public boolean canSave()
canSave
in interface ILaunchConfigurationTab
canSave
in class AbstractLaunchConfigurationTab
public void deactivated(ILaunchConfigurationWorkingCopy workingCopy)
deactivated
in interface ILaunchConfigurationTab
deactivated
in class AbstractLaunchConfigurationTab
public void dispose()
dispose
in interface ILaunchConfigurationTab
dispose
in class AbstractLaunchConfigurationTab
public String getErrorMessage()
getErrorMessage
in interface ILaunchConfigurationTab
getErrorMessage
in class AbstractLaunchConfigurationTab
public Image getImage()
getImage
in interface ILaunchConfigurationTab
getImage
in class AbstractLaunchConfigurationTab
public String getMessage()
getMessage
in interface ILaunchConfigurationTab
getMessage
in class AbstractLaunchConfigurationTab
public String getName()
public boolean isValid(ILaunchConfiguration config)
isValid
in interface ILaunchConfigurationTab
isValid
in class AbstractLaunchConfigurationTab
public void setDefaults(ILaunchConfigurationWorkingCopy config)
public void setLaunchConfigurationDialog(ILaunchConfigurationDialog dialog)
setLaunchConfigurationDialog
in interface ILaunchConfigurationTab
setLaunchConfigurationDialog
in class AbstractLaunchConfigurationTab
public Control getControl()
getControl
in interface ILaunchConfigurationTab
getControl
in class AbstractLaunchConfigurationTab
protected ILaunchConfigurationDialog getLaunchConfigurationDialog()
getLaunchConfigurationDialog
in class AbstractLaunchConfigurationTab
|
Eclipse PDE Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.