Package | Description |
---|---|
org.eclipse.jdt.core |
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
|
org.eclipse.jdt.ui |
Application programming interfaces for interaction
with the Eclipse Java User Interface.
|
org.eclipse.jdt.ui.actions |
Application programming interfaces for Eclipse Java User Interface specific
actions.
|
org.eclipse.jdt.ui.refactoring |
Application programming interfaces for rename refactorings.
|
Modifier and Type | Method and Description |
---|---|
IField |
IType.createField(String contents,
IJavaElement sibling,
boolean force,
IProgressMonitor monitor)
Creates and returns a field in this type with the
given contents.
|
IField |
IType.getField(String name)
Returns the field with the specified name
in this type (for example,
"bar" ). |
IField[] |
IType.getFields()
Returns the fields declared by this type in the order in which they appear
in the source or class file.
|
Modifier and Type | Method and Description |
---|---|
static void |
JavaElementLabels.getFieldLabel(IField field,
long flags,
StringBuffer buf)
Appends the label for a field to a
StringBuffer . |
static void |
JavaElementLabels.getFieldLabel(IField field,
long flags,
StyledString result)
Appends the style label for a field to a
StyledString . |
Modifier and Type | Method and Description |
---|---|
void |
SelfEncapsulateFieldAction.run(IField field) |
Modifier and Type | Method and Description |
---|---|
static RenameSupport |
RenameSupport.create(IField field,
String newName,
int flags)
Creates a new rename support for the given
IField . |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.