- 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
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- DBA攻堅指南:左手Oracle,右手MySQL
- 大學計算機應用基礎實踐教程
- JavaFX Essentials
- 深入淺出Spring Boot 2.x
- Web Application Development with R Using Shiny(Second Edition)
- PHP 編程從入門到實踐
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- D3.js 4.x Data Visualization(Third Edition)
- 劍指Java:核心原理與應用實踐
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Java零基礎實戰
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- 匯編語言程序設計
- Mastering Assembly Programming