Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.core.variables.IStringVariable

Packages that use IStringVariable
org.eclipse.core.variables Provides support for defining and contributing variables for the purpose of string substitution. 
 

Uses of IStringVariable in org.eclipse.core.variables
 

Subinterfaces of IStringVariable in org.eclipse.core.variables
 interface IDynamicVariable
          A dynamic variable is a variable whose value is computed dynamically by a resolver at the time a string substitution is performed.
 interface IValueVariable
          A variable with a value that can be set and retrieved.
 

Methods in org.eclipse.core.variables that return IStringVariable
 IStringVariable[] IStringVariableManager.getVariables()
          Returns all registered variables.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.