Package ipsk.beans

Interface ExtBeanInfo

  • All Superinterfaces:
    java.beans.BeanInfo
    All Known Implementing Classes:
    ExtBeanInfoImpl

    public interface ExtBeanInfo
    extends java.beans.BeanInfo
    • Field Summary

      • Fields inherited from interface java.beans.BeanInfo

        ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
    • Method Detail

      • getPreferredDisplayOrder

        java.lang.String[] getPreferredDisplayOrder()
        Get the preferred order of the properties to display.
        Returns:
        array of ordered property names
      • getResourceBundleName

        java.lang.String getResourceBundleName()
        Get the name of the resource bundle to use.
        Returns:
        name of resource bundle
      • getClassResourceKey

        java.lang.String getClassResourceKey()
        Get the resource key for the localized (descriptive) name of bean class.
        Returns:
        resource key for class name
      • getClassPluralResourceKey

        java.lang.String getClassPluralResourceKey()
        Get the resource key for the localized (descriptive) name of a plural objects of the bean class.
        Returns:
        resource key for plural objects of the class
      • getPropertyResourceKey

        java.lang.String getPropertyResourceKey​(java.lang.String propertyName)
        Returns resource key of bean property.
        Parameters:
        propertyName - name of property
        Returns:
        resource key or null if not annotated