| <!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> |
| Infopops |
| </TITLE> |
| |
| <link rel="stylesheet" type="text/css" HREF="../book.css"> |
| </HEAD> |
| <BODY BGCOLOR="#ffffff"> |
| <H1> |
| Infopops</H1> |
| |
| <p>An infopop is a small window associated with a |
| particular SWT widget in a plug-in's user interface. It displays |
| context-sensitive help and links to related help topics for the widget. It |
| is activated when the user puts focus on the widget and presses the <code>F1</code> |
| key (<code>Ctrl+F1</code> on GTK, and <code>Help</code> key on Carbon).</p> |
| <p>Since Eclipse 3.1, the preferred way to show the context help is in the help |
| window. However, it is still possible to configure context help presentation to |
| use infopops in the Help preferences. For example, here is an infopop that has been defined on |
| the General/Search page: </p> |
| <p align="center"> |
| <img border="0" src="images/infopops.png" width="614" height="353"> |
| </p> |
| |
| |
| |
| <p>Since Eclipse 3.1, infopops have a link to show the currently displayed |
| context help in the new Help view.</p> |
| |
| |
| |
| </BODY> |
| </HTML> |