Eclipse JDT
Release 3.1

Uses of Interface
org.eclipse.jdt.core.ILocalVariable

Packages that use ILocalVariable
org.eclipse.jdt.ui Application programming interfaces for interaction with the Eclipse Java User Interface.  
org.eclipse.jdt.ui.refactoring Application programming interfaces for rename refactorings.  
 

Uses of ILocalVariable in org.eclipse.jdt.ui
 

Methods in org.eclipse.jdt.ui with parameters of type ILocalVariable
static void JavaElementLabels.getLocalVariableLabel(ILocalVariable localVariable, long flags, StringBuffer buf)
          Appends the label for a local variable to a StringBuffer.
 

Uses of ILocalVariable in org.eclipse.jdt.ui.refactoring
 

Methods in org.eclipse.jdt.ui.refactoring with parameters of type ILocalVariable
static RenameSupport RenameSupport.create(ILocalVariable variable, String newName, int flags)
          Creates a new rename support for the given ILocalVariable.
 


Eclipse JDT
Release 3.1

Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.