- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 96字
- 2021-07-14 10:36:35
Chapter 4. Interacting with the User
In the last chapter, we looked at some of the basic JFace viewers that provide a representation of data. However, we need to interact with the user and we can do this in multiple ways, from responding to mouse clicks to processing data-intensive operations in the background.
In this chapter we will:
- Create a menu in response to a user popup
- Add a command and a handler in a menu
- Use progress managers to report work
- Add commands to the progress manager
- Show errors and deal with failure
推薦閱讀
- Kibana Essentials
- Vue.js入門與商城開發實戰
- HTML5+CSS3基礎開發教程(第2版)
- Web Application Development with R Using Shiny(Second Edition)
- Instant Typeahead.js
- React.js Essentials
- Go并發編程實戰
- 學習OpenCV 4:基于Python的算法實戰
- Mastering Linux Security and Hardening
- Apache Camel Developer's Cookbook
- PrimeFaces Blueprints
- Extending Unity with Editor Scripting
- Python函數式編程(第2版)
- Python商務數據分析(微課版)
- Yii2 By Example