blob: a1927428391fcbc0648a03cf5774e7884337c69b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
<HEAD>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<TITLE>
Dialogs and wizards
</TITLE>
<link rel="stylesheet" type="text/css" HREF="../book.css">
</HEAD>
<BODY BGCOLOR="#ffffff">
<h1>Dialogs and wizards</h1>
<p>
We've seen how to extend the workbench UI by adding views, editors, and
actions to the workbench. We've contributed a preference page for controlling
the behavior of our plug-in. Now we can tie it all together by launching our
own dialogs in response to these actions.</p>
<p>
The JFace UI framework provides several standard dialogs and a framework for
building your own dialogs and wizards. We'll look at the different kinds of dialogs and wizards and how to build
them.</p>
<p>
We'll also cover some simple workbench extensions for contributing wizards.</p>
</BODY>
</HTML>