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

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

Uses of ResultsPanelView in org.jrdf.gui.command
 

Methods in org.jrdf.gui.command with parameters of type ResultsPanelView
 void NewQueryCommand.setResultsPanelView(ResultsPanelView resultsPanelView)
           
 

Uses of ResultsPanelView in org.jrdf.gui.view
 

Classes in org.jrdf.gui.view that implement ResultsPanelView
 class ResultsPanelViewImpl
          The results panel.
 

Methods in org.jrdf.gui.view with parameters of type ResultsPanelView
 void QueryViewImpl.setResultsPanel(ResultsPanelView newResultsPanelView)
           
 void QueryView.setResultsPanel(ResultsPanelView newResultsPanelView)