- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 112字
- 2021-07-14 10:36:34
Selection
Selection in Eclipse is handled using two distinct implementations. The original Eclipse workbench implementation, along with JFace, uses interfaces such as ISelection
and IStructuredSelection
to represent a selected object. The Eclipse 3.x Platform UI provided an ISelectionService
to keep track of a global selected object in the current window.
Since both JFace and the Eclipse Platform UI depend upon SWT, the traditional selection service was tied to a specific implementation of the graphics library, which limited its use outside of SWT. As a result, the ESelectionService
was created to provide closer ties with the E4 platform, without the SWT/JFace dependencies. Both of these selection mechanisms are seen in modern Eclipse applications.
推薦閱讀
- LabVIEW 2018 虛擬儀器程序設計
- 零基礎學C++程序設計
- MATLAB圖像處理超級學習手冊
- C語言程序設計教程(第2版)
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- 軟件測試實用教程
- C++反匯編與逆向分析技術揭秘(第2版)
- Java零基礎實戰
- Xcode 6 Essentials
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Clojure Polymorphism
- IPython Interactive Computing and Visualization Cookbook
- 零基礎學Java第2版
- Mastering ASP.NET Web API
- Java面向對象程序設計(第3版)