org.osbl.agent.gui.action |
|
Java Source File Name | Type | Comment |
BeanShellActionController.java | Class | The Class BeanShellActionController models a BeanShellAction by allowing the
user to enter/modify a Beanshell script in the UI. |
SetCurrentTimeActionController.java | Class | The class SetCurrentTimeActionController models the SetCurrentTimeAction. |
SetEnumActionController.java | Class | The class SetEnumActionController models a SetEnumAction by presenting the
user a combo-box with the possible enum-values to choose from. |
SetPropertyActionController.java | Class | The class SetPropertyActionController models a SetPropertyAction. |
SetValueActionController.java | Class | The class SetValueActionController models the SetValueAction by providing
an input field in which the user can enter the value to be assigned to the
property. |