Package PamModel.parametermanager
Interface EnumToolTip
- All Known Implementing Classes:
BlockMode
,ContourMerge
public interface EnumToolTip
interface which can be added to an enum so that it provides tooltips as well as toString.
this can help standardise Comboboxes whereby the toString is used in the box, but the tooltip
displayed elsewhere.
-
Method Summary
-
Method Details
-
getToolTip
String getToolTip()
-