- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 105字
- 2021-07-14 10:36:25
Chapter 2. Creating Views with SWT
SWT – the Standard Widget Toolkit
SWT is the widget toolkit used by Eclipse that gives performant access to the platform's native tools in a portable manner. Unlike Swing, which is rendered with Java native drawing operations, SWT delegates the drawing to the underlying operating system.
In this chapter we will:
- Create an Eclipse view with SWT widgets
- Create a custom SWT widget
- Work with SWT resources and learn how to detect and fix resource leaks
- Handle focus operations
- Group components and resize them automatically
- Create system tray items
- Display nonrectangular windows
- Provide scrolling and tabbed navigation
推薦閱讀
- 現(xiàn)代C++編程:從入門到實(shí)踐
- Django+Vue.js商城項(xiàng)目實(shí)戰(zhàn)
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題精解(C語言實(shí)現(xiàn)+微課視頻)
- SQL語言從入門到精通
- PostgreSQL 11從入門到精通(視頻教學(xué)版)
- GameMaker Programming By Example
- 程序員修煉之道:通向務(wù)實(shí)的最高境界(第2版)
- Serverless架構(gòu)
- Python Interviews
- Clean Code in C#
- Python 3 Object:oriented Programming(Second Edition)
- UX Design for Mobile
- 從零開始學(xué)Unity游戲開發(fā):場(chǎng)景+角色+腳本+交互+體驗(yàn)+效果+發(fā)布
- MATLAB計(jì)算機(jī)視覺實(shí)戰(zhàn)
- Web 2.0策略指南