Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.javatools.editor.insight
Interface ListInsightData

All Superinterfaces:
InsightData
All Known Implementing Classes:
TooltipInsightData

public interface ListInsightData
extends InsightData

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.

See Also:
InsightData

Method Summary
 javax.swing.ListModel getListModel()
          Fetch a ListModel instance which represents this data model so that it can be displayed in a JList.
 
Methods inherited from interface oracle.javatools.editor.insight.InsightData
complete, getData, getDefault, getMatchingData, getMatchingDataCount, partialComplete
 

Method Detail

getListModel

javax.swing.ListModel getListModel()
Fetch a ListModel instance which represents this data model so that it can be displayed in a JList. The ListModel is pretty generalized (routines for getting size, getting elements, and getting notification of changes), and is convenient for us to use.

Returns:
the ListModel instance representing this data

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

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