Extension SDK 10.1.2


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

Packages that use GutterTrackingListener
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 GutterTrackingListener in oracle.javatools.editor.gutter

 

Methods in oracle.javatools.editor.gutter with parameters of type GutterTrackingListener
 GutterMark LineGutterPlugin.addGutterMark(java.lang.String columnName, int line, javax.swing.Icon icon, HighlightStyle highlightStyle, GutterTrackingListener listener)
          Adds a new GutterMark to the specified column for the specified line.
 GutterMark Gutter.addGutterMark(java.lang.String columnName, int line, javax.swing.Icon icon, HighlightStyle highlightStyle, GutterTrackingListener listener)
          Adds a new GutterMark to the specified column for the specified line.

 


Extension SDK


 

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