Uses of Interface
edu.stanford.smi.protegex.owl.ui.properties.range.ExInclusiveToggleAction.Callback

Packages that use ExInclusiveToggleAction.Callback
edu.stanford.smi.protegex.owl.ui.properties.range   
 

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

Classes in edu.stanford.smi.protegex.owl.ui.properties.range that implement ExInclusiveToggleAction.Callback
 class NumericFacetsPanel
          A JPanel to edit the XML Schema datatype facets for a numeric type.
 

Fields in edu.stanford.smi.protegex.owl.ui.properties.range declared as ExInclusiveToggleAction.Callback
private  ExInclusiveToggleAction.Callback ExInclusiveToggleAction.callback
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.properties.range with parameters of type ExInclusiveToggleAction.Callback
ExInclusiveToggleAction(String text, String exclusiveIconName, String inclusiveIconName, ExInclusiveToggleAction.Callback callback)