Package org.graffiti.plugin
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 Summary
Constructors Constructor Description ToolTipHelper()
-
Method Summary
Modifier and Type Method Description static void
addToolTip(JComponent jcomp, String toolTipText)
-
Constructor Details
-
ToolTipHelper
public ToolTipHelper()
-
-
Method Details
-
addToolTip
-