Uses of Class
gate.swing.XJTable

Packages that use XJTable
gate.annotation   
gate.gui   
gate.gui.docview   
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
 

Uses of XJTable in gate.gui
 

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

Fields in gate.gui declared as XJTable
protected  XJTable DocumentEditor.annotationsTable
          Deprecated. The table placed below the text display used for showing annotations
protected  XJTable CorpusQualityAssurance.annotationTable
           
protected  XJTable CorpusQualityAssurance.confusionTable
           
protected  XJTable GazetteerEditor.definitionTable
           
protected  XJTable AnnotationDiffGUI.diffTable
           
protected  XJTable CorpusEditor.docTable
           
protected  XJTable CorpusQualityAssurance.document2Table
           
protected  XJTable CorpusQualityAssurance.documentTable
           
private  XJTable LuceneDataStoreSearchGUI.globalStatisticsTable
          Contains statistics for the corpus and the annotation set selected.
protected  XJTable GazetteerEditor.listTable
           
protected  XJTable SerialControllerEditor.loadedPRsTable
          Contains all the PRs loaded in the sytem that are not already part of the serial controller
protected  XJTable PluginManagerUI.mainTable
           
protected  XJTable SerialControllerEditor.memberPRsTable
          Displays the PRs in the controller
private  XJTable LuceneDataStoreSearchGUI.oneRowStatisticsTable
          Contains statistics of one row each.
(package private)  XJTable SearchPRViewer.resultsTable
          The table displaying the results
private  XJTable LuceneDataStoreSearchGUI.resultTable
          Lists the results found by the query
(package private)  XJTable FeaturesEditor.table
           
(package private)  XJTable LuceneDataStoreSearchGUI.HeaderMouseListener.table
           
 

Uses of XJTable in gate.gui.docview
 

Fields in gate.gui.docview declared as XJTable
protected  XJTable OntologyInstanceView.instanceTable
           
(package private)  XJTable AnnotationSetsView.mainTable
           
protected  XJTable OntologyInstanceView.propertyTable
           
protected  XJTable AnnotationListView.table
           
 

Uses of XJTable in gate.swing
 

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