Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.javatools.editor.gutter.GutterColumn

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 Gutter.createGutterColumn(java.lang.String columnName, GutterColumnListener listener)
          Creates a new GutterColumn to contain GutterMarks that display icons in the Gutter.
 GutterColumn LineGutterPlugin.createGutterColumn(java.lang.String columnName, GutterColumnListener listener)
          Creates a new GutterColumn that can contain GutterMarks for displaying 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 Gutter.lookupGutterColumn(java.lang.String columnName)
          Fetches the gutter column by name.
 GutterColumn LineGutterPlugin.lookupGutterColumn(java.lang.String columnName)
          Fetches the gutter column by name.

 

Methods in oracle.javatools.editor.gutter with parameters of type GutterColumn
 void Gutter.removeGutterColumn(GutterColumn column)
          Removes an existing column from the Gutter and all of its marks and icons.
 void LineGutterPlugin.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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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