r2348 - in trunk: jaxx-compiler/src/site jaxx-compiler/src/site/rst jaxx-demo/src/site jaxx-demo/src/site/rst jaxx-maven-plugin/src/site jaxx-maven-plugin/src/site/rst jaxx-runtime/src/site jaxx-runtime/src/site/rst jaxx-tutorial/src/site jaxx-tutorial/src/site/rst jaxx-tutorial-config/src/site jaxx-tutorial-config/src/site/rst jaxx-tutorial-css/src/site jaxx-tutorial-css/src/site/rst jaxx-tutorial-databinding/src/site jaxx-tutorial-databinding/src/site/rst jaxx-tutorial-helloworld/src/site j
Author: tchemit Date: 2012-06-29 01:17:41 +0200 (Fri, 29 Jun 2012) New Revision: 2348 Url: http://nuiton.org/repositories/revision/jaxx/2348 Log: refs #2148: Use now fluido for generated site (first pass) Modified: trunk/jaxx-compiler/src/site/rst/index.rst trunk/jaxx-compiler/src/site/site_fr.xml trunk/jaxx-demo/src/site/rst/index.rst trunk/jaxx-demo/src/site/site_fr.xml trunk/jaxx-maven-plugin/src/site/rst/index.rst trunk/jaxx-maven-plugin/src/site/site_fr.xml trunk/jaxx-runtime/src/site/rst/index.rst trunk/jaxx-runtime/src/site/site_fr.xml trunk/jaxx-tutorial-config/src/site/rst/index.rst trunk/jaxx-tutorial-config/src/site/site_fr.xml trunk/jaxx-tutorial-css/src/site/rst/index.rst trunk/jaxx-tutorial-css/src/site/site_fr.xml trunk/jaxx-tutorial-databinding/src/site/rst/index.rst trunk/jaxx-tutorial-databinding/src/site/site_fr.xml trunk/jaxx-tutorial-helloworld/src/site/rst/index.rst trunk/jaxx-tutorial-helloworld/src/site/site_fr.xml trunk/jaxx-tutorial-helloworld2/src/site/rst/index.rst trunk/jaxx-tutorial-helloworld2/src/site/site_fr.xml trunk/jaxx-tutorial-validation/src/site/rst/index.rst trunk/jaxx-tutorial-validation/src/site/site_fr.xml trunk/jaxx-tutorial/src/site/rst/index.rst trunk/jaxx-tutorial/src/site/site_fr.xml trunk/jaxx-validator/src/site/apt/index.rst trunk/jaxx-validator/src/site/site_fr.xml trunk/jaxx-widgets/src/site/rst/index.rst trunk/jaxx-widgets/src/site/site_fr.xml trunk/src/site/rst/BeanValidator.rst trunk/src/site/rst/Core.rst trunk/src/site/rst/I18n.rst trunk/src/site/rst/JAXXContext.rst trunk/src/site/rst/JAXXFile.rst trunk/src/site/rst/NavigationModel.rst trunk/src/site/rst/Todo.rst trunk/src/site/rst/contractProgramming.rst trunk/src/site/rst/dataBinding.rst trunk/src/site/rst/demo.rst trunk/src/site/rst/index.rst trunk/src/site/rst/javaBeans.rst trunk/src/site/rst/migration.rst trunk/src/site/rst/old-compiler-doc/BeanValidator.rst trunk/src/site/rst/old-compiler-doc/I18n.rst trunk/src/site/rst/old-compiler-doc/Interface.rst trunk/src/site/rst/old-compiler-doc/JAXXContext.rst trunk/src/site/rst/old-compiler-doc/JavaBean.rst trunk/src/site/rst/old-compiler-doc/NavigationTreeModel.rst trunk/src/site/rst/presentation.rst trunk/src/site/rst/scripting.rst trunk/src/site/rst/spec-validator2.rst trunk/src/site/rst/tutos/config.rst trunk/src/site/rst/tutos/css.rst trunk/src/site/rst/tutos/data-binding.rst trunk/src/site/rst/tutos/helloworld.rst trunk/src/site/rst/tutos/helloworld2.rst trunk/src/site/rst/useStylesheets.rst trunk/src/site/rst/useSwingObjects.rst trunk/src/site/site_fr.xml Modified: trunk/jaxx-compiler/src/site/rst/index.rst =================================================================== --- trunk/jaxx-compiler/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-compiler/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,8 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + +============= jaxx-compiler ============= Modified: trunk/jaxx-compiler/src/site/site_fr.xml =================================================================== --- trunk/jaxx-compiler/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-compiler/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -26,63 +26,24 @@ <project name="${project.name}"> - <bannerLeft> - <name>${project.name}</name> - <src>../jaxx.png</src> - <href>index.html</href> - </bannerLeft> + <bannerLeft> + <name>${project.name}</name> + <src>${project.url}/jaxx.png</src> + <href>index.html</href> + </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <body> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> + <menu ref="parent"/> - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> + <menu name="Utilisateur"/> - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" - img="${project.url}/images/logos/maven-feather.png"/> - <logo href="http://maven-site.nuiton.org/jrst" name="JRst" - img="http://maven-site.nuiton.org/public/images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" - name="ReStructuredText" - img="http://maven-site.nuiton.org/public/images/restructuredtext-logo.png"/> - </poweredBy> + <menu ref="reports"/> - <body> - <links> - <item name="nuiton.org" href="http://www.nuiton.org"/> - <item name="CodeLutin" href="http://codelutin.com"/> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - </links> - - <breadcrumbs> - <item name="${project.name}" href="index.html" /> - </breadcrumbs> - - <menu ref="parent"/> - - <menu name="Utilisateur"/> - - <menu ref="reports"/> - <footer> <script type="text/javascript" @@ -102,5 +63,5 @@ </div> </footer> - </body> + </body> </project> Modified: trunk/jaxx-demo/src/site/rst/index.rst =================================================================== --- trunk/jaxx-demo/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-demo/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + =================== Examples/Components =================== Modified: trunk/jaxx-demo/src/site/site_fr.xml =================================================================== --- trunk/jaxx-demo/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-demo/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -23,83 +23,53 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> - <project name="${project.name}"> - <bannerLeft> - <name>${project.name}</name> - <src>../jaxx.png</src> - <href>index.html</href> - </bannerLeft> + <bannerLeft> + <name>${project.name}</name> + <src>${project.url}/jaxx.png</src> + <href>index.html</href> + </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <poweredBy> + <logo href="http://maven-site.nuiton.org/jaxx/" name="Jaxx" img="${project.url}/images/jaxx-logo.png"/> + </poweredBy> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> + <body> - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> + <menu ref="parent"/> - <poweredBy> - <logo href="http://maven-site.nuiton.org/jaxx/" name="Jaxx" img="${project.url}/images/jaxx-logo.png"/> - </poweredBy> + <menu name="Utilisateur"> + <item name="Accueil" href="index.html"/> + <item name="Lancer la démo" href="jnlp/launch.jnlp"/> + </menu> - <body> - <links> - <item name="nuiton.org" href="http://www.nuiton.org"/> - <item name="CodeLutin" href="http://codelutin.com"/> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - </links> - - <breadcrumbs> - <item name="${project.name}" href="index.html" /> - </breadcrumbs> + <menu ref="reports"/> - <menu ref="parent"/> + <menu ref="modules"/> - <menu name="Utilisateur"> - <item name="Accueil" href="index.html"/> - <item name="Lancer la démo" href="jnlp/launch.jnlp"/> - </menu> + <footer> - <menu ref="reports"/> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js"> + </script> - <menu ref="modules"/> + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> - <footer> - - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js"> - </script> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> + </body> </project> Modified: trunk/jaxx-maven-plugin/src/site/rst/index.rst =================================================================== --- trunk/jaxx-maven-plugin/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-maven-plugin/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,8 +22,10 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - -maven-jaxx-plugin + ================= +jaxx-maven-plugin +================= .. contents:: @@ -50,4 +52,4 @@ * the generated help search index should be under *target/generated-sources/help* -.. _documentation of each mojo: plugin-info.html +.. _documentation of each mojo: ./plugin-info.html Modified: trunk/jaxx-maven-plugin/src/site/site_fr.xml =================================================================== --- trunk/jaxx-maven-plugin/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-maven-plugin/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -26,94 +26,56 @@ <project name="${project.name}"> - <bannerLeft> - <name>${project.name}</name> - <src>../jaxx.png</src> - <href>index.html</href> - </bannerLeft> + <bannerLeft> + <name>${project.name}</name> + <src>${project.url}/jaxx.png</src> + <href>index.html</href> + </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <body> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> + <menu ref="parent"/> - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> + <menu name="Utilisateur"> + <item name="Accueil" href="index.html"/> + <item name="Détail goals" href="plugin-info.html"> + <item name="generate" href="generate-mojo.html"/> + <item name="generate-help" href="generate-help-mojo.html"/> + <item name="generate-help-search" href="generate-help-search-mojo.html"/> + <item name="help" href="help-mojo.html"/> + </item> + </menu> - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" - img="${project.url}/images/logos/maven-feather.png"/> - <logo href="http://maven-site.nuiton.org/jrst" name="JRst" - img="http://maven-site.nuiton.org/public/images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" - name="ReStructuredText" - img="http://maven-site.nuiton.org/public/images/restructuredtext-logo.png"/> - </poweredBy> + <menu name="Développeur" inherit="top"> + <item name="A faire" href="Todo.html"/> + </menu> - <body> - <links> - <item name="nuiton.org" href="http://www.nuiton.org"/> - <item name="CodeLutin" href="http://codelutin.com"/> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - </links> + <menu ref="reports"/> - <breadcrumbs> - <item name="${project.name}" href="index.html" /> - </breadcrumbs> + <menu ref="modules"/> - <menu ref="parent"/> + <footer> - <menu name="Utilisateur"> - <item name="Accueil" href="index.html"/> - <item name="Détail goals" href="plugin-info.html"> - <item name="generate" href="generate-mojo.html"/> - <item name="generate-help" href="generate-help-mojo.html"/> - <item name="generate-help-search" href="generate-help-search-mojo.html"/> - <item name="help" href="help-mojo.html"/> - </item> - </menu> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js"> + </script> - <menu name="Développeur" inherit="top"> - <item name="A faire" href="Todo.html"/> - </menu> - - <menu ref="reports"/> + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> - <menu ref="modules"/> - - <footer> - - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js"> - </script> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - </body> + </body> </project> Modified: trunk/jaxx-runtime/src/site/rst/index.rst =================================================================== --- trunk/jaxx-runtime/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-runtime/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,8 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + +============ jaxx-runtime ============ Modified: trunk/jaxx-runtime/src/site/site_fr.xml =================================================================== --- trunk/jaxx-runtime/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-runtime/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -26,85 +26,45 @@ <project name="${project.name}"> - <bannerLeft> - <name>${project.name}</name> - <src>../jaxx.png</src> - <href>index.html</href> - </bannerLeft> + <bannerLeft> + <name>${project.name}</name> + <src>${project.url}/jaxx.png</src> + <href>index.html</href> + </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <body> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> + <menu ref="parent"/> - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> + <menu name="Utilisateur"> + <item name="Accueil" href="index.html"/> + </menu> - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" - img="${project.url}/images/logos/maven-feather.png"/> - <logo href="http://maven-site.nuiton.org/jrst" name="JRst" - img="http://maven-site.nuiton.org/public/images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" - name="ReStructuredText" - img="http://maven-site.nuiton.org/public/images/restructuredtext-logo.png"/> - </poweredBy> + <menu ref="reports"/> - <body> - <links> - <item name="nuiton.org" href="http://www.nuiton.org"/> - <item name="CodeLutin" href="http://codelutin.com"/> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - </links> - - <breadcrumbs> - <item name="${project.name}" href="index.html" /> - </breadcrumbs> + <menu ref="modules"/> - <menu ref="parent"/> + <footer> - <menu name="Utilisateur"> - <item name="Accueil" href="index.html"/> - </menu> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js"> + </script> - <menu ref="reports"/> - - <menu ref="modules"/> - - <footer> - - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js"> - </script> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + </body> </project> Modified: trunk/jaxx-tutorial/src/site/rst/index.rst =================================================================== --- trunk/jaxx-tutorial/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ------------ Tutorial Pom ------------ Modified: trunk/jaxx-tutorial/src/site/site_fr.xml =================================================================== --- trunk/jaxx-tutorial/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -24,77 +24,46 @@ #L% --> - - <project name="${project.name}"> - <bannerLeft> - <name>${project.name}</name> - <src>../jaxx.png</src> - <href>index.html</href> - </bannerLeft> + <bannerLeft> + <name>${project.name}</name> + <src>${project.url}/jaxx.png</src> + <href>index.html</href> + </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <body> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> + <menu ref="parent"/> - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> + <menu name="Utilisateur"> + <item name="Accueil" href="index.html"/> + </menu> - <body> - <links> - <item name="nuiton.org" href="http://www.nuiton.org"/> - <item name="CodeLutin" href="http://codelutin.com"/> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - </links> + <menu ref="modules"/> - <breadcrumbs> - <item name="${project.name}" href="index.html" /> - </breadcrumbs> + <footer> - <menu ref="parent"/> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js"> + </script> - <menu name="Utilisateur"> - <item name="Accueil" href="index.html"/> - </menu> + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> - <menu ref="modules"/> - - <footer> - - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js"> - </script> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> + </body> </project> Modified: trunk/jaxx-tutorial-config/src/site/rst/index.rst =================================================================== --- trunk/jaxx-tutorial-config/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial-config/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + =============== Tutorial Config =============== Modified: trunk/jaxx-tutorial-config/src/site/site_fr.xml =================================================================== --- trunk/jaxx-tutorial-config/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial-config/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -28,40 +28,15 @@ <bannerLeft> <name>${project.name}</name> - <src>../jaxx.png</src> + <src>${project.url}/jaxx.png</src> <href>index.html</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <poweredBy> + <logo href="http://maven-site.nuiton.org/jaxx/" name="Jaxx" img="${project.url}/images/jaxx-logo.png"/> + </poweredBy> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> - - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> - - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> - <body> - <links> - <item name="nuiton.org" href="http://www.nuiton.org"/> - <item name="CodeLutin" href="http://codelutin.com"/> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - </links> <breadcrumbs> <item name="${project.name}" href="index.html"/> Modified: trunk/jaxx-tutorial-css/src/site/rst/index.rst =================================================================== --- trunk/jaxx-tutorial-css/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial-css/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ============ Tutorial CSS ============ Modified: trunk/jaxx-tutorial-css/src/site/site_fr.xml =================================================================== --- trunk/jaxx-tutorial-css/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial-css/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -28,40 +28,15 @@ <bannerLeft> <name>${project.name}</name> - <src>../jaxx.png</src> + <src>${project.url}/jaxx.png</src> <href>index.html</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <poweredBy> + <logo href="http://maven-site.nuiton.org/jaxx/" name="Jaxx" img="${project.url}/images/jaxx-logo.png"/> + </poweredBy> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> - - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> - - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> - <body> - <links> - <item name="nuiton.org" href="http://www.nuiton.org"/> - <item name="CodeLutin" href="http://codelutin.com"/> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - </links> <breadcrumbs> <item name="${project.name}" href="index.html"/> Modified: trunk/jaxx-tutorial-databinding/src/site/rst/index.rst =================================================================== --- trunk/jaxx-tutorial-databinding/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial-databinding/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ============ Tutorial CSS ============ Modified: trunk/jaxx-tutorial-databinding/src/site/site_fr.xml =================================================================== --- trunk/jaxx-tutorial-databinding/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial-databinding/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -28,40 +28,15 @@ <bannerLeft> <name>${project.name}</name> - <src>../jaxx.png</src> + <src>${project.url}/jaxx.png</src> <href>index.html</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <poweredBy> + <logo href="http://maven-site.nuiton.org/jaxx/" name="Jaxx" img="${project.url}/images/jaxx-logo.png"/> + </poweredBy> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> - - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> - - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> - <body> - <links> - <item name="nuiton.org" href="http://www.nuiton.org"/> - <item name="CodeLutin" href="http://codelutin.com"/> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - </links> <breadcrumbs> <item name="${project.name}" href="index.html"/> Modified: trunk/jaxx-tutorial-helloworld/src/site/rst/index.rst =================================================================== --- trunk/jaxx-tutorial-helloworld/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial-helloworld/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ==================== Tutorial Hello World ==================== Modified: trunk/jaxx-tutorial-helloworld/src/site/site_fr.xml =================================================================== --- trunk/jaxx-tutorial-helloworld/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial-helloworld/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -28,40 +28,15 @@ <bannerLeft> <name>${project.name}</name> - <src>../jaxx.png</src> + <src>${project.url}/jaxx.png</src> <href>index.html</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <poweredBy> + <logo href="http://maven-site.nuiton.org/jaxx/" name="Jaxx" img="${project.url}/images/jaxx-logo.png"/> + </poweredBy> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> - - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> - - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> - <body> - <links> - <item name="nuiton.org" href="http://www.nuiton.org"/> - <item name="CodeLutin" href="http://codelutin.com"/> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - </links> <breadcrumbs> <item name="${project.name}" href="index.html"/> Modified: trunk/jaxx-tutorial-helloworld2/src/site/rst/index.rst =================================================================== --- trunk/jaxx-tutorial-helloworld2/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial-helloworld2/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ===================== Tutorial Hell world 2 ===================== Modified: trunk/jaxx-tutorial-helloworld2/src/site/site_fr.xml =================================================================== --- trunk/jaxx-tutorial-helloworld2/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial-helloworld2/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -28,40 +28,15 @@ <bannerLeft> <name>${project.name}</name> - <src>../jaxx.png</src> + <src>${project.url}/jaxx.png</src> <href>index.html</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <poweredBy> + <logo href="http://maven-site.nuiton.org/jaxx/" name="Jaxx" img="${project.url}/images/jaxx-logo.png"/> + </poweredBy> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> - - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> - - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> - <body> - <links> - <item name="nuiton.org" href="http://www.nuiton.org"/> - <item name="CodeLutin" href="http://codelutin.com"/> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - </links> <breadcrumbs> <item name="${project.name}" href="index.html"/> Modified: trunk/jaxx-tutorial-validation/src/site/rst/index.rst =================================================================== --- trunk/jaxx-tutorial-validation/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial-validation/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + =============== Tutorial Config =============== Modified: trunk/jaxx-tutorial-validation/src/site/site_fr.xml =================================================================== --- trunk/jaxx-tutorial-validation/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-tutorial-validation/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -28,40 +28,16 @@ <bannerLeft> <name>${project.name}</name> - <src>../jaxx.png</src> + <src>${project.url}/jaxx.png</src> <href>index.html</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> + <poweredBy> + <logo href="http://maven-site.nuiton.org/jaxx/" name="Jaxx" img="${project.url}/images/jaxx-logo.png"/> + </poweredBy> - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> - - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> - <body> - <links> - <item name="nuiton.org" href="http://www.nuiton.org"/> - <item name="CodeLutin" href="http://codelutin.com"/> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - </links> <breadcrumbs> <item name="${project.name}" href="index.html"/> Modified: trunk/jaxx-validator/src/site/apt/index.rst =================================================================== --- trunk/jaxx-validator/src/site/apt/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-validator/src/site/apt/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,8 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + +============== jaxx-validator ============== Modified: trunk/jaxx-validator/src/site/site_fr.xml =================================================================== --- trunk/jaxx-validator/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-validator/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -26,83 +26,44 @@ <project name="${project.name}"> - <bannerLeft> - <name>${project.name}</name> - <src>../jaxx.png</src> - <href>index.html</href> - </bannerLeft> + <bannerLeft> + <name>${project.name}</name> + <src>${project.url}/jaxx.png</src> + <href>index.html</href> + </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <body> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> - </skin> + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> + <menu ref="parent"/> - <publishDate position="right" format="dd/MM/yyyy"/> - <version position="right"/> + <menu name="Utilisateur"/> - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" - img="${project.url}/images/logos/maven-feather.png"/> - <logo href="http://maven-site.nuiton.org/jrst" name="JRst" - img="http://maven-site.nuiton.org/public/images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" - name="ReStructuredText" - img="http://maven-site.nuiton.org/public/images/restructuredtext-logo.png"/> - </poweredBy> + <menu ref="reports"/> - <body> - <links> - <item name="nuiton.org" href="http://www.nuiton.org"/> - <item name="CodeLutin" href="http://codelutin.com"/> - <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - </links> + <menu ref="modules"/> - <breadcrumbs> - <item name="${project.name}" href="index.html" /> - </breadcrumbs> + <footer> - <menu ref="parent"/> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js"> + </script> - <menu name="Utilisateur"/> + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> - <menu ref="reports"/> - - <menu ref="modules"/> - - <footer> - - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js"> - </script> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> + </body> </project> Modified: trunk/jaxx-widgets/src/site/rst/index.rst =================================================================== --- trunk/jaxx-widgets/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-widgets/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ============ JAXX Widgets ============ Modified: trunk/jaxx-widgets/src/site/site_fr.xml =================================================================== --- trunk/jaxx-widgets/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/jaxx-widgets/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -26,25 +26,44 @@ <project name="${project.name}"> - <bannerLeft> - <name>${project.name}</name> - <src>../jaxx.png</src> - <href>index.html</href> - </bannerLeft> + <bannerLeft> + <name>${project.name}</name> + <src>${project.url}/jaxx.png</src> + <href>index.html</href> + </bannerLeft> - <body> - - <breadcrumbs> - <item name="${project.name}" href="index.html" /> - </breadcrumbs> + <body> - <menu ref="parent"/> + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> - <menu name="Utilisateur"/> + <menu ref="parent"/> - <menu ref="reports"/> + <menu name="Utilisateur"/> - <menu ref="modules"/> + <menu ref="reports"/> - </body> + <menu ref="modules"/> + + <footer> + + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js"> + </script> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> </project> Modified: trunk/src/site/rst/BeanValidator.rst =================================================================== --- trunk/src/site/rst/BeanValidator.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/BeanValidator.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ----------------- Api de validation ----------------- Modified: trunk/src/site/rst/Core.rst =================================================================== --- trunk/src/site/rst/Core.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/Core.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ++++ Core ++++ Modified: trunk/src/site/rst/I18n.rst =================================================================== --- trunk/src/site/rst/I18n.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/I18n.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -36,7 +36,7 @@ L'internationalisation est présente par défaut dans JAXX et utilise la librairie `Nuiton-I18n`_ -.. _Nuiton-I18n::http://maven-site.nuiton.org/i18n/ +.. _Nuiton-I18n: http://maven-site.nuiton.org/i18n/ Configuration ============= @@ -103,7 +103,7 @@ On peut changer le titre de la JFrame depuis le fichier de traduction en changeant la valeur pour la clé myKey. -.. _documentation ad-hoc::http://maven-site.nuiton.org/i18n/ +.. _documentation ad-hoc: http://maven-site.nuiton.org/i18n/ Pourquoi ne plus utiliser l'ancien parserJaxx du plugin i18n ? Modified: trunk/src/site/rst/JAXXContext.rst =================================================================== --- trunk/src/site/rst/JAXXContext.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/JAXXContext.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ----------- JAXXContext ----------- Modified: trunk/src/site/rst/JAXXFile.rst =================================================================== --- trunk/src/site/rst/JAXXFile.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/JAXXFile.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ============================== Qu'est-ce qu'un fichier JAXX ? ============================== Modified: trunk/src/site/rst/NavigationModel.rst =================================================================== --- trunk/src/site/rst/NavigationModel.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/NavigationModel.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,9 +22,10 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - ---------------- + +^^^^^^^^^^^^^^^ NavigationModel ---------------- +^^^^^^^^^^^^^^^ .. contents:: @@ -32,7 +33,7 @@ **WARNING : certaines parties de la documentation ne sont pas à jour...** Présentation -============ +____________ Ajout d'un modèle d'arbre de navigation. @@ -59,13 +60,13 @@ Tout les models suivants implémantent cette interface. jaxx.runtime.swing.navigation.tree.NavigationTreeModel -================================================= +====================================================== Il s'agit du modèle de l'arbre utilisé, c'est une extension d'un *javax.swing.tree.DefaultTreeModel*. jaxx.runtime.swing.navigation.treetable.NavigationTreeTableModel -====================================================== +================================================================ Il s'agit du modèle de l'arbre tableau (*org.jdesktop.swingx.JXTreeTable*), c'est une extension d'un *org.jdesktop.swingx.treetable.DefaultTreeTableModel*. @@ -79,10 +80,10 @@ du builder (*jaxx.runtime.swing.navigation.treetable.NavigationTreeTableModelBuilder*). Les builders -============ +____________ jaxx.runtime.swing.navigation.NavigationModelBuilder ----------------------------------------------------- +==================================================== Les builders sont des classes utilitaires permétant de construire le model et les rendus de l'arbre simplement. @@ -90,23 +91,23 @@ Tous les builders implémentent cette interface. jaxx.runtime.swing.navigation.tree.NavigationTreeModelBuilder --------------------------------------------------------- +============================================================= Classe utilitaire pour construire le model (ici un *jaxx.runtime.swing.navigation.tree.NavigationTreeModel*) et décorer un arbre. jaxx.runtime.swing.navigation.treetable.NavigationTreeTableModelBuilder -------------------------------------------------------------- +======================================================================= Classe utilitaire pour construire le model (ici un *jaxx.runtime.swing.navigation.treetable.NavigationTreeTableModel*) et décorer un arbre tableau. Les Handlers -============ +____________ jaxx.runtime.swing.navigation.handler.AbstractNavigationHandler ---------------------------------------------------- +=============================================================== Cette classe est une implémentation d'un model de sélection pour les arbres de navigations. @@ -116,13 +117,13 @@ (*Strategy.PER_UI_TYPE*). jaxx.runtime.swing.navigation.handler.NavigationTreeHandlerWithCardLayout ------------------------------------------------------------------ +========================================================================= Extension de *jaxx.runtime.swing.navigation.handler.AbstractNavigationHandler* pour l'utilisation de CardLayout (*jaxx.runtime.swing.CardLayout2*). jaxx.runtime.swing.navigation.handler.NavigationMultiTreeHandler --------------------------------------------------------- +================================================================ TODO ajouter la strategie de la multiselection @@ -130,13 +131,13 @@ ajouter la possibilité d'utiliser la multisélection. jaxx.runtime.swing.navigation.handler.NavigationOneClicSelectionHandler ---------------------------------------------------------------- +======================================================================= Extension de *jaxx.runtime.swing.navigation.handler.NavigationMultiTreeHandler* pour activer le simple clic lors de la multi-selection. Définition d'un noeud -===================== +_____________________ Le noeud (*jaxx.runtime.swing.navigation.tree.NavigationTreeModel.NavigationTreeNode*) est @@ -144,19 +145,19 @@ Il apporte les nouvelles propriétés suivantes : - * *navigationPath* : nom de chemin de navigation de ce noeud. +* *navigationPath* : nom de chemin de navigation de ce noeud. - * *jaxxClass* : nom qualifié de la classe d'ui associé à ce noeud (doit être obligatoirement un *JAXXObject*) +* *jaxxClass* : nom qualifié de la classe d'ui associé à ce noeud (doit être obligatoirement un *JAXXObject*) - * *jaxxActionClass* : nom qualifié de la classe d'handler d'ui associé à ce noeud (doit être obligatoirement un *JAXXAction*). +* *jaxxActionClass* : nom qualifié de la classe d'handler d'ui associé à ce noeud (doit être obligatoirement un *JAXXAction*). - * *jaxxContextEntryDef* : définition de l'entrée dans le context JAXX associé à ce noeud. +* *jaxxContextEntryDef* : définition de l'entrée dans le context JAXX associé à ce noeud. - * *jaxxContextEntryJXPath* : définition d'une expression JXPath à appliquer sur le bean associé au noeud. +* *jaxxContextEntryJXPath* : définition d'une expression JXPath à appliquer sur le bean associé au noeud. Retrouver un noeud à partir du chemin de navigation -*************************************************** +___________________________________________________ Il est possible en connaissant le chemin de navigation d'un noeud de récupérer le noeud dans l'arbre via la méthode @@ -166,7 +167,7 @@ model.findNode("chemin.de.navigation") Trouver la valeur associée dans le context JAXX à partir du chemin de navigation -******************************************************************************** +________________________________________________________________________________ Il est possible en connaissant le chemin de navigation d'un noeud de récupérer la valeur associée dans le context JAXX. @@ -253,7 +254,7 @@ **Attention : la mécanique ne fonctionne que pour un arbre à selection unique.** Algorithme -********** +__________ Voici l'algorithme utilisé lors de la sélection d'un nouveau noeud : @@ -272,7 +273,7 @@ retourner au noeud précdent. jaxx.runtime.swing.navigation.NavigationTreeSelectionAdapterWithCardLayout -************************************************************************** +========================================================================== Il s'agit d'une implantation du listener précédent qui suppose que les uis associées aux noeuds sont affichées dans un unique container en utilisant le Modified: trunk/src/site/rst/Todo.rst =================================================================== --- trunk/src/site/rst/Todo.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/Todo.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ==== TODO ==== Modified: trunk/src/site/rst/contractProgramming.rst =================================================================== --- trunk/src/site/rst/contractProgramming.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/contractProgramming.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ========================= Programmation par contrat ========================= Modified: trunk/src/site/rst/dataBinding.rst =================================================================== --- trunk/src/site/rst/dataBinding.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/dataBinding.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ======================== Utiliser le data-binding ======================== Modified: trunk/src/site/rst/demo.rst =================================================================== --- trunk/src/site/rst/demo.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/demo.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ==== Demo ==== @@ -31,7 +32,7 @@ `Demonstration de JAXX`_ ..Fonctionne seulement si site déployé -.. _Demonstration de JAXX::jaxx-demo/jnlp/launch.jnlp +.. _Demonstration de JAXX: ./jaxx-demo/jnlp/launch.jnlp Cette démonstration a été réalisée en utilisant JAXX, et vous pouvez visionner tout ou partie du code source en cliquant sur l'onglet 'Sources'. Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/index.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,8 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + +==== JAXX ==== Modified: trunk/src/site/rst/javaBeans.rst =================================================================== --- trunk/src/site/rst/javaBeans.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/javaBeans.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ------------------------------------ Utilisation des java beans dans JAXX ------------------------------------ Modified: trunk/src/site/rst/migration.rst =================================================================== --- trunk/src/site/rst/migration.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/migration.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,8 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + +======================= Migration vers JAXX 2.0 ======================= Modified: trunk/src/site/rst/old-compiler-doc/BeanValidator.rst =================================================================== --- trunk/src/site/rst/old-compiler-doc/BeanValidator.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/old-compiler-doc/BeanValidator.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ------------- BeanValidator ------------- Modified: trunk/src/site/rst/old-compiler-doc/I18n.rst =================================================================== --- trunk/src/site/rst/old-compiler-doc/I18n.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/old-compiler-doc/I18n.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ---- I18n ---- Modified: trunk/src/site/rst/old-compiler-doc/Interface.rst =================================================================== --- trunk/src/site/rst/old-compiler-doc/Interface.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/old-compiler-doc/Interface.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + --------- Interface --------- Modified: trunk/src/site/rst/old-compiler-doc/JAXXContext.rst =================================================================== --- trunk/src/site/rst/old-compiler-doc/JAXXContext.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/old-compiler-doc/JAXXContext.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ----------- JAXXContext ----------- Modified: trunk/src/site/rst/old-compiler-doc/JavaBean.rst =================================================================== --- trunk/src/site/rst/old-compiler-doc/JavaBean.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/old-compiler-doc/JavaBean.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + -------- JavaBean -------- Modified: trunk/src/site/rst/old-compiler-doc/NavigationTreeModel.rst =================================================================== --- trunk/src/site/rst/old-compiler-doc/NavigationTreeModel.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/old-compiler-doc/NavigationTreeModel.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ------------------- NavigationTreeModel ------------------- @@ -40,7 +41,7 @@ Le développement est effectué dans le paquetage *jaxx.runtime.swing.navigation*. jaxx.runtime.swing.navigation.tree.NavigationTreeModel -================================================= +====================================================== Il s'agit du modèle de l'arbre utilisé, c'est une extension d'un *javax.swing.tree.DefaultTreeModel*. Modified: trunk/src/site/rst/presentation.rst =================================================================== --- trunk/src/site/rst/presentation.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/presentation.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ============ Présentation ============ Modified: trunk/src/site/rst/scripting.rst =================================================================== --- trunk/src/site/rst/scripting.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/scripting.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + =============================================== Utiliser des scripts pour améliorer l'ordinaire =============================================== @@ -65,7 +66,7 @@ le code Java, et recalculée quand ses dépendances (s'il y en a) changent. Cette utilisation des script est appelée data-binding_ -.. _data-binding::dataBinding.html +.. _data-binding: dataBinding.html Exemple:: Modified: trunk/src/site/rst/spec-validator2.rst =================================================================== --- trunk/src/site/rst/spec-validator2.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/spec-validator2.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ========================================================================= Amelioration de la gestion des validateurs dans les interfaces graphiques ========================================================================= Modified: trunk/src/site/rst/tutos/config.rst =================================================================== --- trunk/src/site/rst/tutos/config.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/tutos/config.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,8 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + +========================== Interface de Configuration ========================== @@ -33,7 +35,7 @@ Les sources de ce tutoriel sont disponibles au `telechargement ici`_. -.. _telechargement ici::http://nuiton.org/projects/list_files/jaxx +.. _telechargement ici: http://nuiton.org/projects/list_files/jaxx Lancer ce tutoriel ------------------ Modified: trunk/src/site/rst/tutos/css.rst =================================================================== --- trunk/src/site/rst/tutos/css.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/tutos/css.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,8 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + +==================================== CSS - Utiliser les feuilles de style ==================================== @@ -38,7 +40,7 @@ de style en HTML). Pour approfondir le sujet, vous pouvez consulter `la documentation`_ -.. _la documentation::../useStylesheets.html +.. _la documentation: ../useStylesheets.html Enlever le style de notre fichier JAXX -------------------------------------- @@ -120,7 +122,7 @@ Les sources de ce tutoriel sont disponibles au `telechargement ici`_. -.. _telechargement ici::http://nuiton.org/projects/list_files/jaxx +.. _telechargement ici: http://nuiton.org/projects/list_files/jaxx Lancer ce tutoriel ------------------ Modified: trunk/src/site/rst/tutos/data-binding.rst =================================================================== --- trunk/src/site/rst/tutos/data-binding.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/tutos/data-binding.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ============ Data-binding ============ @@ -112,7 +113,7 @@ Les sources de ce tutoriel sont disponibles au `telechargement ici`_. -.. _telechargement ici::http://nuiton.org/projects/list_files/jaxx +.. _telechargement ici: http://nuiton.org/projects/list_files/jaxx Lancer ce tutoriel ------------------ Modified: trunk/src/site/rst/tutos/helloworld.rst =================================================================== --- trunk/src/site/rst/tutos/helloworld.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/tutos/helloworld.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,8 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + +=========== Hello World =========== @@ -166,7 +168,7 @@ Les sources de ce tutoriel sont disponibles au `telechargement ici`_. -.. _telechargement ici::http://nuiton.org/projects/list_files/jaxx +.. _telechargement ici: http://nuiton.org/projects/list_files/jaxx Lancer ce tutoriel ------------------ Modified: trunk/src/site/rst/tutos/helloworld2.rst =================================================================== --- trunk/src/site/rst/tutos/helloworld2.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/tutos/helloworld2.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,8 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + +============= Hello World 2 ============= Modified: trunk/src/site/rst/useStylesheets.rst =================================================================== --- trunk/src/site/rst/useStylesheets.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/useStylesheets.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + =================== Utiliser des styles =================== Modified: trunk/src/site/rst/useSwingObjects.rst =================================================================== --- trunk/src/site/rst/useSwingObjects.rst 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/rst/useSwingObjects.rst 2012-06-28 23:17:41 UTC (rev 2348) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ========================= Utiliser les objets Swing ========================= Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2012-06-28 22:37:50 UTC (rev 2347) +++ trunk/src/site/site_fr.xml 2012-06-28 23:17:41 UTC (rev 2348) @@ -26,17 +26,6 @@ <project name="${project.name}"> - <bannerLeft> - <name>${project.name}</name> - <src>./jaxx.png</src> - <href>index.html</href> - </bannerLeft> - - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> - <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> @@ -53,6 +42,17 @@ </fluidoSkin> </custom> + <bannerLeft> + <name>${project.name}</name> + <src>${project.url}/jaxx.png</src> + <href>index.html</href> + </bannerLeft> + + <bannerRight> + <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> + <href>http://www.codelutin.com</href> + </bannerRight> + <publishDate position="right" format="dd/MM/yyyy"/> <version position="right"/> @@ -67,6 +67,7 @@ </poweredBy> <body> + <links> <item name="nuiton.org" href="http://www.nuiton.org"/> <item name="CodeLutin" href="http://codelutin.com"/> @@ -120,7 +121,6 @@ <item name="A faire" href="Todo.html"/> </menu> - <menu ref="reports"/> <footer> @@ -141,5 +141,6 @@ piwikId='${project.piwikId}'> </div> </footer> + </body> </project>
participants (1)
-
tchemit@users.nuiton.org