Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以通过自定义 cellFactory 为 TreeView 设置 ContextMenu,但问题是该菜单适用于树中的所有项目。有没有办法将不同的 contextMenus 绑定到不同的项目?
根据设计,TreeCell您定义的自定义将在呈现树视图项值时多次重用,这是一件好事。在updateItem方法中,您可以根据作为参数传递给此updateItem方法的项目来更改“当前”上下文菜单的内容。
TreeCell
updateItem