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

E13403-07

Uses of Package
oracle.javatools.editor.insight

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

Classes in oracle.javatools.editor.insight used by oracle.ide.ceditor.insight
ListDataItem
          The ListDataItem can be used as an abstract starting point for data item objects stored in a ListInsightData.
 

Classes in oracle.javatools.editor.insight used by oracle.javatools.editor.insight
AbstractInsight.State
           
CamelCaseInsightInputFilter
          This class defines the filtering of an insight list based on CamelCase match.
Insight
          The Insight interface describes the public API available for programmatically invoking code insight.
InsightData
          The InsightData interface is the data model that contains the Insight information generated by the InsightProvider implementation.
InsightInputFilter
          This class defines the filtering of an insight list based on the user input.
InsightProvider
          The InsightProvider interface describes the public API available for the portion of Insight responsible for looking up Insight assistance information for the user.
InsightView
          The InsightView interface acts as the view and controller for the Insight.
ListDataItem
          The ListDataItem can be used as an abstract starting point for data item objects stored in a ListInsightData.
ListInsightData
          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.
PrototypeCellProvider
          The PrototypeCellProvider interface defines a way for the JList to obtain a prototype cell for the given list model.
SortedInsightInputFilter
          This class defines the filtering of an insight list based on pure prefix match.
TooltipDataItem
          The TooltipDataItem can be used as an abstract starting point for data item objects stored in a TooltipInsightData.
 

Classes in oracle.javatools.editor.insight used by oracle.jdeveloper.dialogs
ListDataItem
          The ListDataItem can be used as an abstract starting point for data item objects stored in a ListInsightData.
 

Classes in oracle.javatools.editor.insight used by oracle.jdeveloper.java.insight
ListDataItem
          The ListDataItem can be used as an abstract starting point for data item objects stored in a ListInsightData.
 

Classes in oracle.javatools.editor.insight used by oracle.jdevimpl.java.insight
ListDataItem
          The ListDataItem can be used as an abstract starting point for data item objects stored in a ListInsightData.
 


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

E13403-07

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