Uses of Interface
org.annotation.gui.UndoListener

Packages that use UndoListener
org.annotation.gui Provides GUI functionality that is used in WordFreak but which is not specific to WordFreak. 
org.annotation.wordfreak.scheme Provides suppot for creating new annotation specifications or annotation schemes within WordFreak. 
 

Uses of UndoListener in org.annotation.gui
 

Methods in org.annotation.gui with parameters of type UndoListener
static void UndoManager.addUndoListener(UndoListener ul)
           
static void UndoManager.removeUndoListener(UndoListener ul)
           
 

Uses of UndoListener in org.annotation.wordfreak.scheme
 

Classes in org.annotation.wordfreak.scheme that implement UndoListener
 class AnnotationScheme
          Annotation schemes define different types of annotation.
 class ConstituentAnnotationScheme
           
 class CoreferenceAnnotationScheme
          Scheme for annotating coreference relationships.
 class DerivativeAnnotationScheme
          Derivative annotation scheme is used to create annotation schemes which create annotations based on existing annotations.
 class DocumentAnnotationScheme
           
 class EntityAnnotationScheme
           
 class GenericAnnotationScheme
           
 class NamedEntityAnnotationScheme
           
 class ParagraphAnnotationScheme
           
 class POSAnnotationScheme
           
 class RelationAnnotationScheme
           
 class SentenceAnnotationScheme
           
 class TextCorrectionAnnotationScheme
           
 class TokenAnnotationScheme
           
 



Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.