org.netbeans.modules.editor.lib/3 3.23.0 19

org.netbeans.editor
Interface Annotations.AnnotationsListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
GlyphGutter
Enclosing class:
Annotations

public static interface Annotations.AnnotationsListener
extends EventListener

Listener for listening on changes in Annotations object.


Method Summary
 void changedAll()
          It is not possible to trace what have changed and so the listeners are only informed that something has changed and that the change must be reflected somehow (most probably by complete redraw).
 void changedLine(int Line)
          This method is fired when annotations on the line are changed - annotation was added, removed, changed, etc.
 

Method Detail

changedLine

void changedLine(int Line)
This method is fired when annotations on the line are changed - annotation was added, removed, changed, etc.


changedAll

void changedAll()
It is not possible to trace what have changed and so the listeners are only informed that something has changed and that the change must be reflected somehow (most probably by complete redraw).


org.netbeans.modules.editor.lib/3 3.23.0 19

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.