Class RenderKit

    • Constructor Detail

      • RenderKit

        public RenderKit()
    • Method Detail

      • addRenderer

        public abstract void addRenderer​(String family,
                                         String rendererType,
                                         Renderer renderer)
      • getClientBehaviorRendererTypes

        public Iterator<String> getClientBehaviorRendererTypes()
      • getComponentFamilies

        public Iterator<String> getComponentFamilies()

        Return an Iterator over the component-family entries supported by this RenderKit instance.

        The default implementation of this method returns an empty Iterator

        Returns:
        an iterator over the component families supported by this RenderKit.
        Since:
        2.0
      • getRendererTypes

        public Iterator<String> getRendererTypes​(String componentFamily)

        Return an Iterator over the renderer-type entries for the given component-family.

        If the specified componentFamily is not known to this RenderKit implementation, return an empty Iterator

        The default implementation of this method returns an empty Iterator

        Parameters:
        componentFamily - one of the members of the Iterator returned by getComponentFamilies()
        Returns:
        an iterator over the renderer-type entries for the given component-family.
        Since:
        2.0