public class ParsedEjsControl extends EjsControl
DEBUG_ALL, DEBUG_CONTROL, DEBUG_CONTROL_VERBOSE, DEBUG_DRAWING, DEBUG_DRAWING_VERBOSE, DEBUG_ELEMENTS, DEBUG_NONE, DEBUG_SET_AND_GET, DEBUG_SYSTEM, DEBUG_SYSTEM_VERBOSE, replaceOwnerFrame, replaceOwnerNameNOT_EDITABLE_BACKGROUND| Constructor and Description |
|---|
ParsedEjsControl(java.lang.Object simulation) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble(java.lang.String var)
Gets the double keyed to this value.
|
int |
getInt(java.lang.String var)
Gets the integer keyed to this value.
|
java.lang.Object |
getObject(java.lang.String var)
Gets the object keyed to the variable.
|
addObject, calculationDone, clearMessages, clearValues, getPropertyNames, getValue, print, println, println, reset, setLockValues, setValueadd, add, addListener, addListener, addNamed, addObject, addTarget, appendPrefixPath, clear, clearPrefixPath, clearVariables, destroy, destroy, getBoolean, getComponent, getContainer, getControl, getDebugLevel, getDefaultPrefixList, getElement, getLoader, getOwnerFrame, getReplaceOwnerFrame, getReplaceOwnerName, getSimulation, getString, getTarget, getTopLevelAncestor, getVisual, initialize, isVariableRegistered, registerVariable, removeTarget, rename, replaceOwnerFrame, setActive, setDebugLevel, setOwnerFrame, setSimulation, setValue, setValue, setValue, setValue, setValue, update, variableChangedpublic double getDouble(java.lang.String var)
getDouble in interface ControlgetDouble in class GroupControlvar - Stringpublic java.lang.Object getObject(java.lang.String var)
getObject in interface ControlgetObject in class GroupControlvar - Stringpublic int getInt(java.lang.String var)
getInt in interface ControlgetInt in class GroupControlvar - String