Skip navigation links

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

E13403-10


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

Packages that use ListDataItem
oracle.ide.ceditor.insight   
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. 
oracle.jdeveloper.dialogs The Dialogs package contains commonly used dialogs. 
oracle.jdeveloper.java.insight   
oracle.jdevimpl.java.insight   

 

Uses of ListDataItem in oracle.ide.ceditor.insight

 

Subclasses of ListDataItem in oracle.ide.ceditor.insight
 class oracle.ide.ceditor.insight.ListDataItem
           

 

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 SortedInsightInputFilter.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 CamelCaseInsightInputFilter.findClosestDataItem(ListDataItem[] dataList, java.lang.String name)
           
 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.
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[] 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.

 

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.

 

Methods in oracle.javatools.editor.insight with parameters of type ListDataItem
 ListDataItem SortedInsightInputFilter.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 CamelCaseInsightInputFilter.findClosestDataItem(ListDataItem[] dataList, java.lang.String 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.
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 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.
 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.
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[] 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.
 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 SortedInsightInputFilter.sortData(ListDataItem[] dataList)
           
protected abstract  void InsightInputFilter.sortData(ListDataItem[] dataList)
           
protected  void CamelCaseInsightInputFilter.sortData(ListDataItem[] dataList)
           

 

Uses of ListDataItem in oracle.jdeveloper.dialogs

 

Subclasses of ListDataItem in oracle.jdeveloper.dialogs
 class ClassPackageListItem
          An implementation of ListDataItem for use when displaying a class or a package.

 

Uses of ListDataItem in oracle.jdeveloper.java.insight

 

Subclasses of ListDataItem in oracle.jdeveloper.java.insight
 class AnnotationElementValueInsightDataItem
          Class that manages the value for an annotation element.

 

Uses of ListDataItem in oracle.jdevimpl.java.insight

 

Subclasses of ListDataItem in oracle.jdevimpl.java.insight
 class oracle.jdevimpl.java.insight.InsightDataItem
           
 class oracle.jdevimpl.java.insight.WrappedInsightDataItem
           

 


Skip navigation links

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

E13403-10


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