Class CellOverrunTooltipper<T>

java.lang.Object
de.hsh.graja.gui.controller.LabeledOverrunTooltipper
de.hsh.graja.gui.controller.CellOverrunTooltipper<T>

public class CellOverrunTooltipper<T> extends LabeledOverrunTooltipper
An instance of this class attaches a tooltip to a Cell item. The tooltip is shown only, when the item's text is ellipsized. You can call the LabeledOverrunTooltipper.dispose() method to end tooltipping.
  • Constructor Details

    • CellOverrunTooltipper

      public CellOverrunTooltipper(javafx.scene.control.Cell<T> cell)
  • Method Details