Class ToolTipHelper

java.lang.Object
org.graffiti.plugin.ToolTipHelper
All Implemented Interfaces:
HelperClass

public class ToolTipHelper
extends Object
implements HelperClass
Author:
C. Klukas Adds recursively a tool tip text to a JComponent or to JPanels Sub-Components. If a JCheckbox is found with no Text, the given toolTipText is used as the new descriptive text. The first character of the toolTipText is changed to upper case.
  • Constructor Details

    • ToolTipHelper

      public ToolTipHelper()
  • Method Details

    • addToolTip

      public static void addToolTip​(JComponent jcomp, String toolTipText)