Modifier and Type | Method and Description |
---|---|
String |
getConfigID() |
String |
getConfigVarID() |
String |
getName() |
String |
getOptionString() |
String |
getToolName() |
Map<String,String> |
getVarMap() |
void |
initializePane(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(Composite comp)
Create the tab's widgets in the supplied composite
|
void |
makeToolPane(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(ILaunchConfigurationWorkingCopy configuration)
Saves widget values in the tab to the launch configuration
|
void |
setDefaults(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(Object source)
If the object is a tool in this pane update the associated strings and
displays for the object
|
getArgument, getEnvVars
String getConfigID()
String getConfigVarID()
String getName()
String getOptionString()
String getToolName()
Map<String,String> getVarMap()
void initializePane(ILaunchConfiguration configuration) throws CoreException
configuration
- CoreException
boolean isEmbedded()
boolean isVirtual()
void makeToolPane(Composite comp)
comp
- void makeToolPane(Composite comp, ToolPaneListener paneListener)
comp
- paneListener
- void OptUpdate()
void performApply(ILaunchConfigurationWorkingCopy configuration)
configuration
- void setDefaults(ILaunchConfigurationWorkingCopy configuration)
configuration
- void updateOptDisplay()
boolean updateOptField(Object source)
source
- The object being searched for and updated if foundCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.