Eclipse JDT
2.1

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

Packages that use IField
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.refactoring Application programming interfaces for rename refactorings. 
 

Uses of IField in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core that return IField
 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.
 

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

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


Eclipse JDT
2.1

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