Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
JavaElementLabels.getLocalVariableLabel(ILocalVariable localVariable,
long flags,
StringBuffer buf)
Appends the label for a local variable to a
StringBuffer . |
Modifier and Type | Method and Description |
---|---|
static RenameSupport |
RenameSupport.create(ILocalVariable variable,
String newName,
int flags)
Creates a new rename support for the given
ILocalVariable . |
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.