Switch to TreeTableView in save&restore#3872
Merged
Merged
Conversation
jacomago
reviewed
Jul 8, 2026
| import java.util.ResourceBundle; | ||
| import java.util.ServiceLoader; | ||
| import java.util.Stack; | ||
| import java.util.*; |
Contributor
There was a problem hiding this comment.
Do we normally do * imports?
Collaborator
Author
There was a problem hiding this comment.
No, will update.
jacomago
approved these changes
Jul 10, 2026
| import javafx.scene.input.ClipboardContent; | ||
| import javafx.scene.input.Dragboard; | ||
| import javafx.scene.input.TransferMode; | ||
| import javafx.scene.layout.*; |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Upon user request: improve metadata visibility on objects in the hierarchy view by moving from tooltip to content rendered in TreeCell. Decided though that a TreeTableView is a better match for showing more data, in particular as user may hide unwanted columns.
This change also offers the possibility to sort on date or user name.
Testing:
Documentation: