Uses of Interface
org.jrdf.gui.view.QueryPanelView

Packages that use QueryPanelView
org.jrdf.gui.command   
org.jrdf.gui.view   
 

Uses of QueryPanelView in org.jrdf.gui.command
 

Methods in org.jrdf.gui.command with parameters of type QueryPanelView
 void RunQueryCommand.setQueryPanelView(QueryPanelView queryPanelView)
           
 void NewQueryCommand.setQueryPanelView(QueryPanelView queryPanelView)
           
 

Uses of QueryPanelView in org.jrdf.gui.view
 

Classes in org.jrdf.gui.view that implement QueryPanelView
 class QueryPanelViewImpl
          The query panel.
 

Methods in org.jrdf.gui.view with parameters of type QueryPanelView
 void QueryViewImpl.setQueryPanel(QueryPanelView newQueryPanelView)
           
 void QueryView.setQueryPanel(QueryPanelView newQueryPanelView)