Uses of Class
edu.upenn.crimson.Query

Packages that use Query
edu.upenn.crimson   
edu.upenn.crimson.gui   
edu.upenn.crimson.io   
 

Uses of Query in edu.upenn.crimson
 

Methods in edu.upenn.crimson that return Query
static Query ObjectHandles.getQuery(java.lang.String id)
          Returns the Query object for the given ID.
 Query QueryTableModel.getRow(int row)
          Returns the Query that represents the specified row in the table.
 

Methods in edu.upenn.crimson with parameters of type Query
static void ObjectHandles.addQuery(Query query)
          This will add the query to the relevant lists.
 void QueryTableModel.addRow(Query query)
          Append a new row to the end of the table.
 void QueryTableModel.addRowAt(Query query, int row)
          Add new row to table.
 

Uses of Query in edu.upenn.crimson.gui
 

Fields in edu.upenn.crimson.gui declared as Query
(package private)  Query QueryEditor.NotesPanel.npQuery
           
private  Query QueryManager.PanelFrame.query
          Reference to the selected query.
private  Query QueryEditor.query
           
private  Query QueryDialog.query
           
 

Constructors in edu.upenn.crimson.gui with parameters of type Query
QueryEditor.NotesPanel(Query query)
           
QueryEditor(Query queryObj)
           
QueryEditor(Query queryObj, java.lang.String default_file, boolean default_incSequence, int default_repeat)
           
 

Uses of Query in edu.upenn.crimson.io
 

Methods in edu.upenn.crimson.io with parameters of type Query
static void Queries.publish(Query query)
          This will publish the specified query in the QUERIES table in the current database.
static void Queries.publish(Query query, java.lang.String id, boolean overwrite)
          This will publish the specified query in the QUERIES table in the current database.
 




Copyright 2006 Stephen Fisher, Susan Davidson, and Junhyong Kim, University of Pennsylvania.