Uses of Package
org.eclipse.jface.text.contentassist
-
Packages that use org.eclipse.jface.text.contentassist Package Description org.eclipse.jface.contentassist Provides a content assist add-on for implementors ofIContentAssistSubjectControl
.org.eclipse.jface.text.contentassist Provides a content assist add-on for anITextViewer
.org.eclipse.jface.text.link Application programming interfaces for interaction with the Eclipse text editor's linked position support.org.eclipse.jface.text.quickassist This package provides the quick assist assistant add-on for anISourceViewer
.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse text template support.org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.texteditor.spelling Partial infrastructure for spell checking in text editors.org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support. -
Classes in org.eclipse.jface.text.contentassist used by org.eclipse.jface.contentassist Class Description ContentAssistant The standard implementation of theIContentAssistant
interface.ICompletionProposal The interface of completion proposals generated by content assist processors.IContentAssistant AnIContentAssistant
provides support on interactive content completion.IContentAssistantExtension ExtendsIContentAssistant
with the following functions: handle documents with multiple partitions insertion of common completion prefixesIContentAssistantExtension2 ExtendsIContentAssistant
with the following functions: completion listeners repeated invocation mode a local status line for the completion popup control over the behavior when no proposals are availableIContentAssistantExtension3 ExtendsIContentAssistant
with the following function: a key-sequence to listen for in repeated invocation modeIContentAssistantExtension4 ExtendsIContentAssistant
with the following function: allows to get a handler for the given command identifierIContentAssistProcessor A content assist processor proposes completions and computes context information for a particular content type.IContextInformation The interface of context information presented to the user and generated by content assist processors.IContextInformationPresenter A context information presenter determines the presentation of context information depending on a given document position.IContextInformationValidator A context information validator is used to determine if a displayed context information is still valid or should be dismissed. -
Classes in org.eclipse.jface.text.contentassist used by org.eclipse.jface.text.contentassist Class Description BoldStylerProvider ProvidesStyledString.Styler
that applies bold style on the given font.ContentAssistant.AutoAssistListener An implementation ofIContentAssistListener
, this class is used to monitor key events in support of automatic activation of the content assistant.ContentAssistEvent Describes the state that the content assistant is in when completing proposals.ICompletionListener A completion listener is informed before the content assistant computes completion proposals.ICompletionProposal The interface of completion proposals generated by content assist processors.ICompletionProposalSorter AnICompletionProposalSorter
provides support for sorting proposals of a content assistant.IContentAssistant AnIContentAssistant
provides support on interactive content completion.IContentAssistantExtension ExtendsIContentAssistant
with the following functions: handle documents with multiple partitions insertion of common completion prefixesIContentAssistantExtension2 ExtendsIContentAssistant
with the following functions: completion listeners repeated invocation mode a local status line for the completion popup control over the behavior when no proposals are availableIContentAssistantExtension3 ExtendsIContentAssistant
with the following function: a key-sequence to listen for in repeated invocation modeIContentAssistantExtension4 ExtendsIContentAssistant
with the following function: allows to get a handler for the given command identifierIContentAssistProcessor A content assist processor proposes completions and computes context information for a particular content type.IContextInformation The interface of context information presented to the user and generated by content assist processors.IContextInformationValidator A context information validator is used to determine if a displayed context information is still valid or should be dismissed. -
Classes in org.eclipse.jface.text.contentassist used by org.eclipse.jface.text.link Class Description ICompletionProposal The interface of completion proposals generated by content assist processors. -
Classes in org.eclipse.jface.text.contentassist used by org.eclipse.jface.text.quickassist Class Description ICompletionListener A completion listener is informed before the content assistant computes completion proposals.ICompletionProposal The interface of completion proposals generated by content assist processors. -
Classes in org.eclipse.jface.text.contentassist used by org.eclipse.jface.text.source Class Description ICompletionListener A completion listener is informed before the content assistant computes completion proposals.IContentAssistant AnIContentAssistant
provides support on interactive content completion. -
Classes in org.eclipse.jface.text.contentassist used by org.eclipse.jface.text.templates Class Description ICompletionProposal The interface of completion proposals generated by content assist processors.ICompletionProposalExtension ExtendsICompletionProposal
with the following functions: handling of trigger characters other than ENTER completion proposal validation for a given offset context information can be freely positionedICompletionProposalExtension2 ExtendsICompletionProposal
with the following functions: handling of trigger characters with modifiers visual indication for selection of a proposalICompletionProposalExtension3 ExtendsICompletionProposal
with the following functions: provision of a custom information control creator provide a custom completion text and offset for prefix completionIContentAssistProcessor A content assist processor proposes completions and computes context information for a particular content type.IContextInformation The interface of context information presented to the user and generated by content assist processors.IContextInformationValidator A context information validator is used to determine if a displayed context information is still valid or should be dismissed. -
Classes in org.eclipse.jface.text.contentassist used by org.eclipse.ui.texteditor Class Description ContentAssistant The standard implementation of theIContentAssistant
interface.ContentAssistEvent Describes the state that the content assistant is in when completing proposals.ICompletionListener A completion listener is informed before the content assistant computes completion proposals.ICompletionProposal The interface of completion proposals generated by content assist processors.IContentAssistProcessor A content assist processor proposes completions and computes context information for a particular content type.IContextInformation The interface of context information presented to the user and generated by content assist processors.IContextInformationValidator A context information validator is used to determine if a displayed context information is still valid or should be dismissed. -
Classes in org.eclipse.jface.text.contentassist used by org.eclipse.ui.texteditor.spelling Class Description ICompletionProposal The interface of completion proposals generated by content assist processors. -
Classes in org.eclipse.jface.text.contentassist used by org.eclipse.ui.texteditor.templates Class Description IContentAssistProcessor A content assist processor proposes completions and computes context information for a particular content type.