Package | Description |
---|---|
oracle.javatools.editor.insight |
The Code Insight package is a subset of the Editor package, and is the
starting base for a code insight implementation to provide the user
with code assistance features.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SmartInsightProvider
The
InsightProvider interface describes the public API
available for the portion of Insight responsible for looking up
Insight assistance information for the user. |
Modifier and Type | Method and Description |
---|---|
protected abstract InsightProvider |
AbstractInsight.createInsightProvider()
Creates an InsightProvider to be used with this Insight instance.
|
protected InsightProvider |
AbstractInsight.createSmartInsightProvider()
Creates a "smart" InsightProvider to be used for this Insight instance.
|
protected InsightProvider |
AbstractInsight.getInsightProvider() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractInsight.setInsightProvider(InsightProvider insightProvider) |