Extension SDK 10.1.2

Package 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.

See:
          Description

Interface Summary
EditorPlugin The EditorPlugin interface describes the routines that an editor plugin must implement to integrate with the editor framework.
 

Class Summary
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.
DragDropPlugin The DragDropPlugin is an editor plugin which extends the DropTargetPlugin to support full Drag-N-Drop functionality for the BasicEditorPane.
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.
FindHighlightPlugin The FindHighlightPlugin provides support for finding and highlighting occurrences of text.
LineHighlightPlugin The LineHighlightPlugin is an editor plugin which applies a background highlight to the current caret line.
StatusBarPlugin The StatusBarPlugin provides a status bar UI component that works with the BasicEditorPane.
StatusBarPlugin.StatusBarCell The StatusBarCell is just a label that can be added to our status bar which takes care of making sure that its size remains fairly constant for the types of strings which can contain it (otherwise, it looks pretty bad for the cells to be changing in width, say when you switch between insert and overwrite mode.)
 

Package oracle.javatools.editor.plugins Description

The Plugins package is a subset of the Editor package, and is one way to extend the functionality of an editor pane. Implementations are available here for brace matching and for drag and drop.

For more information about the plugin API, refer to the EditorPlugin interface.


Extension SDK

 

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