Uses of Package
org.eclipse.core.variables
-
Packages that use org.eclipse.core.variables Package Description org.eclipse.core.variables Provides support for defining and contributing variables for the purpose of string substitution.org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.stringsubstitution Provides an interface to select an argument for a string substitution variable. -
Classes in org.eclipse.core.variables used by org.eclipse.core.variables Class Description IDynamicVariable A dynamic variable is a variable whose value is computed dynamically by a resolver at the time a string substitution is performed.IStringVariable A variable that can be referenced in an expression, which resolves to a string value.IStringVariableManager Registry for string variables.IValueVariable A variable with a value that can be set and retrieved.IValueVariableListener A string variable listener is notified of variables as they are added and removed from the string variable manager.VariablesPlugin The plug-in runtime class for the Core Variables plug-in. -
Classes in org.eclipse.core.variables used by org.eclipse.debug.ui Class Description IDynamicVariable A dynamic variable is a variable whose value is computed dynamically by a resolver at the time a string substitution is performed. -
Classes in org.eclipse.core.variables used by org.eclipse.debug.ui.stringsubstitution Class Description IStringVariable A variable that can be referenced in an expression, which resolves to a string value.