Chapter 11. Dialogs and Wizards
Good UI guidelines suggest that developers construct modeless Eclipse editors and views, but there are times when a modal dialog or wizard is appropriate. This chapter lays out Eclipse’s dialog and wizard framework, discusses when a dialog or wizard should be used instead of a view or editor, provides various examples, and discusses Eclipse’s various built-in dialog classes.
11.1 Dialogs
Whenever information is requested from or presented to the user in a modeless fashion, it allows the user to freely interact with all the resources in the workbench. Windows, pages, editors, and views are all examples of modeless ...
Get Eclipse: Building Commercial-Quality Plug-ins, 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.