Uses of Class
edu.upenn.gloDB.gui.QueryElement

Packages that use QueryElement
edu.upenn.gloDB.gui   
 

Uses of QueryElement in edu.upenn.gloDB.gui
 

Methods in edu.upenn.gloDB.gui that return QueryElement
 QueryElement QueryBuilder.ListTableModel.getRow(int row)
          Returns the QueryElement that represents the specified row in the table.
 

Methods in edu.upenn.gloDB.gui with parameters of type QueryElement
 void QueryBuilder.ListTableModel.addRow(QueryElement qElement)
          Append a new row to the end of the table.
 void QueryBuilder.ListTableModel.addRowAt(QueryElement qElement, int row)
          Add new row to table.
private  void QueryBuilder.updateEditPanel(QueryElement qElement)
           
private  void QueryBuilder.updateQueryElement(QueryElement qElement)
           
 




Copyright 2012 Stephen Fisher and Junhyong Kim, University of Pennsylvania. All Rights Reserved.