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

E13403-03

Uses of Package
oracle.javatools.editor.plugins

Packages that use oracle.javatools.editor.plugins
oracle.ide.ceditor The Code Editor package contains the code editing implementation of the JDeveloper IDE. 
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.folding Provides classes and interfaces for supporting collapsible source code blocks in the code editor. 
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.javatools.editor.popup The Popup Window package is a subset of the Editor package, and is used to display popup windows associated with the editor. 
oracle.jdeveloper.java.browse   
oracle.jdeveloper.java.editing   
 

Classes in oracle.javatools.editor.plugins used by oracle.ide.ceditor
AbstractClickPlugin
          The AbstractClickPlugin is an abstract starting point for an EditorPlugin implementation which provides support for performing some action when the user clicks over certain text in an editor, usually with a modifier key held down.
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
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.folding
AbstractEditorPlugin
          The AbstractEditorPlugin provides a starting point implementation for an editor plugin that provides many of the common methods and fields used by plugins.
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.javatools.editor.popup
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.java.browse
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.java.editing
EditorPlugin
          The EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework.
 


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

E13403-03

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