Package | Description |
---|---|
oracle.javatools | |
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.
|
oracle.jdeveloper.dialogs |
The
Dialogs package contains commonly used dialogs. |
Class and Description |
---|
InsightInputFilter
This class defines the filtering of an insight list based on the user input.
|
ListDataItem
The
ListDataItem can be used as an abstract starting point for data item objects stored in a ListInsightData . |
Class and Description |
---|
AbstractInsight.State |
CamelCaseInsightInputFilter
This class defines the filtering of an insight list based on CamelCase match.
|
Insight
The
Insight interface describes the public API available for programmatically invoking code insight. |
InsightData
The
InsightData interface is the data model that contains the Insight information generated by the InsightProvider implementation. |
InsightInputFilter
This class defines the filtering of an insight list based on the user input.
|
InsightProvider
The
InsightProvider interface describes the public API available for the portion of Insight responsible for looking up Insight assistance information for the user. |
InsightView
The
InsightView interface acts as the view and controller for the Insight. |
ListDataItem
The
ListDataItem can be used as an abstract starting point for data item objects stored in a ListInsightData . |
ListInsightData
The
ListInsightData interface contains public API routines for an InsightData model that is based on a list model (instead of say, a tree model.) The data model provides an additional method for accessing the data through a list interface. |
PrototypeCellProvider
The
PrototypeCellProvider interface defines a way for the JList to obtain a prototype cell for the given list model. |
SortedInsightInputFilter
This class defines the filtering of an insight list based on pure prefix match.
|
TooltipDataItem
The
TooltipDataItem can be used as an abstract starting point for data item objects stored in a TooltipInsightData . |
Class and Description |
---|
ListDataItem
The
ListDataItem can be used as an abstract starting point for data item objects stored in a ListInsightData . |