Extension SDK 10.1.2

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

See:
          Description

Interface Summary
Gutter The Gutter interface describes a visual component that is displayed vertically to the left of a BasicEditorPane.
GutterClickListener The GutterClickListener interface should be implemented by clients interested in receiving a notification event when the user clicks in the Gutter with the mouse.
GutterMark The GutterMark is used by the Gutter interface and implementations to mark a specific column and line in the Gutter with an Icon.
GutterTrackingListener The GutterTrackingListener interface should be implemented by clients interested in receiving notification events for tracking GutterMarks.
 

Class Summary
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.
 

Package oracle.javatools.editor.gutter Description

The Line Gutter package is a subset of the Editor package, and contains API for working with a Gutter associated with an editor pane. It also contains a working implementation of a Gutter that displays line numbers (in addition to the icon support of the gutter.)

For more information, please refer to the JavaDoc for the Gutter interface.


Extension SDK

 

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