Class ContentAssistEvent
java.lang.Object
org.eclipse.jface.text.contentassist.ContentAssistEvent
Describes the state that the content assistant is in when completing proposals.
Clients may use this class.
- Since:
- 3.2
- See Also:
- Restriction:
- This class is not intended to be instantiated by clients.
-
Field Summary
Modifier and TypeFieldDescriptionfinal IContentAssistant
The content assistant computing proposals.final boolean
Tells, whether content assist was triggered by auto activation.final IContentAssistProcessor
The processor for the current partition. -
Method Summary
-
Field Details
-
assistant
The content assistant computing proposals. -
processor
The processor for the current partition. -
isAutoActivated
public final boolean isAutoActivatedTells, whether content assist was triggered by auto activation.Note: This flag is only valid in
ICompletionListener.assistSessionStarted(ContentAssistEvent)
.- Since:
- 3.4
-