Class SetValueDialog
- java.lang.Object
- 
- com.inductiveautomation.sfc.designer.workspace.SetValueDialog
 
- 
 public class SetValueDialog extends java.lang.ObjectDisplays a modal dialog used to edit the value of key-value pairs.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.ObjectCANCEL_OPTION
 - 
Constructor SummaryConstructors Constructor Description SetValueDialog(ClientContext context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectshow(java.awt.Component parent, java.lang.String name)Display a modal edit dialog.
 
- 
- 
- 
Constructor Detail- 
SetValueDialogpublic SetValueDialog(ClientContext context) 
 
- 
 - 
Method Detail- 
showpublic java.lang.Object show(java.awt.Component parent, java.lang.String name)Display 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.
 
 
- 
 
-