- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 99字
- 2021-07-14 10:36:35
Creating menus, commands, and handlers
In Eclipse, menus can be used to trigger user actions. These menus can be displayed at the top of the application window (or top of the screen on macOS). Menus can also be associated with a view through a contextual popup using the right mouse button.
A menu can be associated with a command, which represents a generic operation. The command is then dynamically associated with a handler, which is the code that executes the operation. This allows a generic operation (such as copy) to be executed by different handlers depending on the context.
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- 測試驅動開發:入門、實戰與進階
- Learning Selenium Testing Tools with Python
- Oracle Database In-Memory(架構與實踐)
- Linux環境編程:從應用到內核
- Practical Game Design
- 小程序,巧運營:微信小程序運營招式大全
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- 網絡爬蟲原理與實踐:基于C#語言
- 深入理解Elasticsearch(原書第3版)
- Integrating Facebook iOS SDK with Your Application
- 愛上micro:bit
- R語言數據可視化:科技圖表繪制
- 運維前線:一線運維專家的運維方法、技巧與實踐