public final class ContentAssistEvent extends Object
Clients may use this class.
ICompletionListener
Modifier and Type | Field and Description |
---|---|
IContentAssistant |
assistant
The content assistant computing proposals.
|
boolean |
isAutoActivated
Tells, whether content assist was triggered by auto activation.
|
IContentAssistProcessor |
processor
The processor for the current partition.
|
public final IContentAssistant assistant
public final IContentAssistProcessor processor
public final boolean isAutoActivated
Note: This flag is only valid in ICompletionListener.assistSessionStarted(ContentAssistEvent)
.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.