Uses of Interface
edu.stanford.smi.protegex.owl.ui.conditions.ConditionsTableConstants

Packages that use ConditionsTableConstants
edu.stanford.smi.protegex.owl.ui.conditions   
edu.stanford.smi.protegex.owl.ui.conditions.tests   
 

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

Classes in edu.stanford.smi.protegex.owl.ui.conditions that implement ConditionsTableConstants
 class AbstractConditionsWidget
          A SlotWidget used for describing logical class characteristics, i.e.
(package private)  class AddNamedClassAction
          An Action to add a named class as a superclass into the conditions table.
 class AssertedConditionsWidget
          An AbstractConditionWidget to display and edit the asserted conditions of a class.
 class ConditionsTable
          A JTable used to display a class definition.
 class ConditionsTableItem
          An object representing an entry in the table.
 class ConditionsTableModel
          The TableModel used by the AssertedConditionsWidget.
 class ConditionsTableTransferHandler
          An OWLTableTransferHandler that does not assume that the class maintain their rows after changing something.
 class InferredConditionsWidget
          A SlotWidget used for describing logical class characteristics, i.e.
 

Uses of ConditionsTableConstants in edu.stanford.smi.protegex.owl.ui.conditions.tests
 

Classes in edu.stanford.smi.protegex.owl.ui.conditions.tests that implement ConditionsTableConstants
 class AbstractConditionsTableTestCase
           
(package private)  class AbstractTransferTestCase
           
 class AddRowTestCase
           
 class ChangeConditionsTableModelTestCase
           
 class ChangeInheritedTestCase
           
 class CutRowTestCase
           
 class DeleteRowTestCase
           
 class FillConditionsTableModelTestCase
           
 class FillInheritedTestCase
           
 class ImportTestCase
           
 class SetConditionTestCase