org.jrdf.gui.view
Class QueryPanelViewImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryPanelViewImpl
public QueryPanelViewImpl()
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