gate.gui.docview
Class AnnotationStack.StackRow

java.lang.Object
  extended by gate.gui.docview.AnnotationStack.StackRow
Enclosing class:
AnnotationStack

 class AnnotationStack.StackRow
extends Object

A row of annotations in the stack.


Field Summary
(package private)  Set<AnnotationStack.StackAnnotation> annotations
           
(package private)  int crop
           
(package private)  String feature
           
(package private)  JButton lastColumnButton
           
(package private)  String set
           
(package private)  String shortcut
           
(package private)  String type
           
 
Constructor Summary
AnnotationStack.StackRow(String set, String type, String feature, JButton lastColumnButton, String shortcut, int crop)
           
 
Method Summary
 void addAnnotation(AnnotationStack.StackAnnotation annotation)
           
 Set<AnnotationStack.StackAnnotation> getAnnotations()
           
 int getCrop()
           
 String getFeature()
           
 JButton getLastColumnButton()
           
 String getSet()
           
 String getShortcut()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set

String set

type

String type

feature

String feature

annotations

Set<AnnotationStack.StackAnnotation> annotations

lastColumnButton

JButton lastColumnButton

shortcut

String shortcut

crop

int crop
Constructor Detail

AnnotationStack.StackRow

AnnotationStack.StackRow(String set,
                         String type,
                         String feature,
                         JButton lastColumnButton,
                         String shortcut,
                         int crop)
Method Detail

getSet

public String getSet()

getType

public String getType()

getFeature

public String getFeature()

getAnnotations

public Set<AnnotationStack.StackAnnotation> getAnnotations()

getLastColumnButton

public JButton getLastColumnButton()

getShortcut

public String getShortcut()

getCrop

public int getCrop()

addAnnotation

public void addAnnotation(AnnotationStack.StackAnnotation annotation)