Extension SDK

oracle.jdeveloper.ceditor
Interface CodeEditorGutter

All Superinterfaces:
Gutter

public interface CodeEditorGutter
extends Gutter

The CodeEditorGutter interface is an extension of the editor's Gutter interface to integrate with the JDev environment and provide Context information for other Addins.


Field Summary
 
Fields inherited from interface oracle.javatools.editor.gutter.Gutter
DEFAULT_WIDTH, MAXIMUM_WIDTH, MINIMUM_WIDTH
 
Method Summary
 Context getContext()
          Gets the current view context associated with this particular Code Editor and Gutter.
 
Methods inherited from interface oracle.javatools.editor.gutter.Gutter
addColumn, addColumn, addGutterClickListener, addGutterMark, removeAllColumns, removeColumn, removeGutterClickListener, removeGutterMark
 

Method Detail

getContext

public Context getContext()
Gets the current view context associated with this particular Code Editor and Gutter.

Returns:
the current view context.

Extension SDK

 

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