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.
- Host: GitHub
- URL: https://github.com/turekbot/tooltippedtablecell
- Owner: TurekBot
- Created: 2017-08-03T02:36:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T02:44:04.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T19:54:18.752Z (about 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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.