org.jrdf.gui.view
Class QueryPanelViewImpl

java.lang.Object
  extended by org.jrdf.gui.view.QueryPanelViewImpl
All Implemented Interfaces:
PanelView, QueryPanelView

public class QueryPanelViewImpl
extends Object
implements PanelView, QueryPanelView

The query panel.

Version:
$Revision:$
Author:
Andrew Newman

Constructor Summary
QueryPanelViewImpl()
           
 
Method Summary
 JPanel getJPanel()
           
 String getQuery()
           
 void setQuery(String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryPanelViewImpl

public QueryPanelViewImpl()
Method Detail

getJPanel

public JPanel getJPanel()
Specified by:
getJPanel in interface PanelView

getQuery

public String getQuery()
Specified by:
getQuery in interface QueryPanelView

setQuery

public void setQuery(String query)
Specified by:
setQuery in interface QueryPanelView