Class PropertyDialog
java.lang.Object
com.inductiveautomation.factorypmi.designer.eventhandling.PropertyDialog
Popup window used for jython property 'binding' windows.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionPropertyDialog(VisionDesignerImpl fpmi, Component parent, BindingRoot root, boolean onlyBound) 
- 
Method SummaryModifier and TypeMethodDescriptiongetPropertyPath(Component source, 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 Details- 
OPEN_DELIM- See Also:
 
- 
CLOSE_DELIM- See Also:
 
- 
SOURCE- See Also:
 
- 
PARENT- See Also:
 
 
- 
- 
Constructor Details- 
PropertyDialogpublic PropertyDialog(VisionDesignerImpl fpmi, Component parent, BindingRoot root, boolean onlyBound) 
 
- 
- 
Method Details- 
setBindingRoot
- 
getBindingRoot
- 
getPropertyPathShows 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.
 
-