Uses of Class
gate.swing.XJTable

Packages that use XJTable
gate.annotation   
gate.gui   
gate.swing   
 

Uses of XJTable in gate.annotation
 

Fields in gate.annotation declared as XJTable
private  XJTable CorpusAnnotationDiff.diffTable
          The components that will stay into diffPanel
private  XJTable AnnotationDiff.diffTable
          The components that will stay into diffPanel
 

Uses of XJTable in gate.gui
 

Subclasses of XJTable in gate.gui
 class ResourceParametersEditor
          Allows the editing of a set of parameters for a resource.
 

Fields in gate.gui declared as XJTable
(package private)  XJTable SearchPRViewer.resultsTable
          The table displaying the results
(package private)  XJTable FeaturesEditor.table
           
(package private)  XJTable SerialControllerEditor.loadedPRsTable
          Contains all the PRs loaded in the sytem that are not already part of the serial controller
(package private)  XJTable SerialControllerEditor.memberPRsTable
          Displays the PRs in the controller
protected  XJTable DocumentEditor.annotationsTable
          The table placed below the text display used for showing annotations
 

Uses of XJTable in gate.swing
 

Subclasses of XJTable in gate.swing
 class JTreeTable
          A TreeTable component.