Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 573 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 573 Bytes

TooltippedTableCell

Just like a normal table cell, but each table cell has a tooltip that will display its contents. This makes it easier for the user: they can read the contents without having to expand the table cell.

Tooltip in action

Improvements

Feel free to make any suggestions or additions.

Usage

The goal here is ease of use.

  1. Put this class in your project (copy and paste, unless you know another way)
  2. Apply it to your column via someColumn.setCellFactory(TooltippedTableCell.forTableColumn());
  3. Rejoice.