| IAccessRule |
Describes an access rule to source and class files on a classpath entry. |
| IBuffer |
A buffer contains the text contents of a resource. |
| IBufferChangedListener |
A listener, which gets notified when the contents of a specific buffer
have changed, or when the buffer is closed. |
| IBufferFactory |
A factory that creates IBuffers for openables. |
| IClassFile |
Represents an entire binary type (single .class file). |
| IClasspathAttribute |
A classpath attribute defines a name/value pair that can be persisted with a classpath entry. |
| IClasspathContainer |
Interface of a classpath container. |
| IClasspathEntry |
An entry on a Java project classpath identifying one or more package fragment
roots. |
| ICodeAssist |
Common protocol for Java elements that support source code assist and code
resolve. |
| ICodeCompletionRequestor |
A completion requestor accepts results as they are computed and is aware
of source positions to complete the various different results. |
| ICodeFormatter |
Specification for a generic source code formatter. |
| ICompilationUnit |
Represents an entire Java compilation unit (source file with one of the
Java-like extensions ). |
| ICompletionRequestor |
A completion requestor accepts results as they are computed and is aware
of source positions to complete the various different results. |
| ICorrectionRequestor |
A callback interface for receiving java problem correction. |
| IElementChangedListener |
An element changed listener receives notification of changes to Java elements
maintained by the Java model. |
| IField |
Represents a field declared in a type. |
| IImportContainer |
Represents an import container is a child of a Java compilation unit that contains
all (and only) the import declarations. |
| IImportDeclaration |
Represents an import declaration in Java compilation unit. |
| IInitializer |
Represents a stand-alone instance or class (static) initializer in a type. |
| IJavaElement |
Common protocol for all elements provided by the Java model. |
| IJavaElementDelta |
A Java element delta describes changes in Java element between two discrete
points in time. |
| IJavaModel |
Represent the root Java element corresponding to the workspace. |
| IJavaModelMarker |
Markers used by the Java model. |
| IJavaModelStatus |
Represents the outcome of an Java model operation. |
| IJavaModelStatusConstants |
Status codes used with Java model status objects. |
| IJavaProject |
A Java project represents a view of a project resource in terms of Java
elements such as package fragments, types, methods and fields. |
| ILocalVariable |
Represents a local variable declared in a method or an initializer. |
| IMember |
Common protocol for Java elements that can be members of types. |
| IMethod |
Represents a method (or constructor) declared in a type. |
| IOpenable |
Common protocol for Java elements that must be opened before they can be
navigated or modified. |
| IPackageDeclaration |
Represents a package declaration in Java compilation unit. |
| IPackageFragment |
A package fragment is a portion of the workspace corresponding to an entire package,
or to a portion thereof. |
| IPackageFragmentRoot |
A package fragment root contains a set of package fragments. |
| IParent |
Common protocol for Java elements that contain other Java elements. |
| IProblemRequestor |
A callback interface for receiving java problem as they are discovered
by some Java operation. |
| IRegion |
A Java model region describes a hierarchical set of elements. |
| ISourceManipulation |
Common protocol for Java elements that support source code manipulations such
as copy, move, rename, and delete. |
| ISourceRange |
A source range defines an element's source coordinates relative to
its source buffer. |
| ISourceReference |
Common protocol for Java elements that have associated source code. |
| IType |
Represents either a source type in a compilation unit (either a top-level
type, a member type, a local type or an anonymous type)
or a binary type in a class file. |
| ITypeHierarchy |
A type hierarchy provides navigations between a type and its resolved
supertypes and subtypes for a specific type or for all types within a region. |
| ITypeHierarchyChangedListener |
A listener which gets notified when a particular type hierarchy object
changes. |
| ITypeParameter |
Represents a type parameter defined by a type of a method
in a compilation unit or a class file. |
| IWorkingCopy |
Common protocol for Java elements that support working copies. |