Eclipse JDT
2.0

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

See:
          Description

Interface Summary
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).
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 Deprecated. Use an ICompletionRequestor instead
ICodeFormatter Specification for a generic source code formatter.
ICompilationUnit Represents an entire Java compilation unit (.java source file).
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.
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 or a member 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.
IWorkingCopy Common protocol for Java elements that support working copies.
 

Class Summary
BufferChangedEvent A buffer changed event describes how a buffer has changed.
ClasspathContainerInitializer Abstract base implementation of all classpath container initializer.
ClasspathVariableInitializer Abstract base implementation of all classpath variable initializers.
CompletionRequestorAdapter Adapter of the requestor interface ICompletionRequestor.
CorrectionEngine This class is the entry point for source corrections.
ElementChangedEvent An element changed event describes a change to the structure or contents of a tree of Java elements.
Flags Utility class for decoding modifier flags in Java elements.
JavaConventions Provides methods for checking Java-specific conventions such as name syntax.
JavaCore The plug-in runtime class for the Java model plug-in containing the core (UI-free) support for Java projects.
Signature Provides methods for encoding and decoding type and method signature strings.
ToolFactory Factory for creating various compiler tools, such as scanners, parsers and compilers.
 

Exception Summary
JavaModelException A checked exception representing a failure in the Java model.
 

Package org.eclipse.jdt.core Description

The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program.

Package Specification


This package contains the Java model classes, which implement Java specific behaviour for resources and further decompose java resources into model elements.


Eclipse JDT
2.0

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