Class TracingTab
java.lang.Object
org.eclipse.debug.ui.AbstractLaunchConfigurationTab
org.eclipse.pde.ui.launcher.AbstractLauncherTab
org.eclipse.pde.ui.launcher.TracingTab
- All Implemented Interfaces:
IPrototypeAttributesLabelProvider, ILaunchConfigurationTab, ILaunchConfigurationTab2
A launch configuration tab that enables tracing and displays all plug-ins that support
tracing.
This class may be instantiated. This class is not intended to be subclassed by clients.
- Since:
- 3.2
- Restriction:
- This class is not intended to be subclassed by clients.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivated(ILaunchConfigurationWorkingCopy workingCopy) voidcreateControl(Composite parent) voiddispose()getId()getImage()getName()protected voidvoidinitializeFrom(ILaunchConfiguration config) voidvoidvoidvoidValidates the data entered on the tab.Methods inherited from class AbstractLauncherTab
createStartingSpace, deactivated, isValid, scheduleUpdateJob, updateLaunchConfigurationDialogMethods inherited from class AbstractLaunchConfigurationTab
canSave, createCheckButton, createPushButton, createRadioButton, createSeparator, createUpdateJob, createVerticalSpacer, getAttributeLabel, getAttributesLabelsForPrototype, getControl, getErrorMessage, getHelpContextId, getLaunchConfigurationDialog, getLaunchManager, getMessage, getShell, getUpdateJobDelay, getWarningMessage, isDirty, launched, setAttribute, setControl, setDirty, setErrorMessage, setHelpContextId, setMessage, setWarningMessageMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ILaunchConfigurationTab
OkToLeaveTab, postApply
-
Constructor Details
-
TracingTab
public TracingTab()Constructor
-
-
Method Details
-
createControl
-
activated
- Specified by:
activatedin interfaceILaunchConfigurationTab- Overrides:
activatedin classAbstractLauncherTab
-
dispose
public void dispose()- Specified by:
disposein interfaceILaunchConfigurationTab- Overrides:
disposein classAbstractLaunchConfigurationTab
-
initializeFrom
-
setLaunchConfigurationDialog
- Specified by:
setLaunchConfigurationDialogin interfaceILaunchConfigurationTab- Overrides:
setLaunchConfigurationDialogin classAbstractLaunchConfigurationTab
-
performApply
-
setDefaults
-
getName
-
getImage
- Specified by:
getImagein interfaceILaunchConfigurationTab- Overrides:
getImagein classAbstractLaunchConfigurationTab
-
validateTab
public void validateTab()Description copied from class:AbstractLauncherTabValidates the data entered on the tab.- Specified by:
validateTabin classAbstractLauncherTab
-
getId
- Overrides:
getIdin classAbstractLaunchConfigurationTab
-
initializeAttributes
protected void initializeAttributes()- Overrides:
initializeAttributesin classAbstractLaunchConfigurationTab
-