java.lang.Object
com.inductiveautomation.factorypmi.designer.eventhandling.PropertyDialog

public class PropertyDialog extends Object
Popup window used for jython property 'binding' windows.
  • Field Details

  • Constructor Details

  • Method Details

    • setBindingRoot

      public void setBindingRoot(BindingRoot root)
    • getBindingRoot

      public BindingRoot getBindingRoot()
    • getPropertyPath

      public String getPropertyPath(Component source, 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.