Uses of Interface
gate.util.IdBearer

Packages that use IdBearer
gate This package contains the public interface to the GATE Java API. 
gate.annotation   
gate.gui.docview   
 

Uses of IdBearer in gate
 

Subinterfaces of IdBearer in gate
 interface Annotation
          An Annotation is an arc in an AnnotationSet.
 interface Node
          Nodes in AnnotationSets.
 interface SimpleAnnotation
          An Annotation is an arc in an AnnotationSet.
 

Uses of IdBearer in gate.annotation
 

Classes in gate.annotation that implement IdBearer
 class AnnotationImpl
          Provides an implementation for the interface gate.Annotation
 class NodeImpl
          Provides an implementation for the interface gate.Node.
 

Uses of IdBearer in gate.gui.docview
 

Classes in gate.gui.docview that implement IdBearer
private static class AnnotationStack.StackAnnotation
          Annotation that doesn't belong to an annotation set and with id always equal to -1.