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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getToolTip

      String getToolTip()