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.debug.core.model.IVariable

Packages that use IVariable
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications. 

 

Uses of IVariable in org.eclipse.debug.core.model
 

Subinterfaces of IVariable in org.eclipse.debug.core.model
 interface IRegister
          A register is a special kind of variable that is contained in a register group.
 

Methods in org.eclipse.debug.core.model that return IVariable
  IVariable IIndexedValue. getVariable (int offset)
          Returns the variable at the given offset in this collection.
  IVariable[] IValue. getVariables ()
          Returns the visible variables in this value.
  IVariable[] IStackFrame. getVariables ()
          Returns the visible variables in this stack frame.
  IVariable[] IIndexedValue. getVariables (int offset, int length)
          Returns a subset of the elements in this collection of variables as specified by the given offset and length.
 

Uses of IVariable in org.eclipse.debug.ui.actions
 

Methods in org.eclipse.debug.ui.actions with parameters of type IVariable
 boolean IWatchExpressionFactoryAdapterExtension. canCreateWatchExpression ( IVariable variable)
          Returns whether a watch expression can be created for the specified variable.
  String IWatchExpressionFactoryAdapter. createWatchExpression ( IVariable variable)
          Creates and returns an expression for the specified variable which is used to created an IWatchExpression.
 boolean IVariableValueEditor. editVariable ( IVariable variable, Shell shell)
          Edits the given variable, if appropriate.
 boolean IVariableValueEditor. saveVariable ( IVariable variable, String expression, Shell shell)
          Saves the given expression to the given variable, if appropriate.
 


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