Class PrivateCustomProperty

    • Constructor Summary

      Constructors 
      Constructor Description
      PrivateCustomProperty()  
      PrivateCustomProperty​(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_PRIVATE

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

      • PrivateCustomProperty

        public PrivateCustomProperty()
      • PrivateCustomProperty

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