Uses of Interface
org.jrdf.gui.model.JRDFModel

Packages that use JRDFModel
org.jrdf.gui.command   
org.jrdf.gui.model   
 

Uses of JRDFModel in org.jrdf.gui.command
 

Methods in org.jrdf.gui.command with parameters of type JRDFModel
 void RunQueryCommand.setJRDFModel(JRDFModel jrdfModel)
           
 void LoadRdfCommand.setJRDFModel(JRDFModel jrdfModel)
           
 

Uses of JRDFModel in org.jrdf.gui.model
 

Classes in org.jrdf.gui.model that implement JRDFModel
 class JRDFModelImpl