edu.stanford.smi.protegex.owl.ui.widget
Interface InferredModeWidget

All Known Subinterfaces:
ResourcePanel
All Known Implementing Classes:
ClassForm, ConditionsWidget, ResourceDisplay

public interface InferredModeWidget

An interface for UI components that can be toggled between asserted and inferred modes. This flag can then be controlled by a toggle on form level.

Author:
Holger Knublauch

Method Summary
 void setInferredMode(boolean value)
          Sets the inferred mode.
 

Method Detail

setInferredMode

public void setInferredMode(boolean value)
Sets the inferred mode.

Parameters:
value - true to show the inferred mode, false for asserted mode