Uses of Interface
edu.stanford.smi.protegex.owl.ui.resourcedisplay.ResourcePanel

Packages that use ResourcePanel
edu.stanford.smi.protegex.owl.ui.cls   
edu.stanford.smi.protegex.owl.ui.individuals   
edu.stanford.smi.protegex.owl.ui.properties   
edu.stanford.smi.protegex.owl.ui.resourcedisplay   
 

Uses of ResourcePanel in edu.stanford.smi.protegex.owl.ui.cls
 

Fields in edu.stanford.smi.protegex.owl.ui.cls declared as ResourcePanel
protected  ResourcePanel OWLClassesTab.resourcePanel
           
 

Methods in edu.stanford.smi.protegex.owl.ui.cls that return ResourcePanel
protected  ResourcePanel OWLClassesTab.createResourcePanel()
           
 ResourcePanel OWLClassesTab.getResourcePanel()
           
 

Uses of ResourcePanel in edu.stanford.smi.protegex.owl.ui.individuals
 

Fields in edu.stanford.smi.protegex.owl.ui.individuals declared as ResourcePanel
private  ResourcePanel OWLIndividualsTab.resourcePanel
           
 

Uses of ResourcePanel in edu.stanford.smi.protegex.owl.ui.properties
 

Fields in edu.stanford.smi.protegex.owl.ui.properties declared as ResourcePanel
private  ResourcePanel OWLPropertiesTab.resourcePanel
           
 

Methods in edu.stanford.smi.protegex.owl.ui.properties that return ResourcePanel
protected  ResourcePanel OWLPropertiesTab.createResourcePanel()
           
 

Uses of ResourcePanel in edu.stanford.smi.protegex.owl.ui.resourcedisplay
 

Classes in edu.stanford.smi.protegex.owl.ui.resourcedisplay that implement ResourcePanel
 class ResourceDisplay
          An InstanceDisplay with the "type" actions instead of the yellow sticky ones on top.
 

Methods in edu.stanford.smi.protegex.owl.ui.resourcedisplay that return ResourcePanel
 ResourcePanel ResourcePanelFactory.createResourcePanel(OWLModel owlModel, int defaultType)
          Creates a new ResourcePanel.
 ResourcePanel DefaultResourcePanelFactory.createResourcePanel(OWLModel owlModel, int defaultType)