|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.gui.DocumentEditor.EventsHandler
All the events from the document or its annotation sets are handled by this inner class.
Nested Class Summary | |
(package private) class |
DocumentEditor.EventsHandler.HighlightsRemover
Helper class that removes one highlight corresponding to an annotation. |
(package private) class |
DocumentEditor.EventsHandler.HihglightsShower
Helper class that highlights a given annotation with the specified style. |
(package private) class |
DocumentEditor.EventsHandler.NodeAdder
Helper class that adds a specified tree node |
(package private) class |
DocumentEditor.EventsHandler.NodeRemover
Helper class that removes one node from the types tree. |
(package private) class |
DocumentEditor.EventsHandler.SetRemovedOperation
Helper class that handles the removal of a named annotation set. |
Constructor Summary | |
(package private) |
DocumentEditor.EventsHandler()
|
Method Summary | |
void |
annotationAdded(AnnotationSetEvent e)
Called when a new Annotation has been added |
void |
annotationRemoved(AnnotationSetEvent e)
Called when an Annotation has been removed |
void |
annotationSetAdded(DocumentEvent e)
Called when a new AnnotationSet has been added |
void |
annotationSetRemoved(DocumentEvent e)
Called when an AnnotationSet has been removed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
DocumentEditor.EventsHandler()
Method Detail |
public void annotationSetAdded(DocumentEvent e)
DocumentListener
AnnotationSet
has been added
annotationSetAdded
in interface DocumentListener
public void annotationSetRemoved(DocumentEvent e)
DocumentListener
AnnotationSet
has been removed
annotationSetRemoved
in interface DocumentListener
public void annotationAdded(AnnotationSetEvent e)
AnnotationSetListener
Annotation
has been added
annotationAdded
in interface AnnotationSetListener
public void annotationRemoved(AnnotationSetEvent e)
AnnotationSetListener
Annotation
has been removed
annotationRemoved
in interface AnnotationSetListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |