com.ldodds.twinkle.sparql
Class TextResultSetFormatter

java.lang.Object
  extended by com.ldodds.twinkle.sparql.TextResultSetFormatter
All Implemented Interfaces:
ResultSetFormatter

public class TextResultSetFormatter
extends java.lang.Object
implements ResultSetFormatter

Author:
ccslrd

Constructor Summary
TextResultSetFormatter(javax.swing.JTextArea text)
           
 
Method Summary
 void display(Query query, ResultSet results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextResultSetFormatter

public TextResultSetFormatter(javax.swing.JTextArea text)
Method Detail

display

public void display(Query query,
                    ResultSet results)
Specified by:
display in interface ResultSetFormatter