com.intellij.openapi.editor.markup
Interface ActiveGutterRenderer

All Superinterfaces:
LineMarkerRenderer

public interface ActiveGutterRenderer
extends LineMarkerRenderer

Interface which should be implemented in order to paint custom markers in the line marker area (over the folding area) and process mouse events on the markers.


Method Summary
 void doAction(Editor editor, java.awt.event.MouseEvent e)
          Processes a mouse released event on the marker.
 
Methods inherited from interface com.intellij.openapi.editor.markup.LineMarkerRenderer
paint
 

Method Detail

doAction

void doAction(Editor editor,
              java.awt.event.MouseEvent e)
Processes a mouse released event on the marker.

Parameters:
editor - the editor to which the marker belongs.
e - the mouse event instance.