Package | Description |
---|---|
oracle.ide.ceditor |
The
Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
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. |
Modifier and Type | Class and Description |
---|---|
protected class |
CodeEditorGutter.CEColumn
Our
CEColumn class so that we can trap mark click
events. |
Modifier and Type | Method and Description |
---|---|
protected LineGutterPlugin.Column |
CodeEditorGutter.createGutterColumnImpl(java.lang.String columnName,
GutterColumnListener listener)
Creates the Column instance only.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<LineGutterPlugin.Column> |
LineGutterPlugin.Column.group
The columns with which this column merges reserved widths, bidirectionally
and recursively.
|
Modifier and Type | Method and Description |
---|---|
protected LineGutterPlugin.Column |
LineGutterPlugin.createGutterColumnImpl(java.lang.String columnName,
GutterColumnListener listener)
Creates the Column instance only.
|