org.topbraidcomposer.sparql.view.actions
Class ExportResultSetAction

java.lang.Object
  extended by org.topbraidcomposer.ui.views.AbstractViewAction
      extended by org.topbraidcomposer.sparql.view.actions.ExportResultSetAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IViewActionDelegate, ISPARQLHandler

public class ExportResultSetAction
extends AbstractViewAction
implements ISPARQLHandler


Constructor Summary
ExportResultSetAction()
           
 
Method Summary
 void handleAsk(java.util.List<java.lang.Integer> fails)
           
 void handleConstructedModel(com.hp.hpl.jena.rdf.model.Model model)
           
 void handleResultSet(com.hp.hpl.jena.query.ResultSet rs)
           
 void handleResultSet(com.hp.hpl.jena.query.ResultSet rs, org.eclipse.core.runtime.IProgressMonitor monitor)
          Handles the ResultSet from within the progress dialog.
protected  void run()
           
 
Methods inherited from class org.topbraidcomposer.ui.views.AbstractViewAction
asyncExec, getAction, getSelection, getShell, getViewPart, init, run, selectionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportResultSetAction

public ExportResultSetAction()
Method Detail

run

protected void run()
Specified by:
run in class AbstractViewAction

handleAsk

public void handleAsk(java.util.List<java.lang.Integer> fails)
Specified by:
handleAsk in interface ISPARQLHandler

handleConstructedModel

public void handleConstructedModel(com.hp.hpl.jena.rdf.model.Model model)
Specified by:
handleConstructedModel in interface ISPARQLHandler

handleResultSet

public void handleResultSet(com.hp.hpl.jena.query.ResultSet rs)
Specified by:
handleResultSet in interface ISPARQLHandler

handleResultSet

public void handleResultSet(com.hp.hpl.jena.query.ResultSet rs,
                            org.eclipse.core.runtime.IProgressMonitor monitor)
Description copied from interface: ISPARQLHandler
Handles the ResultSet from within the progress dialog. Note that this is called from a non-UI thread.

Specified by:
handleResultSet in interface ISPARQLHandler