Package adams.gui.core
Interface MultiPagePane.ToolTipCustomizer
-
- Enclosing class:
- MultiPagePane
public static interface MultiPagePane.ToolTipCustomizerInterface for classes that want to customize the tool tip of an entry.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcustomizeToolTip(int index, String toolTip)Gets called before the tool tip is set.
-