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 JDT
Release 3.5

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 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. 
 

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
 

Methods in org.eclipse.jdt.ui with parameters of type IField
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.
 

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

Methods in org.eclipse.jdt.ui.actions with parameters of type IField
 void SelfEncapsulateFieldAction. run ( IField field)
           
 

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
Release 3.5

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire