Package | Description |
---|---|
org.eclipse.jface.text.quickassist |
This package provides the quick assist assistant add-on for an ISourceViewer.
|
Modifier and Type | Method and Description |
---|---|
IQuickAssistProcessor |
IQuickAssistAssistant.getQuickAssistProcessor()
Returns the quick assist processor to be used for the given content type.
|
IQuickAssistProcessor |
QuickAssistAssistant.getQuickAssistProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
IQuickAssistAssistant.setQuickAssistProcessor(IQuickAssistProcessor processor)
Registers a given quick assist processor for a particular content type.
|
void |
QuickAssistAssistant.setQuickAssistProcessor(IQuickAssistProcessor processor) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.