Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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 plug-in identifier of the plug-in that contributed the given variable via extension or null if the given variable wasn't contributed via extension.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire