Uses of Class
org.basex.util.Table

Packages that use Table
org.basex.core Database core classes. 
org.basex.gui.layout Project specific GUI components. 
org.basex.query.util.pkg   
org.basex.util Utility classes. 
 

Uses of Table in org.basex.core
 

Methods in org.basex.core that return Table
 Table Users.info(Users users)
          Returns information on all users.
 

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, BaseXDialog d)
          Default constructor.
 

Uses of Table in org.basex.query.util.pkg
 

Methods in org.basex.query.util.pkg that return Table
 Table RepoManager.table()
          Returns all installed packages in a table.
 

Uses of Table in org.basex.util
 

Methods in org.basex.util that return Table
 Table Table.sort()
          Sorts the table by the first column.
 Table Table.toTop(byte[] top)
          Moves the specified string to top.