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
 

Fields in gate.gui declared as XJTable
protected  XJTable AnnotationEditor.annotationsTable
          The table placed below the text display used for showing annotations
(package private)  XJTable ApplicationViewer.modulesTable
           
(package private)  XJTable FeaturesEditor.table
           
(package private)  XJTable NewResourceDialog.table
           
 

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)