Uses of Interface
edu.stanford.smi.protegex.owl.model.classdisplay.OWLClassDisplay

Packages that use OWLClassDisplay
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.classdisplay   
edu.stanford.smi.protegex.owl.model.classdisplay.compact   
edu.stanford.smi.protegex.owl.model.classdisplay.manchester   
edu.stanford.smi.protegex.owl.model.classdisplay.tests   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.ui.code   
 

Uses of OWLClassDisplay in edu.stanford.smi.protegex.owl.model
 

Methods in edu.stanford.smi.protegex.owl.model that return OWLClassDisplay
 OWLClassDisplay OWLModel.getOWLClassDisplay()
          Gets the currently used renderer for classes into display strings.
 

Methods in edu.stanford.smi.protegex.owl.model with parameters of type OWLClassDisplay
 void OWLModel.setOWLClassDisplay(OWLClassDisplay display)
          Sets the OWLClassDisplay to change the default display of classes.
 

Uses of OWLClassDisplay in edu.stanford.smi.protegex.owl.model.classdisplay
 

Classes in edu.stanford.smi.protegex.owl.model.classdisplay that implement OWLClassDisplay
 class AbstractOWLClassDisplay
          A basic implementation of OWLClassRenderer which uses infix notation based on the keys defined by the various methods in the implementing classes.
 

Fields in edu.stanford.smi.protegex.owl.model.classdisplay declared as OWLClassDisplay
private static OWLClassDisplay OWLClassDisplayFactory.defaultDisplay
           
 

Methods in edu.stanford.smi.protegex.owl.model.classdisplay that return OWLClassDisplay
static OWLClassDisplay OWLClassDisplayFactory.getDefaultDisplay()
           
static OWLClassDisplay OWLClassDisplayFactory.getDisplay(Class type)
           
 

Methods in edu.stanford.smi.protegex.owl.model.classdisplay with parameters of type OWLClassDisplay
static void OWLClassDisplayFactory.setDefaultDisplay(OWLClassDisplay renderer)
           
 

Uses of OWLClassDisplay in edu.stanford.smi.protegex.owl.model.classdisplay.compact
 

Classes in edu.stanford.smi.protegex.owl.model.classdisplay.compact that implement OWLClassDisplay
 class CompactOWLClassDisplay
           
 

Uses of OWLClassDisplay in edu.stanford.smi.protegex.owl.model.classdisplay.manchester
 

Classes in edu.stanford.smi.protegex.owl.model.classdisplay.manchester that implement OWLClassDisplay
 class ManchesterOWLClassDisplay
           
 

Uses of OWLClassDisplay in edu.stanford.smi.protegex.owl.model.classdisplay.tests
 

Fields in edu.stanford.smi.protegex.owl.model.classdisplay.tests declared as OWLClassDisplay
private  OWLClassDisplay AbstractOWLClassRendererTestCase.renderer
           
 

Constructors in edu.stanford.smi.protegex.owl.model.classdisplay.tests with parameters of type OWLClassDisplay
AbstractOWLClassRendererTestCase(OWLClassDisplay renderer)
           
 

Uses of OWLClassDisplay in edu.stanford.smi.protegex.owl.model.impl
 

Fields in edu.stanford.smi.protegex.owl.model.impl declared as OWLClassDisplay
private  OWLClassDisplay AbstractOWLModel.owlClassRenderer
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl that return OWLClassDisplay
 OWLClassDisplay AbstractOWLModel.getOWLClassDisplay()
           
 

Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type OWLClassDisplay
 void AbstractOWLModel.setOWLClassDisplay(OWLClassDisplay renderer)
           
 

Uses of OWLClassDisplay in edu.stanford.smi.protegex.owl.ui.code
 

Fields in edu.stanford.smi.protegex.owl.ui.code declared as OWLClassDisplay
private static OWLClassDisplay OWLTextFormatter.display