Uses of Interface
org.eclipse.core.variables.IDynamicVariable
Packages that use IDynamicVariable
Package
Description
Provides support for defining and contributing variables for the purpose of
string substitution.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
-
Uses of IDynamicVariable in org.eclipse.core.variables
Methods in org.eclipse.core.variables that return IDynamicVariableModifier and TypeMethodDescriptionIStringVariableManager.getDynamicVariable(String name) Returns the dynamic variable with the given name ornullif none.IStringVariableManager.getDynamicVariables()Returns all registered dynamic variables.Methods in org.eclipse.core.variables with parameters of type IDynamicVariableModifier and TypeMethodDescriptionIDynamicVariableResolver.resolveValue(IDynamicVariable variable, String argument) Resolves and returns a value for the specified variable when referenced with the given argument, possiblynull -
Uses of IDynamicVariable in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IDynamicVariableModifier and TypeMethodDescriptionbooleanStringVariableSelectionDialog.VariableFilter.isFiltered(IDynamicVariable var) Returns whether the given variable should be filtered.