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 Interface
oracle.javatools.editor.insight.InsightProvider

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

 

Subinterfaces of InsightProvider in oracle.javatools.editor.insight
 interface SmartInsightProvider
          The InsightProvider interface describes the public API available for the portion of Insight responsible for looking up Insight assistance information for the user.

 

Methods in oracle.javatools.editor.insight that return InsightProvider
protected abstract  InsightProvider AbstractInsight.createInsightProvider()
          Creates an InsightProvider to be used with this Insight instance.
protected  InsightProvider AbstractInsight.createSmartInsightProvider()
          Creates a "smart" InsightProvider to be used for this Insight instance.
protected  InsightProvider AbstractInsight.getInsightProvider()
           

 

Methods in oracle.javatools.editor.insight with parameters of type InsightProvider
protected  void AbstractInsight.setInsightProvider(InsightProvider insightProvider)
           

 


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.