Function
Properties
Function
|
| Main
|
| Name
| Description
| Values accepted
| Default
|
| Function
| The function to evalue.
| A string type variable.
|
|
| Initial Value
| The initial option selected.
| A string type variable.
|
|
| Variables
| The variables of the function.
| A string type variable.
|
|
| Editable
| Whether the displayed value can be changed.
| A boolean variable or one of the constants true or false.
|
|
| Java Syntax
| Whether to use Java or a more free Syntax.
| A boolean variable or one of the constants true or false.
|
|
| Action
| The action to invoke when the user interacts with the element.
| The Java code to invoke for the action.
|
|
| Graphical Aspect
|
| Name
| Description
| Values accepted
| Default
|
| Columns
| The number of columns.
| A constant or variable of type int.
|
|
| Visible
| The visibility of the element.
| A boolean variable or one of the constants true or false.
|
|
| Size
| The double[] array with the size of the frame in each direction.
| Type the two size values or use the editor provided.
|
|
| Background
| The background color for the element.
| Use the editor provided or read about colors.
|
|
| Foreground
| The color to use when drawing or writing in the element.
| Use the editor provided or read about colors.
|
|
| Font
| The font used to display text in the element.
| Use the editor provided to select name, style and size of the font.
|
|
| Tooltip
| Text displayed when the mouse is over the element.
| A string constant or variable.
|
|