Class PropertyDialog
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.designer.eventhandling.PropertyDialog
 
- 
 public class PropertyDialog extends java.lang.ObjectPopup window used for jython property 'binding' windows.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringCLOSE_DELIMstatic java.lang.StringOPEN_DELIMstatic java.lang.StringPARENTstatic java.lang.StringSOURCE
 - 
Constructor SummaryConstructors Constructor Description PropertyDialog(VisionDesignerImpl fpmi, java.awt.Component parent, BindingRoot root, boolean onlyBound)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingRootgetBindingRoot()java.lang.StringgetPropertyPath(java.awt.Component source, java.lang.String currentPath, boolean relative)Shows the user a dialog box which prompts them to choose a property from the current window.voidsetBindingRoot(BindingRoot root)
 
- 
- 
- 
Field Detail- 
OPEN_DELIMpublic static final java.lang.String OPEN_DELIM - See Also:
- Constant Field Values
 
 - 
CLOSE_DELIMpublic static final java.lang.String CLOSE_DELIM - See Also:
- Constant Field Values
 
 - 
SOURCEpublic static final java.lang.String SOURCE - See Also:
- Constant Field Values
 
 - 
PARENTpublic static final java.lang.String PARENT - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
PropertyDialogpublic PropertyDialog(VisionDesignerImpl fpmi, java.awt.Component parent, BindingRoot root, boolean onlyBound) 
 
- 
 - 
Method Detail- 
setBindingRootpublic void setBindingRoot(BindingRoot root) 
 - 
getBindingRootpublic BindingRoot getBindingRoot() 
 - 
getPropertyPathpublic java.lang.String getPropertyPath(java.awt.Component source, java.lang.String currentPath, boolean relative)Shows the user a dialog box which prompts them to choose a property from the current window. Returns the property path as an absolute path or a relative path, based on whether the source component is a Window, and based on the relative argument.
 
- 
 
-