Uses of Interface
uk.org.ogsadai.client.databrowser.ResultView

Packages that use ResultView
uk.org.ogsadai.client.databrowser.commands Provides classes to execute requests on an OGSA-DAI service via the client toolkit. 
uk.org.ogsadai.client.databrowser.sql Provides a graphical user-interface to relational database-specific functionality of OGSA-DAI services. 
uk.org.ogsadai.client.databrowser.xpath Provides a graphical user-interface to XMLDB database-specific functionality of OGSA-DAI services. 
 

Uses of ResultView in uk.org.ogsadai.client.databrowser.commands
 

Methods in uk.org.ogsadai.client.databrowser.commands that return ResultView
 ResultView XPathQueryCommand.getResultView(javax.swing.JFrame parent)
           
 ResultView XQueryCommand.getResultView(javax.swing.JFrame parent)
           
 ResultView SQLQueryCommand.getResultView(javax.swing.JFrame parent)
           
 ResultView SQLResilientCommand.getResultView(javax.swing.JFrame parent)
           
 ResultView SQLBagCommand.getResultView(javax.swing.JFrame parent)
           
abstract  ResultView Command.getResultView(javax.swing.JFrame parent)
          Gets the view which will display the results of this command.
 ResultView SQLUpdateCommand.getResultView(javax.swing.JFrame parent)
           
 

Uses of ResultView in uk.org.ogsadai.client.databrowser.sql
 

Classes in uk.org.ogsadai.client.databrowser.sql that implement ResultView
 class DBResultSetView
          GUI displaying ResultSet data from the results of a query.
 class DBUpdateCountView
          Widget to present an update count after an SQL update.
 

Uses of ResultView in uk.org.ogsadai.client.databrowser.xpath
 

Classes in uk.org.ogsadai.client.databrowser.xpath that implement ResultView
 class DBXMLResourceView
          GUI displaying XML ResourceSet data from the results of an XPath query.