|
Extension SDK 9.0.5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListInsightData | |
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. |
Uses of ListInsightData in oracle.javatools.editor.insight |
Classes in oracle.javatools.editor.insight that implement ListInsightData | |
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. |
Methods in oracle.javatools.editor.insight with parameters of type ListInsightData | |
protected javax.swing.ListModel |
ListInsightView.getListModel(ListInsightData insightData)
Utility routine to fetch the ListModel from the given insight data instance. |
Constructors in oracle.javatools.editor.insight with parameters of type ListInsightData | |
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. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.