- 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 Cython Programming(Second Edition)
- Moodle Administration Essentials
- Wireshark Network Security
- 區(qū)塊鏈:以太坊DApp開發(fā)實戰(zhàn)
- SQL Server 2016數(shù)據(jù)庫應用與開發(fā)
- Java程序設(shè)計入門
- C# and .NET Core Test Driven Development
- UI設(shè)計全書(全彩)
- Java Web應用開發(fā)給力起飛
- CodeIgniter Web Application Blueprints
- Visual Basic語言程序設(shè)計基礎(chǔ)(第3版)
- SCRATCH編程課:我的游戲我做主
- Android開發(fā)權(quán)威指南(第二版)
- Linux Networking Cookbook
- Office VBA開發(fā)經(jīng)典:中級進階卷