org.eclipse.jface.internal.text.link.contentassist |
Linked Position Infrastructure - Internal Copy of Content Assistant
This package is a modified copy of org.eclipse.jface.text.contentassist that supports the linked mode proposals.
This package is internal and may disappear if the changes are merged with the API content assist package. Subject to change without notice.
|
Java Source File Name | Type | Comment |
AdditionalInfoController2.java | Class | Displays the additional information available for a completion proposal. |
CompletionProposalPopup2.java | Class | This class is used to present proposals to the user. |
ContentAssistant2.java | Class | A custom implementation of the IContentAssistant interface.
This implementation is used by the linked mode UI. |
ContentAssistMessages.java | Class | Helper class to get NLSed messages. |
ContextInformationPopup2.java | Class | This class is used to present context information to the user.
If multiple contexts are valid at the current cursor location,
a list is presented from which the user may choose one context.
Once the user makes their choice, or if there was only a single
possible context, the context information is shown in a tooltip like popup. |
Helper2.java | Class | Helper class for testing widget state. |
IContentAssistListener2.java | Interface | An interface whereby listeners can not only receive key events,
but can also consume them to prevent subsequent listeners from
processing the event. |
IProposalListener.java | Interface | |
LineBreakingReader.java | Class | |
PopupCloser2.java | Class | A generic closer class used to monitor various
interface events in order to determine whether
a content assistant should be terminated and all
associated windows be closed. |