Interface LimitedTextRenderer

    • Method Detail

      • getDefaultLimit

        int getDefaultLimit()
        Returns the default limit.
        Returns:
        the default
      • getMinLimit

        Integer getMinLimit()
        Returns the minimum limit.
        Returns:
        the minimum
      • getMaxLimit

        Integer getMaxLimit()
        Returns the maximum limit.
        Returns:
        the maximum
      • setLimit

        void setLimit​(int value)
        Sets the maximum of rows to render.
        Parameters:
        value - the maximum
      • getLimit

        int getLimit()
        Returns the maximum of rows to render.
        Returns:
        the maximum
      • limitTipText

        String limitTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the explorer/experimenter gui
      • renderUnlimited

        String renderUnlimited​(Object obj)
        Renders the object as text with no limits.
        Parameters:
        obj - the object to render
        Returns:
        the generated string or null if failed to render