blob: 47c57cac4d7911bb14d076715cc240042491af38 [file] [log] [blame]
Stephan Herrmann7736a712010-07-01 16:47:30 +00001<html>
2 <head>
3 <meta name="copyright" content="Copyright Technical University Berlin and others 2004, 2010. This page is made available under the Eclipse Public License v1.0. For full details see http://www.eclipse.org/legal/epl-v10.html" />
4 <link rel=stylesheet type="text/css" href="../css/book.css">
5 <link rel=stylesheet type="text/css" href="otjld/css/ot.css">
6 <link rel=stylesheet type="text/css" href="otguide.css">
7 <title>OT/J content/code assist</title>
8 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
9 </head>
10 <body>
11 <h1 align="center">OT/J quick assist</h1>
12 <u>Specific <a href="/help/topic/org.eclipse.jdt.doc.user/reference/ref-java-editor-quickassist.htm">quick assists</a> are available for typical changes in OT/J programs, including:</u>
13 <dl>
14 <dt>method bindings
15 <dd>
16 &ndash; remove signatures in method bindings (<a href="otjld/def/s3.html#s3.1.c"><img src="../icons/ot_paragraph.gif"> 3.1(c)</a>, <a href="otjld/def/s4.html#s4.1.c"><img src="../icons/ot_paragraph.gif"> 4.1(c)</a>),<br />
17 &ndash; add signatures to method bindings (<i>inverse of the above</i>),<br />
18 <img style="margin-top:10px;" src="images/screenshots/RemoveSignatures-QuickAssist.png">
19 </dl>
20 </body>
21</html>