public class TooltipHelper
extends java.lang.Object
Constructor and Description |
---|
TooltipHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
addTooltip(org.processmining.framework.util.ui.widgets.ProMPropertiesPanel propertiesPanel,
javax.swing.JComponent attachTo,
java.lang.String tooltip)
This helper function takes a propertiesPanel and a component (e.g.
|
public static void addTooltip(org.processmining.framework.util.ui.widgets.ProMPropertiesPanel propertiesPanel, javax.swing.JComponent attachTo, java.lang.String tooltip)
propertiesPane
- The pane that contains the elementsattachTo
- The component that should have the tooltip attached, but also
to its sibblings (e.g. on the same level)tooltip
- The tooltip text to attach.