Skip to content

Eclipse Plug-Ins

Best in textbook rentals since 2012!

ISBN-10: 0321553462

ISBN-13: 9780321553461

Edition: 3rd 2009

Authors: Eric Clayberg, Dan Rubel

List price: $59.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Providing an in-depth description of the process involved in building commercial-quality extensions for Eclipse, this text also contains cookbook type code examples, to aid understanding of the topic.
Customers also bought

Book details

List price: $59.99
Edition: 3rd
Copyright year: 2009
Publisher: Addison Wesley Professional
Publication date: 12/11/2008
Binding: Paperback
Pages: 99998
Size: 7.00" wide x 9.25" long x 1.50" tall
Weight: 2.794

Foreword by Skip McGaughey
Foreword by Simon Archer
Preface
Using Eclipse Tools
Getting Started
The Eclipse Workbench
Setting Up Your Environment
Creating a Project
Navigating
Searching
Writing Code
Team Development Using CVS
Running Applications
Introduction to Debugging
Introduction to Testing
Introduction to Mylyn
Summary
A Simple Plug-in Example
The Favorites Plug-in
Creating a Plug-in Project
Reviewing the Generated Code
Building a Product
Installing and Running the Product
Debugging the Product
PDE Views
Writing Plug-in Tests
Book Samples
Summary
Eclipse Infrastructure
Structural Overview
Plug-in Directory or JAR file
Plug-in Manifest
Activator or Plug-in Class
Plug-in Model
Logging
Eclipse Plug-ins
Summary
The Standard Widget Toolkit
SWT History and Goals
SWT Widgets
Layout Management
Resource Management
GUI Builders
Summary
JFace Viewers
List-Oriented Viewers
Text Viewers
Summary
Commands and Actions
Commands
Menu and Toolbar Contributions
Handlers
Key Bindings
IAction versus IActionDelegate
Workbench Window Actions
Object Actions
View Actions
Editor Actions
Actions and Key Bindings
RFRS Considerations
Summary
Views
View Declaration
View
View Commands
Linking the View
Saving View State
Testing
Image Caching
Auto-sizing Table Columns
RFRS Considerations
Summary
Editors
Editor Declaration