Class PropertyDialog
java.lang.Object
com.inductiveautomation.factorypmi.designer.eventhandling.PropertyDialog
Popup window used for jython property 'binding' windows.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyDialog
(VisionDesignerImpl fpmi, Component parent, BindingRoot root, boolean onlyBound) -
Method Summary
Modifier 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.void
setBindingRoot
(BindingRoot root)
-
Field Details
-
OPEN_DELIM
- See Also:
-
CLOSE_DELIM
- See Also:
-
SOURCE
- See Also:
-
PARENT
- See Also:
-
-
Constructor Details
-
PropertyDialog
public PropertyDialog(VisionDesignerImpl fpmi, Component parent, BindingRoot root, boolean onlyBound)
-
-
Method Details
-
setBindingRoot
-
getBindingRoot
-
getPropertyPath
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.
-