Class DynamicDriveToolTipTagFragmentGenerator

  • All Implemented Interfaces:
    ToolTipTagFragmentGenerator

    public class DynamicDriveToolTipTagFragmentGenerator
    extends java.lang.Object
    implements ToolTipTagFragmentGenerator
    Generates tooltips using the Dynamic Drive DHTML Tip Message library (http://www.dynamicdrive.com).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int style
      The style number
      protected java.lang.String title
      The title, empty string not to display
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateToolTipFragment​(java.lang.String toolTipText)
      Generates a tooltip string to go in an HTML image map.
      • Methods inherited from class java.lang.Object

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

      • title

        protected java.lang.String title
        The title, empty string not to display
      • style

        protected int style
        The style number
    • Constructor Detail

      • DynamicDriveToolTipTagFragmentGenerator

        public DynamicDriveToolTipTagFragmentGenerator()
        Blank constructor.
      • DynamicDriveToolTipTagFragmentGenerator

        public DynamicDriveToolTipTagFragmentGenerator​(java.lang.String title,
                                                       int style)
        Creates a new generator with specific title and style settings.
        Parameters:
        title - title for use in all tooltips, use empty String not to display a title.
        style - style number, see http://www.dynamicdrive.com for more information.
    • Method Detail

      • generateToolTipFragment

        public java.lang.String generateToolTipFragment​(java.lang.String toolTipText)
        Generates a tooltip string to go in an HTML image map.
        Specified by:
        generateToolTipFragment in interface ToolTipTagFragmentGenerator
        Parameters:
        toolTipText - the tooltip.
        Returns:
        The formatted HTML area tag attribute(s).