org.topbraidcomposer.sparql.view.actions
Class ExportResultSetAction
java.lang.Object
org.topbraidcomposer.ui.views.AbstractViewAction
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportResultSetAction
public ExportResultSetAction()
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