Interface ElementMetaData

    • Method Detail

      • getIcon

        Image getIcon​(Locale locale,
                      int iconKind)
        Parameters:
        locale - the locale.
        iconKind - one of java.beans.BeanInfo#ICON_COLOR_16x16, java.beans.BeanInfo#ICON_COLOR_32x32, java.beans.BeanInfo#ICON_MONO_16x16, or java.beans.BeanInfo#ICON_MONO_32x32
        Returns:
        the image or null, if there is no icon.
        See Also:
        for the general semantics
      • isContainerElement

        boolean isContainerElement()
        Indicates whether the element described here is a container element, like "band". Such element-types are tied to a specific element instance and cannot be shared freely.
        Returns:
      • getContentType

        Class<?> getContentType()
      • getNamespace

        String getNamespace()
        The namespace of the elemnet in an PRPT bundle.
        Returns: