Extension SDK 10.1.2

Uses of Package
oracle.javatools.editor.plugins

Packages that use oracle.javatools.editor.plugins
oracle.javatools.editor The Editor package is a basic framework for an editor component with syntax highlighting capabilities, built on top of the Swing text framework. 
oracle.javatools.editor.gutter The Line Gutter package is a subset of the Editor package, and contains API for working with a Gutter associated with an editor pane. 
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.javatools.editor.plugins The Plugins package is a subset of the Editor package, and is one way to extend the functionality of an editor pane. 
oracle.jdeveloper.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
 

Classes in oracle.javatools.editor.plugins used by oracle.javatools.editor
EditorPlugin
          The EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework.
 

Classes in oracle.javatools.editor.plugins used by oracle.javatools.editor.gutter
EditorPlugin
          The EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework.
 

Classes in oracle.javatools.editor.plugins used by oracle.javatools.editor.insight
EditorPlugin
          The EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework.
 

Classes in oracle.javatools.editor.plugins used by oracle.javatools.editor.plugins
DropTargetPlugin
          The DropTargetPlugin is an editor plugin which adds drop support to the BasicEditorPane so that it can accept drop operations for Drag-n-Drop.
EditorPlugin
          The EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework.
 

Classes in oracle.javatools.editor.plugins used by oracle.jdeveloper.ceditor
EditorPlugin
          The EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework.
 


Extension SDK

 

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