GATE
Version 3.1-2270

Uses of Class
gate.swing.XJTable

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

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
protected  XJTable DocumentEditor.annotationsTable
          The table placed below the text display used for showing annotations
protected  XJTable AnnotationDiffGUI.diffTable
           
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
 

Methods in gate.gui that return XJTable
 XJTable FeaturesSchemaEditor.getTable()
           
 

Uses of XJTable in gate.gui.docview
 

Fields in gate.gui.docview declared as XJTable
protected  XJTable AnnotationListView.table
           
 

Uses of XJTable in gate.swing
 

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


GATE
Version 3.1-2270