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

E13403-07

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 can be implemented by clients interested in receiving a notification event for clicks in the Gutter that are not associated with a given GutterMark.
GutterColumn The GutterColumn interface describes the non-visual container that is used for creating GutterMark instances for displaying icons in a Gutter.
GutterColumnListener The GutterColumnListener interface should be implemented by clients interested in receiving notification events associated with GutterMark instances within a GutterColumn.
GutterMark The GutterMark is used by the Gutter interface and implementations to mark a specific line in the Gutter with an Icon.
 

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.
LineGutterPlugin.MarkComparator Comparator for our marks, ordering them by line, then by mark order.
 

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.


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

E13403-07

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