Uses of Class
ix.iquery.IQuery

Packages that use IQuery
ix.iquery I-Q, an I-X Query agent. 
ix.test Simple applications for testing purposes. 
 

Uses of IQuery in ix.iquery
 

Fields in ix.iquery declared as IQuery
protected  IQuery LookupHandler.queryAgent
          The agent that created this handler.
 

Methods in ix.iquery with parameters of type IQuery
protected abstract  LookupHandler IQuery.makeLookupHandler(IQuery queryAgent, Activity lookupActivity)
          Return a LookupHandler for an activity that was approved by isLookupActivity(Activity).
 

Constructors in ix.iquery with parameters of type IQuery
LookupHandler(IQuery queryAgent, Activity lookupActivity)
          Creates a LookupHander to handle the specified activity for the specified agent.
 

Uses of IQuery in ix.test
 

Subclasses of IQuery in ix.test
 class SimpleIQuery
          An example of a very simple I-Q agent.
 

Methods in ix.test with parameters of type IQuery
protected  LookupHandler SimpleIQuery.makeLookupHandler(IQuery queryAgent, Activity lookupActivity)
           
 

Constructors in ix.test with parameters of type IQuery
SimpleIQuery.ExampleLookupHandler(IQuery queryAgent, Activity lookupActivity)