Package adams.gui.core
Interface MultiPagePane.ToolTipCustomizer
-
- Enclosing class:
- MultiPagePane
public static interface MultiPagePane.ToolTipCustomizer
Interface 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 String
customizeToolTip(int index, String toolTip)
Gets called before the tool tip is set.
-