blob: 123833f741cdddb52623fd2472b9eb3d727a26b7 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. 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>Display View</title>
</head>
<body>
<h1> Display View </h1>
<p> The <strong>Display View</strong> displays the result of evaluating an expression in the context of the current stack frame. You can evaluate and display a selection either from the editor or
directly from the <strong>Display View</strong>.</p>
<p><img src="../../../reference/views/display/images/ref-display_view.PNG" alt="Display View"></p>
<p>The commands available in the display view are listed below.</p>
<table border="1" cellspacing="0" cellpadding="5">
<caption>
Display View Commands
</caption>
<thead>
<tr>
<th rowspan="1" colspan="1"> <p> Command </p></th>
<th rowspan="1" colspan="1"> <p> Name </p></th>
<th rowspan="1" colspan="1"> <p> Description </p></th>
<th rowspan="1" colspan="1"> <p> Availability </p></th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.ui.console/elcl16/clear_co.png" alt="Clear View"></td>
<td rowspan="1" colspan="1" valign="top" align="left" ><p><strong><a href="../../../reference/views/display/ref-clear.htm">Clear</a></strong></p></td>
<td rowspan="1" colspan="1" valign="top" align="left" ><p> Clears the current contents of the view. </p></td>
<td>Context menu and view action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/copy_edit_co.png" alt="Copy Selected Statements"></td>
<td colspan="1" valign="top" align="left" ><strong><a href="../../../reference/views/shared/ref-copy.htm">Copy</a></strong></td>
<td colspan="1" valign="top" align="left" >Copies the selected statements to the system clipboard. </td>
<td>Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.debug.ui/elcl16/metharg_obj.png" alt="Content Assist"></td>
<td colspan="1" valign="top" align="left" ><strong><a href="../../../reference/views/shared/ref-contentassist.htm">Content Assist </a></strong></td>
<td colspan="1" valign="top" align="left" >Opens the content assist popup for context sensitive coding assistance </td>
<td>Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.ui.console/elcl16/cut_edit.png" alt="Cut Selected Statements"></td>
<td colspan="1" valign="top" align="left" ><strong><a href="../../../reference/views/shared/ref-cut.htm">Cut</a></strong></td>
<td colspan="1" valign="top" align="left" >Copies the selected statements to the system clipboard and removes them from the view. </td>
<td>Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.jdt.debug.ui/etool16/disp_sbook.png" alt="Display Result"></td>
<td colspan="1" valign="top" align="left" ><strong><a href="../../../reference/views/shared/ref-display.htm">Display </a></strong></td>
<td colspan="1" valign="top" align="left" >Displays the result of the selected statement inline in the view. </td>
<td>Context menu and view action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.jdt.debug.ui/etool16/run_sbook.png" alt="Evaluate Result" ></td>
<td colspan="1" valign="top" align="left" ><strong><a href="../../../reference/views/shared/ref-execute.htm">Execute</a></strong></td>
<td colspan="1" valign="top" align="left" >Runs the selected statement. This action is analogous to running the statement in normal code. </td>
<td>Context menu and view action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left" ><strong><a href="../../../reference/views/shared/ref-findreplace.htm">Find/Replace</a></strong></td>
<td colspan="1" valign="top" align="left" >Allows you to search for and replace specific statements, or portions of statements </td>
<td>Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.jdt.debug.ui/etool16/insp_sbook.png" alt="Inspect Result"></td>
<td colspan="1" valign="top" align="left" ><strong><a href="../../../reference/views/shared/ref-inspect.htm">Inspect Result</a></strong> </td>
<td colspan="1" valign="top" align="left" >Allows you to inspect what the return value of the selected statement will be. </td>
<td>Context menu and view action </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left"><img src="../../../images/org.eclipse.ui.console/elcl16/paste_edit.png" alt="Paste"></td>
<td colspan="1" valign="top" align="left" ><strong><a href="../../../reference/views/shared/ref-paste.htm">Paste</a></strong></td>
<td colspan="1" valign="top" align="left" >Copies material from the system clipboard into the view </td>
<td>Context menu </td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">&nbsp;</td>
<td colspan="1" valign="top" align="left" ><strong><a href="../../../reference/views/shared/ref-selectall.htm">Select All</a></strong> </td>
<td colspan="1" valign="top" align="left" >Selects all of the statements in the view </td>
<td>Context menu </td>
</tr>
</tbody>
</table>
<p> <img border="0" src="../../../images/ngrelc.png" alt="Related concepts" > </p>
<p> <a href="../../../concepts/cjavaviews.htm">Java views</a><br>
<a href="../../../concepts/concepts-5.htm">Java perspectives</a> </p>
<p> <img border="0" src="../../../images/ngrelt.png" alt="Related tasks" > </p>
<p> <a href="../../../tasks/task-evaluating_expressions.htm">Evaluating expressions</a> </p>
<p> <img border="0" src="../../../images/ngrelr.png" alt="Related reference" > </p>
<p> <a href="../ref-viewsandeditors.htm">Views and editors</a> </p>
<p>&nbsp;</p>
</body>
</html>