| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| AspectJ views |
| </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> |
| AspectJ views |
| </h1> |
| <p>The AspectJ development tools contribute the following views to the workbench:</p> |
| |
| <h2>Cross References view</h2> |
| |
| <p>The Cross References view shows crosscutting relationships for the currently selected |
| Java or AspectJ element. The view responds to selections made in either the editor |
| or the outline view.</p> |
| |
| <h2>Crosscutting Comparison view</h2> |
| |
| <p>The Crosscutting Comparison view shows the results of comparing the crosscutting |
| relationships present in two different versions of a project, or between |
| two advice or declare elements in a project.</p> |
| |
| <h2>AJDT Event Trace view</h2> |
| |
| <p>The AJDT Event Trace view displays information |
| about AJDT events, such as builds, errors and other tasks. It is mainly used for debugging and to help |
| diagnose users' problems.</p> |
| |
| <p><img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br> |
| <a href="../tasks/xrefview.htm">Using the Cross References view</a><br> |
| <a href="../tasks/compare.htm">Comparing crosscutting</a> |
| |
| </p> |
| |
| </body> |
| </html> |
| |