Package org.eclipse.jdt.ui.text.java
package org.eclipse.jdt.ui.text.java
Application programming interfaces for interaction
with the Eclipse Java User Interface.
Package Specification
Interfaces used with the java doc completion, quick fix and quick assist processor extension points.-
ClassDescriptionAbstract base class for sorters contributed to the
org.eclipse.jdt.ui.javaCompletionProposalSorters
extension point.Class to be implemented by contributors to the extension pointorg.eclipse.jdt.ui.classpathFixProcessors
.A proposal to fix a class path issue.Java UI implementation ofCompletionRequestor
.Comparator for java completion proposals.Provides labels for java content assist proposals.Describes the context of an invocation of content assist in a text viewer.A completion proposal with a relevance value.Computes completions and context information displayed by the Java editor content assistant.Deprecated.Interface to be implemented by contributors to the extension pointorg.eclipse.jdt.ui.quickAssistProcessors
.Interface to be implemented by contributors to the extension pointorg.eclipse.jdt.ui.quickFixProcessors
.Describes the context of a content assist invocation in a Java editor.
org.eclipse.jdt.ui.javaCompletionProposalComputer
extension-point.