org.osbl.agent.gui.condition |
|
Java Source File Name | Type | Comment |
BeanShellConditionController.java | Class | The class BeanShellConditionController models the BeanShellContidion by providing a
text-area in which the user can enter the script. |
EnumConditionController.java | Class | The class EnumConditionController models the EnumCondition, presenting the user
with the usual operators (as a combo-box, inherited from PropertyConditionController)
and an aditional combo-box with all possible values of the enum. |
FieldConditionController.java | Class | The class FieldConditionController models the FieldCondition by presenting the user
an input-field in which the value to compare the property against can be entered. |
NumberConditionController.java | Class | The Class NumberConditionController. |
OgnlConditionController.java | Class | The class OgnlConditionController models the OgnlCondition, presenting the user
an input-field in which the OGNL expression can be entered. |
PropertyConditionController.java | Class | The class PropertyConditionController models the PropertyCondition.
It serves as a superclass for ConditionControllers that want to offer the comparison
of a property against a value.
It presents the user with an operator combo-box. |
StringConditionController.java | Class | The class StringConditionController models the StringCondition. |
SubjectConditionController.java | Class | The class SubjectConditionController models the SubjectCondition. |