|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IToolUITab
| Method Summary | |
|---|---|
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(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(java.lang.Object source)
If the object is a tool in this pane update the associated strings and displays for the object |
| Methods inherited from interface org.eclipse.ptp.etfw.toolopts.IAppInput |
|---|
getArgument, getEnvVars |
| Method Detail |
|---|
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(ILaunchConfiguration configuration)
throws CoreException
configuration -
CoreExceptionboolean 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(java.lang.Object source)
source - The object being searched for and updated if found
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||