Uses of Class
ix.iquery.LookupHandler

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

Uses of LookupHandler in ix.iquery
 

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

Uses of LookupHandler in ix.test
 

Methods in ix.test that return LookupHandler
protected  LookupHandler SimpleIQuery.makeLookupHandler(IQuery queryAgent, Activity lookupActivity)