- 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.
推薦閱讀
- Learning Java Functional Programming
- Visual Basic編程:從基礎到實踐(第2版)
- 匯編語言程序設計(第2版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- 軟件架構:Python語言實現(xiàn)
- Visual C++數(shù)字圖像處理技術詳解
- QTP自動化測試進階
- 大學計算機基礎實驗指導
- 劍指大數(shù)據(jù):企業(yè)級數(shù)據(jù)倉庫項目實戰(zhàn)(在線教育版)
- Processing創(chuàng)意編程指南
- Java編程從入門到精通
- HTML5+CSS3+jQuery Mobile APP與移動網(wǎng)站設計從入門到精通
- BeagleBone Robotic Projects(Second Edition)
- Microsoft HoloLens By Example
- Elasticsearch Blueprints