Eclipse Platform
Release 3.1

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

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

Uses of IDynamicVariable in org.eclipse.core.variables
 

Methods in org.eclipse.core.variables that return IDynamicVariable
 IDynamicVariable[] IStringVariableManager.getDynamicVariables()
          Returns all registered dynamic variables.
 IDynamicVariable IStringVariableManager.getDynamicVariable(String name)
          Returns the dynamic variable with the given name or null if none.
 

Methods in org.eclipse.core.variables with parameters of type IDynamicVariable
 String IDynamicVariableResolver.resolveValue(IDynamicVariable variable, String argument)
          Resolves and returns a value for the specified variable when referenced with the given argument, possibly null
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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