Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.editor.gutter
Interface GutterClickListener

All Superinterfaces:
java.util.EventListener

public interface GutterClickListener
extends java.util.EventListener

The GutterClickListener interface can be implemented by clients interested in receiving a notification event for clicks in the Gutter that are not associated with a given GutterMark. If a user clicks on a specific GutterMark, the GutterColumn containing the mark will be notified instead through the GutterColumnListener.

In order to avoid undefined behavior, Only a single (default) click listener can be registered to respond to clicks in the Gutter which are not associated with specific marks. This is not enforced programmatically however.

See Also:
Gutter, GutterColumn, GutterColumnListener

Method Summary
 void lineClicked(Gutter gutter, int clickedLine, java.awt.event.MouseEvent event)
          Notify listeners that the user clicked in the gutter in the given line.
 

Method Detail

lineClicked

void lineClicked(Gutter gutter,
                 int clickedLine,
                 java.awt.event.MouseEvent event)
Notify listeners that the user clicked in the gutter in the given line.

Parameters:
gutter - the Gutter that was clicked
clickedLine - the line that was clicked
event - the mouse event associated with the click

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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