Class PublicCustomProperty

    • Constructor Summary

      Constructors 
      Constructor Description
      PublicCustomProperty()  
      PublicCustomProperty​(java.lang.String name, java.lang.String shortDesc, java.lang.Class propertyType, java.lang.Object value)  
    • Method Summary

      • Methods inherited from class java.beans.FeatureDescriptor

        attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • CAT_CUSTOM_PUBLIC

        public static final java.lang.String CAT_CUSTOM_PUBLIC
        See Also:
        Constant Field Values
    • Constructor Detail

      • PublicCustomProperty

        public PublicCustomProperty()
      • PublicCustomProperty

        public PublicCustomProperty​(java.lang.String name,
                                    java.lang.String shortDesc,
                                    java.lang.Class propertyType,
                                    java.lang.Object value)