Stephan Herrmann | 7736a71 | 2010-07-01 16:47:30 +0000 | [diff] [blame] | 1 | <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 Herrmann | 6fd1216 | 2011-08-28 21:27:52 +0000 | [diff] [blame^] | 16 | – <a href="assist/addRemoveSignatures.html#remove">remove signatures in method bindings</a> (<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 | – <a href="assist/addRemoveSignatures.html#add">add signatures to method bindings</a> (<i>inverse of the above</i>) |
Stephan Herrmann | 7736a71 | 2010-07-01 16:47:30 +0000 | [diff] [blame] | 18 | </dl> |
| 19 | </body> |
| 20 | </html> |