Extension SDK 9.0.5

Uses of Class
oracle.javatools.editor.insight.ListDataItem

Packages that use ListDataItem
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 ListDataItem in oracle.javatools.editor.insight
 

Fields in oracle.javatools.editor.insight declared as ListDataItem
static ListDataItem[] ListDataItemListModel.EMPTY_LIST
          Singleton empty list.
 

Methods in oracle.javatools.editor.insight that return ListDataItem
 ListDataItem ListDataItemListModel.findClosestDataItem(java.lang.String name)
          Utility routine to find the ListDataItem with display name, as returned by getName() that is closest to the provided name.
 ListDataItem[] ListDataItemListModel.getMatchingData(java.lang.String prefix)
          Utility routine which fetches the subset of data items in this list model that starts with the given prefix specified.
 

Methods in oracle.javatools.editor.insight with parameters of type ListDataItem
protected  void ListDataItemListModel.sortData(ListDataItem[] dataList)
          Utility routine to perform an in-place sort of ListDataItems in the provided array.
 

Constructors in oracle.javatools.editor.insight with parameters of type ListDataItem
ListDataItemListModel(ListDataItem[] data)
          Constructs a new ListDataItemListModel using the data elements specified.
 


Extension SDK

 

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