Uses of Class
com.togethersoft.openapi.ide.inspector.Condition

Packages that use Condition
com.togethersoft.openapi.ide.inspector 

Uses of Condition in com.togethersoft.openapi.ide.inspector
 

Methods in com.togethersoft.openapi.ide.inspector that return Condition
ConditionIdeInspector.getCondition(IdeInspectorComponent component)
           Returns condition of visibility for the specified inspector component.
ConditionIdeInspectorPropertySetComponent.getCondition(IdeInspectorProperty property)
           Returns visibility condition for specified property.
 

Methods in com.togethersoft.openapi.ide.inspector with parameters of type Condition
voidIdeInspector.addComponent(IdeInspectorComponent component, Condition condition, double weight)
           Adds new component with the specified visibility condition and weight.
voidIdeInspector.addComponent(IdeInspectorComponent component, Condition condition)
           Adds new component to this inspector and sets it's weight for to be greater by one than the maximum weight.
voidIdeInspectorCompoundComponent.addComponent(IdeInspectorComponent component, Condition condition, double weight)
           Adds component to the internal inspector with the specified condition and weight.
voidIdeInspectorCompoundComponent.addComponent(IdeInspectorComponent component, Condition condition)
           Adds specified component to the internal inspector with the condition.
voidIdeInspectorPropertySetComponent.addProperty(IdeInspectorProperty property, Condition condition, double weight)
           Adds new property with specified visibility condition and weight.
voidIdeInspectorPropertySetComponent.addProperty(IdeInspectorProperty property, Condition condition)
           Adds new property to this component and sets weight for it to 1 more then maximum weight.