|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GutterColumn | |
---|---|
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. |
Uses of GutterColumn in oracle.ide.ceditor |
---|
Classes in oracle.ide.ceditor that implement GutterColumn | |
---|---|
protected class |
CodeEditorGutter.CEColumn Our CEColumn class so that we can trap mark click events. |
Methods in oracle.ide.ceditor with parameters of type GutterColumn | |
---|---|
static CodeEditorGutter |
CodeEditorGutter.getGutterFor(GutterColumn column) Utility routine to fetch the CodeEditorGutter instance from the given column. |
Uses of GutterColumn in oracle.javatools.editor.gutter |
---|
Classes in oracle.javatools.editor.gutter that implement GutterColumn | |
---|---|
class |
LineGutterPlugin.Column This is our implementation of the GutterColumn interface that acts as a container for GutterMarks. |
Methods in oracle.javatools.editor.gutter that return GutterColumn | |
---|---|
GutterColumn |
LineGutterPlugin.createGutterColumn(java.lang.String columnName, GutterColumnListener listener) Creates a new GutterColumn that can contain GutterMarks for displaying icons in the Gutter . |
GutterColumn |
Gutter.createGutterColumn(java.lang.String columnName, GutterColumnListener listener) Creates a new GutterColumn to contain GutterMarks that display icons in the Gutter . |
GutterColumn |
GutterMark.getGutterColumn() Fetches the GutterColumn that this mark was created in |
GutterColumn |
LineGutterPlugin.Column.Mark.getGutterColumn() Fetches the GutterColumn that this mark was created in |
GutterColumn |
LineGutterPlugin.lookupGutterColumn(java.lang.String columnName) Fetches the gutter column by name. |
GutterColumn |
Gutter.lookupGutterColumn(java.lang.String columnName) Fetches the gutter column by name. |
Methods in oracle.javatools.editor.gutter with parameters of type GutterColumn | |
---|---|
void |
LineGutterPlugin.removeGutterColumn(GutterColumn column) Removes an existing column from the Gutter and all of its marks and icons. |
void |
Gutter.removeGutterColumn(GutterColumn column) Removes an existing column from the Gutter and all of its marks and icons. |
protected int |
LineGutterPlugin.reservedColumnWidth(GutterColumn column) Gets the width to be reserved for a column, or 0 if none. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |