Class SetValueDialog
java.lang.Object
com.inductiveautomation.sfc.designer.workspace.SetValueDialog
Displays a modal dialog used to edit the value of key-value pairs.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
CANCEL_OPTION
 
- 
- 
Constructor Details- 
SetValueDialog
 
- 
- 
Method Details- 
showDisplay a modal edit dialog.- Parameters:
- parent- the component to center on, or null
- name- the variable/key name of this value
- Returns:
- a value from the expression parsed in the text editor, or SetValueDialog.CANCEL_OPTION if the dialog was closed/canceled.
 
 
-