How can I add a right click popup menu to a treeitem in a SWT Tree. Each treeitem should have a right click enabled on it
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- SWT table: how to set/get “focused” row
Just use
tree.setMenu(Menu)
.There you go: