| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Templates |
| </title> |
| <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| </head> |
| <body> |
| <h1> |
| Templates |
| </h1> |
| <p>Templates are a structured description of coding patterns that reoccur in |
| source code. The AspectJ editor supports the use of templates supplies |
| by the Java development tools (JDT), as well as several defined by the |
| AspectJ development tools. Templates are inserted using content |
| assist (<strong>Ctrl+Space</strong>).</p> |
| |
| <p>Templates can be browsed in |
| <strong>Window > Preferences > Java > Editor > Templates</strong>. |
| You can also create your own templates or edit the existing ones. Please see the |
| Java development user guide for more information on templates.</p> |
| |
| <p><img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"><br> |
| <a href="editor.htm">AspectJ editor</a></p> |
| |
| </body> |
| </html> |
| |