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 |
TooltipInsightData
The
TooltipInsightData interface contains public API
routines for an InsightData model that is based on a list model,
and is used for displaying tooltip (hint) information only. |
Modifier and Type | Method and Description |
---|---|
protected javax.swing.ListModel |
ListInsightView.getListModel(ListInsightData insightData)
Utility routine to fetch the ListModel from the given insight
data instance.
|
Constructor and Description |
---|
TooltipInsightView(ListInsightData insightData)
Constructs a new
TooltipInsightView with the given
insight data, but no cell renderer. |
TooltipInsightView(ListInsightData insightData,
javax.swing.ListCellRenderer renderer)
Constructs a new
TooltipInsightView with the given
insight data and cell renderer. |