Eclipse Platform
Release 3.1

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.
 

Methods in org.eclipse.core.variables with parameters of type IStringVariable
 String IStringVariableManager.getContributingPluginId(IStringVariable variable)
          Returns the plugin identifier of the plugin that contributed the given variable via extension or null if the given variable wasn't contributed via extension.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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