Uses of Class
edu.stanford.smi.protegex.owl.ui.owltable.OWLTable

Packages that use OWLTable
edu.stanford.smi.protegex.owl.ui.clsdesc   
edu.stanford.smi.protegex.owl.ui.conditions   
edu.stanford.smi.protegex.owl.ui.owltable   
edu.stanford.smi.protegex.owl.ui.properties.range   
 

Uses of OWLTable in edu.stanford.smi.protegex.owl.ui.clsdesc
 

Subclasses of OWLTable in edu.stanford.smi.protegex.owl.ui.clsdesc
 class ClassDescriptionTable
          A OWLTable for editing the superclasses of a given class.
 

Uses of OWLTable in edu.stanford.smi.protegex.owl.ui.conditions
 

Subclasses of OWLTable in edu.stanford.smi.protegex.owl.ui.conditions
 class ConditionsTable
          A JTable used to display a class definition.
 

Methods in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type OWLTable
private  void ConditionsTableTransferHandler.cleanup(OWLTable source)
           
 

Uses of OWLTable in edu.stanford.smi.protegex.owl.ui.owltable
 

Fields in edu.stanford.smi.protegex.owl.ui.owltable declared as OWLTable
private  OWLTable DeleteRowAction.table
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.owltable with parameters of type OWLTable
DeleteRowAction(OWLTable table)
           
 

Uses of OWLTable in edu.stanford.smi.protegex.owl.ui.properties.range
 

Subclasses of OWLTable in edu.stanford.smi.protegex.owl.ui.properties.range
(package private)  class UnionRangeClassesTable