Class VisionBeanDescriptor


  • public class VisionBeanDescriptor
    extends java.beans.BeanDescriptor
    Bean Descriptor

    Extends the BeanDescriptor and adds functionality for a bean's customizer

    • Constructor Summary

      Constructors 
      Constructor Description
      VisionBeanDescriptor​(java.lang.Class beanClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<CustomizerDescriptor> getCustomizerDescriptors()  
      boolean hasCustomizerDescriptors()  
      • Methods inherited from class java.beans.BeanDescriptor

        getBeanClass, getCustomizerClass
      • Methods inherited from class java.beans.FeatureDescriptor

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

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

      • FOREGROUND_PROPERTY_KEY

        public static final java.lang.String FOREGROUND_PROPERTY_KEY
        See Also:
        Constant Field Values
      • BACKGROUND_PROPERTY_KEY

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

      • VisionBeanDescriptor

        public VisionBeanDescriptor​(java.lang.Class beanClass)
    • Method Detail

      • hasCustomizerDescriptors

        public boolean hasCustomizerDescriptors()