Eclipse JDT
2.0

Uses of Package
org.eclipse.jdt.core

Packages that use org.eclipse.jdt.core
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.core.eval Provides support for the evaluation of code snippets in a scrapbook or inside the debugger. 
org.eclipse.jdt.core.search Provides support for searching the workspace Java elements that match a particular description. 
org.eclipse.jdt.debug.ui

Provides an implementation of a source locator for the Java debug model. 

org.eclipse.jdt.launching.sourcelookup Application programming interfaces and classes for Eclipse Java source lookup. 
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. 
 

Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core
ICodeAssist
          Common protocol for Java elements that support source code assist and code resolve.
ICompletionRequestor
          A completion requestor accepts results as they are computed and is aware of source positions to complete the various different results.
IJavaElement
          Common protocol for all elements provided by the Java model.
IMember
          Common protocol for Java elements that can be members of types.
IOpenable
          Common protocol for Java elements that must be opened before they can be navigated or modified.
IParent
          Common protocol for Java elements that contain other Java elements.
ISourceManipulation
          Common protocol for Java elements that support source code manipulations such as copy, move, rename, and delete.
ISourceReference
          Common protocol for Java elements that have associated source code.
IWorkingCopy
          Common protocol for Java elements that support working copies.
JavaModelException
          A checked exception representing a failure in the Java model.
 

Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.eval
JavaModelException
          A checked exception representing a failure in the Java model.
 

Classes in org.eclipse.jdt.core used by org.eclipse.jdt.core.search
JavaModelException
          A checked exception representing a failure in the Java model.
 

Classes in org.eclipse.jdt.core used by org.eclipse.jdt.debug.ui
JavaModelException
          A checked exception representing a failure in the Java model.
 

Classes in org.eclipse.jdt.core used by org.eclipse.jdt.launching.sourcelookup
JavaModelException
          A checked exception representing a failure in the Java model.
 

Classes in org.eclipse.jdt.core used by org.eclipse.jdt.ui
IElementChangedListener
          An element changed listener receives notification of changes to Java elements maintained by the Java model.
JavaModelException
          A checked exception representing a failure in the Java model.
 

Classes in org.eclipse.jdt.core used by org.eclipse.jdt.ui.actions
JavaModelException
          A checked exception representing a failure in the Java model.
 


Eclipse JDT
2.0

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