Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.javatools.editor.insight.ListInsightData

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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.