Uses of Interface
org.eclipse.core.variables.IStringVariable
Packages that use IStringVariable
Package
Description
Provides support for defining and contributing variables for the purpose of
string substitution.
Provides an interface to select an argument for a string substitution variable.
-
Uses of IStringVariable in org.eclipse.core.variables
Subinterfaces of IStringVariable in org.eclipse.core.variablesModifier and TypeInterfaceDescriptioninterface
A dynamic variable is a variable whose value is computed dynamically by a resolver at the time a string substitution is performed.interface
A variable with a value that can be set and retrieved.Methods in org.eclipse.core.variables that return IStringVariableModifier and TypeMethodDescriptionIStringVariableManager.getVariables()
Returns all registered variables.Methods in org.eclipse.core.variables with parameters of type IStringVariableModifier and TypeMethodDescriptionIStringVariableManager.getContributingPluginId
(IStringVariable variable) Returns the plug-in identifier of the plug-in that contributed the given variable via extension ornull
if the given variable wasn't contributed via extension. -
Uses of IStringVariable in org.eclipse.debug.ui.stringsubstitution
Methods in org.eclipse.debug.ui.stringsubstitution with parameters of type IStringVariableModifier and TypeMethodDescriptionIArgumentSelector.selectArgument
(IStringVariable variable, Shell shell) Selects and returns an argument for the given variable, ornull
if none.