Class TooltipIconInfo


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    public class TooltipIconInfo
    extends java.lang.Object
    The information(tooltip and icon) used to describe the editing of the value for an attribute.
    Since:
    21
    • Constructor Summary

      Constructors 
      Constructor Description
      TooltipIconInfo​(java.lang.String iconPath, java.lang.String tooltip)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getImagePath()  
      java.lang.String getTooltip()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TooltipIconInfo

        public TooltipIconInfo​(java.lang.String iconPath,
                               java.lang.String tooltip)
        Constructor
        Parameters:
        iconPath - The path (an URI) for the custom button icon.
        tooltip - The custom tooltip for the button.
    • Method Detail

      • getImagePath

        public java.lang.String getImagePath()
        Returns:
        The path for the custom button icon.
      • getTooltip

        public java.lang.String getTooltip()
        Returns:
        The custom tooltip for the button.