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 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 FeaturesEditor.table
           
protected  XJTable DocumentEditor.annotationsTable
          The table placed below the text display used for showing annotations
(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
(package private)  XJTable SearchPRViewer.resultsTable
          The table displaying the results
 

Uses of XJTable in gate.swing
 

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

Constructors in gate.swing with parameters of type XJTable
XJTable.TableSorter()
           
XJTable.TableSorter(TableModel model)
           
XJTable.CustomHeaderRenderer(TableCellRenderer oldRenderer)