| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfigID() |
java.lang.String |
getConfigVarID() |
java.lang.String |
getName() |
java.lang.String |
getOptionString() |
java.lang.String |
getToolName() |
java.util.Map<java.lang.String,java.lang.String> |
getVarMap() |
void |
initializePane(org.eclipse.debug.core.ILaunchConfiguration configuration)
Initializes the pane's widgets with values from the launch configuration
|
boolean |
isEmbedded()
Returns true if this tab is embedded (managed internally but not displayed), otherwise false.
|
boolean |
isVirtual() |
void |
makeToolPane(org.eclipse.swt.widgets.Composite comp)
Create the tab's widgets in the supplied composite
|
void |
makeToolPane(org.eclipse.swt.widgets.Composite comp,
ToolPaneListener paneListener)
Create the tab's widgets in the supplied composite using the given listener for the widget's activity.
|
void |
OptUpdate()
For every option in this pane, if it is active/selected add its
name/value string to the collection of active values for the whole pane
|
void |
performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
Saves widget values in the tab to the launch configuration
|
void |
setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
Sets the default values in the launch configuration
|
void |
updateOptDisplay()
Places the current string of name/value pairs in the option-display text
box
|
boolean |
updateOptField(java.lang.Object source)
If the object is a tool in this pane update the associated strings and
displays for the object
|
getArgument, getEnvVarsjava.lang.String getConfigID()
java.lang.String getConfigVarID()
java.lang.String getName()
java.lang.String getOptionString()
java.lang.String getToolName()
java.util.Map<java.lang.String,java.lang.String> getVarMap()
void initializePane(org.eclipse.debug.core.ILaunchConfiguration configuration)
throws org.eclipse.core.runtime.CoreException
configuration - org.eclipse.core.runtime.CoreExceptionboolean isEmbedded()
boolean isVirtual()
void makeToolPane(org.eclipse.swt.widgets.Composite comp)
comp - void makeToolPane(org.eclipse.swt.widgets.Composite comp,
ToolPaneListener paneListener)
comp - paneListener - void OptUpdate()
void performApply(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
configuration - void setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy configuration)
configuration - void updateOptDisplay()
boolean updateOptField(java.lang.Object source)
source - The object being searched for and updated if foundCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.