Class PanelPartReference

    • Constructor Detail

      • PanelPartReference

        public PanelPartReference()
        Creates a UI Panel Part Reference property with no name and with a null value.
      • PanelPartReference

        public PanelPartReference​(Atom propertyAtom)
        Creates a UI Panel Part Reference property with the specified name with a null value.
        Parameters:
        propertyAtom - the property atom.
      • PanelPartReference

        public PanelPartReference​(Atom propertyAtom,
                                  java.lang.String newValue)
        Creates a UI Panel Part Reference property with the specified name and value.
        Parameters:
        propertyAtom - the property atom.
        newValue - the new string value for the property.