uidesigner/com.nokia.carbide.cpp.uidesigner.doc.user/html/concepts/con_uidesigntools.htm
author Deepak Modgil <Deepak.Modgil@Nokia.com>
Fri, 03 Apr 2009 23:33:03 +0100
changeset 0 fb279309251b
permissions -rw-r--r--
DP tools release version Revision: 200912

<!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" />
<title>User Interface Design Tools</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>User Interface Design Tools</h2>

<h4>Benefits of GUI for Users</h4>
<p>Most modern electronic devices provide a Graphic User Interface (GUI) to simplify interaction with the user. Because many different devices use the same basic interface elements, users can easily learn the operation of each new device they encounter.</p>
<p>Although each device may have a unique look and some custom interface elements, most GUI devices share a similar set of elements and behaviors. A typical GUI provides the user with familiar elements, such as windows, dialogs, menus, lists, buttons, and editable text fields. Each of these elements operate much the same in all devices.</p>
<h4>Benefits of GUI for Developers</h4>
<p>The use of standard interface elements simplifies your design and implementation of software for a platform.  You do not need to expend effort designing a general look and feel for the interface or implementing the basic UI for your application. It is usually a relatively simple technical matter to manually create and customize  interface elements for an application based on the high level interface objects that are provided in the SDK, but careful work is required at the implementation detail level to ensure the interface elements look and behave as desired. Using the custom subclasses of the classes defined in the SDK to implement the application's user interface, your development team can concentrate most of its  effort on the parts of the application that are unique.</p>
<h4>Rapid Development</h4>
<p>Some development tool kits take this process one step further and provide tools that further simplify the creation of the user interface. The additional functionality provided by UI design tools <strong></strong> allow you to create the UI in a graphic environment that provides immediate feedback of all changes to the interface.</p>
<p>When using a UI design tool, you   create graphic representations of the windows, UI designs, dialogs, menus, and other visual user interface elements and modify these elements within the graphic editor. As you make changes to the visual elements in the graphic editor, the tool maintains an internal model of those elements. When you complete the editing session, the tool writes out the files and other resources necessary to create and use the interface elements within the application.</p>
<h5>Related Information</h5>
<ul>
  <li><a href="../reference/components/ref_controls.htm">Controls Components</a></li>
  <li><a href="../reference/components/ref_information.htm">Component Information Pane</a></li>
  <li><a href="../reference/components/ref_palette.htm">Component Palette Pane</a></li>
</ul>
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

</body>
</html>