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 Class
oracle.javatools.editor.insight.ListDataItem

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

 

Methods in oracle.javatools that return ListDataItem
 ListDataItem CamelCaseOrContainsInputFilter.findClosestDataItem(ListDataItem[] dataList, java.lang.String name)
           
 ListDataItem[] CamelCaseOrContainsInputFilter.getMatchingData(ListDataItem[] dataList, java.lang.String prefix)
           

 

Methods in oracle.javatools with parameters of type ListDataItem
 ListDataItem CamelCaseOrContainsInputFilter.findClosestDataItem(ListDataItem[] dataList, java.lang.String name)
           
 java.lang.String CamelCaseOrContainsInputFilter.findCommonPrefix(ListDataItem[] dataList, java.lang.String name)
           
 ListDataItem[] CamelCaseOrContainsInputFilter.getMatchingData(ListDataItem[] dataList, java.lang.String prefix)
           
protected  void CamelCaseOrContainsInputFilter.sortData(ListDataItem[] dataList)
           

 

Uses of ListDataItem in oracle.javatools.editor.insight

 

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

 

Methods in oracle.javatools.editor.insight that return ListDataItem
 ListDataItem CamelCaseInsightInputFilter.findClosestDataItem(ListDataItem[] dataList, java.lang.String name)
           
abstract  ListDataItem InsightInputFilter.findClosestDataItem(ListDataItem[] dataList, 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 SortedInsightInputFilter.findClosestDataItem(ListDataItem[] dataList, java.lang.String name)
           
 ListDataItem[] CamelCaseInsightInputFilter.getMatchingData(ListDataItem[] dataList, java.lang.String prefix)
          Utility routine which fetches the subset of data items in this list model that match with the given CamelCase pattern specified.
abstract  ListDataItem[] InsightInputFilter.getMatchingData(ListDataItem[] dataList, java.lang.String prefix)
          Utility routine which fetches the subset of data items in this list model that starts with the given prefix specified.
 ListDataItem[] SortedInsightInputFilter.getMatchingData(ListDataItem[] dataList, 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 that return types with arguments of type ListDataItem
 java.util.Comparator<ListDataItem> CamelCaseInsightInputFilter.getComparator(java.lang.String prefix)
          Returns the comparator suitable to sort a list according the that prefix.
 java.util.ArrayList<ListDataItem> CamelCaseInsightInputFilter.getMatchingDataList(ListDataItem[] dataList, java.lang.String prefix)
           

 

Methods in oracle.javatools.editor.insight with parameters of type ListDataItem
 ListDataItem CamelCaseInsightInputFilter.findClosestDataItem(ListDataItem[] dataList, java.lang.String name)
           
abstract  ListDataItem InsightInputFilter.findClosestDataItem(ListDataItem[] dataList, 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 SortedInsightInputFilter.findClosestDataItem(ListDataItem[] dataList, java.lang.String name)
           
 java.lang.String CamelCaseInsightInputFilter.findCommonPrefix(ListDataItem[] dataList, java.lang.String prefix)
          Utility routine to find the common prefix of ListDataItems the data list that begin with the specified name.
abstract  java.lang.String InsightInputFilter.findCommonPrefix(ListDataItem[] dataList, java.lang.String name)
          Utility routine to find the common prefix of ListDataItems the data list that begin with the specified name.
 java.lang.String SortedInsightInputFilter.findCommonPrefix(ListDataItem[] dataList, java.lang.String name)
          Utility routine to find the common prefix of ListDataItems the data list that begin with the specified name.
 ListDataItem[] CamelCaseInsightInputFilter.getMatchingData(ListDataItem[] dataList, java.lang.String prefix)
          Utility routine which fetches the subset of data items in this list model that match with the given CamelCase pattern specified.
abstract  ListDataItem[] InsightInputFilter.getMatchingData(ListDataItem[] dataList, java.lang.String prefix)
          Utility routine which fetches the subset of data items in this list model that starts with the given prefix specified.
 ListDataItem[] SortedInsightInputFilter.getMatchingData(ListDataItem[] dataList, java.lang.String prefix)
          Utility routine which fetches the subset of data items in this list model that starts with the given prefix specified.
 java.util.ArrayList<ListDataItem> CamelCaseInsightInputFilter.getMatchingDataList(ListDataItem[] dataList, java.lang.String prefix)
           
 void CamelCaseInsightInputFilter.sort(ListDataItem[] listDataItems, java.lang.String prefix)
          Sort the list based on the input: If the user started with a lowercase, put the lowercase first.
protected  void CamelCaseInsightInputFilter.sortData(ListDataItem[] dataList)
           
protected abstract  void InsightInputFilter.sortData(ListDataItem[] dataList)
           
protected  void SortedInsightInputFilter.sortData(ListDataItem[] dataList)
           

 


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.