blob: 3214edb3b38d839651fe8a998fbee773ee34a415 [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, 2006. 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">
<script type="text/javascript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
<title>Infopops</title>
</head>
<body>
<h2>Infopops</h2>
<p>An infopop is a small window associated with a
particular SWT widget in a plug-in's user interface.&nbsp; It displays
context-sensitive help and links to related help topics for the widget.&nbsp;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" alt="Image showing an infopop">
</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>