Extension SDK 10.1.2

Uses of Interface
oracle.javatools.editor.insight.InsightData

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

Subinterfaces of InsightData in oracle.javatools.editor.insight
 interface 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.
 

Classes in oracle.javatools.editor.insight that implement InsightData
 class TooltipInsightData
          The TooltipInsightData interface contains public API routines for an InsightData model that is based on a list model, and is used for displaying tooltip (hint) information only.
 

Methods in oracle.javatools.editor.insight that return InsightData
 InsightData TooltipInsightView.getData()
          Fetches the InsightData that is the data model associated with this particular view.
 InsightData InsightView.getData()
          Fetches the InsightData that is the data model associated with this particular view.
 InsightData ListInsightView.getData()
          Fetches the InsightData that is the data model associated with this particular view.
 InsightData InsightProvider.getInsightData(BasicEditorPane editorPane)
          Performs a search for insight information using the document and caret position in the given editor pane.
 InsightData InsightProvider.updateInsightData(BasicEditorPane editorPane, InsightData lastData)
          Requests an update of Insight information following a document or caret change in the editor.
 

Methods in oracle.javatools.editor.insight with parameters of type InsightData
 void TooltipInsightView.setData(InsightData newData)
          Sets the InsightData data model which should be displayed by this view.
 void InsightView.setData(InsightData insightData)
          Sets the InsightData data model which should be displayed by this view.
 void ListInsightView.setData(InsightData newData)
          Sets the InsightData data model which should be displayed by this view.
 InsightData InsightProvider.updateInsightData(BasicEditorPane editorPane, InsightData lastData)
          Requests an update of Insight information following a document or caret change in the editor.
protected  boolean AbstractInsight.isExactMatchSupported(InsightData data)
          Fetch whether exact match completion should be enabled for the given insight data instance.
protected  boolean AbstractInsight.isExactMatch(InsightData data)
          Fetch whether the current insight data instance represents an exact match.
 


Extension SDK

 

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