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.
Method Summary |
Context |
getContext()
Gets the current view context associated with this particular
Code Editor and Gutter. |
getContext
public Context getContext()
- Gets the current view context associated with this particular
Code Editor and Gutter.
- Returns:
- the current view context.
Copyright ©1997, 2003, Oracle. All rights reserved.