Class DynamicPropertyDescriptor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CAT_DYNAMIC  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class getPropertyType()  
      java.lang.Object getValue()  
      boolean isDropTarget()  
      void setDropTarget​(boolean dropTarget)  
      void setPropertyType​(java.lang.Class class1)  
      void setValue​(java.lang.Object object)  
      java.lang.String toString()  
      • 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
    • Constructor Detail

      • DynamicPropertyDescriptor

        public DynamicPropertyDescriptor()
      • DynamicPropertyDescriptor

        public DynamicPropertyDescriptor​(java.lang.String name,
                                         java.lang.String shortDesc,
                                         java.lang.Class propertyType)
      • DynamicPropertyDescriptor

        public DynamicPropertyDescriptor​(java.lang.String name,
                                         java.lang.String shortDesc,
                                         java.lang.Class propertyType,
                                         java.lang.Object value)
    • Method Detail

      • getPropertyType

        public java.lang.Class getPropertyType()
      • setPropertyType

        public void setPropertyType​(java.lang.Class class1)
      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object object)
      • isDropTarget

        public boolean isDropTarget()
      • setDropTarget

        public void setDropTarget​(boolean dropTarget)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.beans.FeatureDescriptor