An open API service indexing awesome lists of open source software.

https://github.com/turekbot/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.
https://github.com/turekbot/tooltippedtablecell

Last synced: about 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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](https://i.imgur.com/gZTTsc1.png)

## 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)
1. Apply it to your column via `someColumn.setCellFactory(TooltippedTableCell.forTableColumn());`
1. Rejoice.