| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | |
Condition | IdeInspector.getCondition(IdeInspectorComponent component)Returns condition of visibility for the specified inspector component. |
Condition | IdeInspectorPropertySetComponent.getCondition(IdeInspectorProperty property)Returns visibility condition for specified property. |
| Methods in com.togethersoft.openapi.ide.inspector with parameters of type Condition | |
void | IdeInspector.addComponent(IdeInspectorComponent component, Condition condition, double weight)Adds new component with the specified visibility condition and weight. |
void | IdeInspector.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. |
void | IdeInspectorCompoundComponent.addComponent(IdeInspectorComponent component, Condition condition, double weight)Adds component to the internal inspector with the specified condition and weight. |
void | IdeInspectorCompoundComponent.addComponent(IdeInspectorComponent component, Condition condition)Adds specified component to the internal inspector with the condition. |
void | IdeInspectorPropertySetComponent.addProperty(IdeInspectorProperty property, Condition condition, double weight)Adds new property with specified visibility condition and weight. |
void | IdeInspectorPropertySetComponent.addProperty(IdeInspectorProperty property, Condition condition)Adds new property to this component and sets weight for it to 1 more then maximum weight. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||