|
Extension SDK 9.0.5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditorPlugin | |
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. |
Uses of EditorPlugin in oracle.javatools.editor |
Classes in oracle.javatools.editor that implement EditorPlugin | |
protected static class |
EmacsAction.Tracker
Protected class for tracking an editor and offset to determine whether to merge possibly consecutive kill actions, or for determining whether previous action was a yank or yank pop. |
Methods in oracle.javatools.editor with parameters of type EditorPlugin | |
void |
BasicEditorPane.installPlugin(EditorPlugin plugin)
This installs an editor plugin into the editor. |
void |
BasicEditorPane.deinstallPlugin(EditorPlugin plugin)
This deinstalls an editor plugin from the editor. |
Uses of EditorPlugin in oracle.javatools.editor.gutter |
Classes in oracle.javatools.editor.gutter that implement EditorPlugin | |
class |
LineGutterPlugin
The LineGutterPlugin is a line gutter which also
implements the Gutter interface that provides clients with
the ability to add or remove icon marks in the gutter associated
with an editor pane. |
Uses of EditorPlugin in oracle.javatools.editor.insight |
Subinterfaces of EditorPlugin in oracle.javatools.editor.insight | |
interface |
Insight
The Insight interface describes the public API
available for programmatically invoking code insight. |
Classes in oracle.javatools.editor.insight that implement EditorPlugin | |
class |
AbstractInsight
The AbstractInsight class provides some of the common
functionality of all Insight implementations, such as handling the
delayed timer, trapping of editor commands, displaying of the
Insight window, and so on. |
Uses of EditorPlugin in oracle.javatools.editor.plugins |
Classes in oracle.javatools.editor.plugins that implement EditorPlugin | |
class |
BraceMatchingPlugin
The BraceMatchingPlugin provides support for brace
matching in languages where the LanguageSupport provides an
implementation of the BraceProvider interface for getting
information about braces specific to a language. |
class |
DragDropPlugin
The DragDropPlugin is an editor plugin which extends
the DropTargetPlugin to support full Drag-N-Drop
functionality for the BasicEditorPane . |
class |
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. |
class |
FindHighlightPlugin
The FindHighlightPlugin provides support for finding
and highlighting occurrences of text. |
class |
LineHighlightPlugin
The LineHighlightPlugin is an editor plugin which
applies a background highlight to the current caret line. |
class |
StatusBarPlugin
The StatusBarPlugin provides a status bar UI component
that works with the BasicEditorPane. |
Uses of EditorPlugin in oracle.jdeveloper.ceditor |
Classes in oracle.jdeveloper.ceditor that implement EditorPlugin | |
class |
DropHandlerPlugin
The DropHandlerPlugin is an abstract class that allows
code editor clients to extend the drop functionality of Drag & Drop
for the code editor to support additional data flavors or even custom
drop behavior. |
class |
EditorStatusBar
The StatusBarPlugin provides a status bar UI component
that works with the BasicEditorPane. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.