Package | Description |
---|---|
org.eclipse.jface.databinding.fieldassist |
Provides classes that bridge between data binding and the JFace Fieldassist framework.
|
org.eclipse.jface.fieldassist |
Provides classes that help communicate proper content for fields in dialogs and wizards.
|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.ui.fieldassist |
Classes that provide workbench-level UI support for content assistance
and common workbench field decorations.
|
Class and Description |
---|
ControlDecoration
ControlDecoration renders an image decoration near a control.
|
Class and Description |
---|
ContentProposalAdapter
ContentProposalAdapter can be used to attach content proposal behavior to a
control.
|
FieldDecoration
FieldDecoration is a simple data structure class for specifying a decoration
for a field.
|
FieldDecorationRegistry
FieldDecorationRegistry is a common registry used to define shared field
decorations within an application.
|
IContentProposal
IContentProposal describes a content proposal to be shown.
|
IContentProposalListener
This interface is used to listen to notifications from a
ContentProposalAdapter . |
IContentProposalListener2
This interface is used to listen to additional notifications from a
ContentProposalAdapter . |
IContentProposalProvider
IContentProposalProvider provides an array of IContentProposals that are
appropriate for a textual dialog field, given the field's current content and
the current cursor position.
|
IControlContentAdapter
This interface is used to set and retrieve text content from an arbitrary
control.
|
IControlContentAdapter2
This interface is used by a
ContentProposalAdapter in order to
retrieve and set the selection range in a control. |
IControlCreator
Deprecated.
As of 3.3, clients should use
ControlDecoration instead
of DecoratedField . |
Class and Description |
---|
IContentProposal
IContentProposal describes a content proposal to be shown.
|
IContentProposalProvider
IContentProposalProvider provides an array of IContentProposals that are
appropriate for a textual dialog field, given the field's current content and
the current cursor position.
|
Class and Description |
---|
ContentProposalAdapter
ContentProposalAdapter can be used to attach content proposal behavior to a
control.
|
DecoratedField
Deprecated.
As of 3.3, clients should use
ControlDecoration instead. |
IContentProposalProvider
IContentProposalProvider provides an array of IContentProposals that are
appropriate for a textual dialog field, given the field's current content and
the current cursor position.
|
IControlContentAdapter
This interface is used to set and retrieve text content from an arbitrary
control.
|
IControlCreator
Deprecated.
As of 3.3, clients should use
ControlDecoration instead
of DecoratedField . |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.