org.topbraidcomposer.sparql.view.editor
Class QueryEditor

java.lang.Object
  extended by org.topbraidcomposer.sparql.view.editor.QueryEditor

public class QueryEditor
extends java.lang.Object


Constructor Summary
QueryEditor(org.eclipse.swt.widgets.Composite parent)
           
 
Method Summary
 org.eclipse.swt.widgets.Control getControl()
           
 java.lang.String getQueryText()
           
 org.eclipse.swt.custom.StyledText getStyledText()
           
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryEditor

public QueryEditor(org.eclipse.swt.widgets.Composite parent)
Method Detail

getControl

public org.eclipse.swt.widgets.Control getControl()

getQueryText

public java.lang.String getQueryText()

getStyledText

public org.eclipse.swt.custom.StyledText getStyledText()

getText

public java.lang.String getText()