GATE
Version 3.1-2270

Uses of Interface
gate.swing.TreeTableModel

Packages that use TreeTableModel
gate.swing   
 

Uses of TreeTableModel in gate.swing
 

Classes in gate.swing that implement TreeTableModel
 class AbstractTreeTableModel
          An abstract implementation of the TreeTableModel interface.
 

Fields in gate.swing declared as TreeTableModel
protected  TreeTableModel JTreeTable.treeTableModel
          The model for this component
 

Constructors in gate.swing with parameters of type TreeTableModel
JTreeTable(TreeTableModel model)
          Constructs a JTreeTable from a model
 


GATE
Version 3.1-2270