Author: chukhutsina
Date: 2009-05-20 11:55:15 -0400 (Wed, 20 May 2009)
New Revision: 15368
Modified:
trunk/seam/docs/reference/en/modules/seam_editors.xml
trunk/seam/docs/reference/en/modules/seam_menus_and_actions.xml
Log:
<html><head><meta name="qrichtext" content="1"
/></head><body style="font-size:9pt;font-family:Sans Serif">
<
p>https://jira.jboss.org/jira/browse/JBDS-719 -The description of all new features
of OpenOn was added to the Seam guide.</p>
</body></html>
Modified: trunk/seam/docs/reference/en/modules/seam_editors.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_editors.xml 2009-05-20 15:52:00 UTC (rev
15367)
+++ trunk/seam/docs/reference/en/modules/seam_editors.xml 2009-05-20 15:55:15 UTC (rev
15368)
@@ -503,6 +503,26 @@
</mediaobject>
</figure>
+<para>
+ OpenOn is also supported in seam components where <property> In
annotation</property> is presented.
+ After pressing <property>Ctrl + left click</property> on the seam
component specified in <code>@In </code> you will get the possibility to open
the file where the component is declarated as well as
+ all of the seam components where it is used in the next declarations:</para>
+ <itemizedlist>
+ <listitem>@Out</listitem>
+ <listitem>@DataModel</listitem>
+ <listitem>@Role</listitem>
+ <listitem>@Roles</listitem>
+ </itemizedlist>
+
+ <figure>
+ <title>OpenOn in Seam Component</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata
fileref="images/seam_editors/seam_editors_2b.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
</section>
Modified: trunk/seam/docs/reference/en/modules/seam_menus_and_actions.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_menus_and_actions.xml 2009-05-20 15:52:00
UTC (rev 15367)
+++ trunk/seam/docs/reference/en/modules/seam_menus_and_actions.xml 2009-05-20 15:55:15
UTC (rev 15368)
@@ -354,7 +354,8 @@
</imageobject>
</mediaobject>
</figure>
-
+ <para>You can also open Seam Component from the other component where
the required one is declared in <code>@In </code> by using
+ <link linkend="OpenOn">OpenOn</link>
(<property>Ctrl + left click</property> and select <property>Open
Declaration of Seam Component for seam_component in Seam_class.java</property>
).</para>
</section>
</section>