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.
|
Class and 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.
|
Class and Description |
---|
IDynamicVariable
A dynamic variable is a variable whose value is computed dynamically
by a resolver at the time a string substitution is performed.
|
Class and Description |
---|
IStringVariable
A variable that can be referenced in an expression, which resolves to a string
value.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.