Uses of Class
org.basex.util.Table

Packages that use Table
org.basex.gui.layout This package contains project specific GUI components. 
 

Uses of Table in org.basex.gui.layout
 

Fields in org.basex.gui.layout declared as Table
 Table BaseXTable.data
          Table data.
 

Methods in org.basex.gui.layout with parameters of type Table
 void BaseXTable.update(Table t)
          Updates the table.
 

Constructors in org.basex.gui.layout with parameters of type Table
BaseXTable(Table t, Dialog d)
          Default constructor.