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 | Class and Description |
---|---|
class |
AbstractInsight
The
AbstractInsight class provides some of the common functionality of all Insight implementations, such as handling the delayed timer, trapping of editor commands, displaying of the Insight window, and so on. |
Modifier and Type | Method and Description |
---|---|
boolean |
TooltipInsightView.complete(Insight insight) |
boolean |
ListInsightView.complete(Insight insight) |
boolean |
InsightView.complete(Insight insight)
Command to accept (complete) the current insight selection into the document.
|