Eclipse Platform
Release 3.6

Uses of Package
org.eclipse.core.variables

Packages that use org.eclipse.core.variables
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. 
 

Classes in org.eclipse.core.variables used by org.eclipse.core.variables
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
IDynamicVariable
          A dynamic variable is a variable whose value is computed dynamically by a resolver at the time a string substitution is performed.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.