blob: c5bd75fb49a9ab7581357f9b81de3de6d6a767e9 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>
<HEAD>
<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.&nbsp;
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.&nbsp;&nbsp;</P>
<P >
We'll also cover some simple workbench extensions for contributing wizards.</P>
<P >
<a href="../hglegal.htm"><img border="0" src="../ngibmcpy.gif" alt="Copyright IBM Corporation and others 2000, 2003." border="0" width="324" height="14"></a></P>
</BODY>
</HTML>