Chapter 20. Customizing the Presentation of Views and Editors

Much of the “look and feel” of Eclipse applications is defined by the way editor and view tabs are shown. Most of the Eclipse IDE uses native widgets, such as toolbars, dialogs, and menus. There are some Workbench components, however, that use custom widgets. For example, native tab widgets don’t support drag-and-drop reordering, focus highlighting, and Close buttons. As such, Eclipse uses a custom widget called CTabFolder for view and editor tabs.

As you saw in Chapter 19, “Customizing Workbench Windows,” there are many good reasons to customize the look of RCP applications. Changing how editors and views are shown has a significant impact. Fortunately, you can provide your own implementation ...

Get Eclipse Rich Client Platform, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.