NOT_EDITABLE_BACKGROUND
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getComponent(java.lang.String _name)
Get a graphical object
|
void |
initialize()
updating all possible data
|
void |
read()
Read current data
|
void |
read(java.lang.String _variable)
Read a single variable
|
void |
reset()
Clearing any previous data
|
void |
update()
Accept data sent
|
calculationDone, clearMessages, clearValues, getBoolean, getDouble, getInt, getObject, getPropertyNames, getString, print, println, println, setLockValues, setValue, setValue, setValue, setValue
void reset()
void initialize()
void read()
void read(java.lang.String _variable)
void update()
java.awt.Component getComponent(java.lang.String _name)
_name
- A keyword that identifies the graphical object that
must be retrieved. Typically its name.