Class BrowsePropertiesForScriptButton

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class BrowsePropertiesForScriptButton extends BrowsePropertiesButton
Subclass of the BrowsePropertiesButton that has the handling for converting the selected property into a python access snippet. Expectation is that the script has a "self" variable in scope.
See Also:
  • Constructor Details

    • BrowsePropertiesForScriptButton

      public BrowsePropertiesForScriptButton(DesignAdapter adapter, ComponentPath componentPath, com.jidesoft.editor.CodeEditor editor)
    • BrowsePropertiesForScriptButton

      public BrowsePropertiesForScriptButton(DesignAdapter adapter, ComponentPath componentPath, com.inductiveautomation.ignition.designer.gui.tools.PythonTextArea editor)
  • Method Details