blob: e1695cd360987837f6b91d44e12434999bdf47df [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>
Stephan Herrmann8740b762011-08-28 21:42:36 +000016 &ndash; <a href="assist/addRemoveSignatures.html#remove">remove signatures in method bindings</a> (<a href="otjld/def/s3.html#s3.1.c"><img src="../images/ot_paragraph.png"> 3.1(c)</a>, <a href="otjld/def/s4.html#s4.1.c"><img src="../images/ot_paragraph.png"> 4.1(c)</a>),<br />
Stephan Herrmann6fd12162011-08-28 21:27:52 +000017 &ndash; <a href="assist/addRemoveSignatures.html#add">add signatures to method bindings</a> (<i>inverse of the above</i>)
Stephan Herrmann7736a712010-07-01 16:47:30 +000018 </dl>
19 </body>
20</html>