This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 9a04079abea5d056720865074fe381ef97465480 Author: Tony CHEMIT <dev@tchemit.fr> Date: Sun Jan 1 16:58:48 2017 +0100 Introduce jaxx-runtime-swing-wizard moduel (Fixes #4117) --- jaxx-runtime-swing-wizard/LICENSE.txt | 165 +++++++++++++++++++++ jaxx-runtime-swing-wizard/README.md | 2 + jaxx-runtime-swing-wizard/changelog.txt | 109 ++++++++++++++ jaxx-runtime-swing-wizard/pom.xml | 61 ++++++++ .../src/license/THIRD-PARTY.properties | 20 +++ .../runtime/swing/wizard/BusyChangeListener.java | 0 .../jaxx/runtime/swing/wizard/WizardModel.java | 0 .../jaxx/runtime/swing/wizard/WizardStep.java | 0 .../jaxx/runtime/swing/wizard/WizardStepUI.java | 0 .../nuiton/jaxx/runtime/swing/wizard/WizardUI.java | 0 .../jaxx/runtime/swing/wizard/WizardUILancher.java | 0 .../jaxx/runtime/swing/wizard/WizardUtil.java | 0 .../runtime/swing/wizard/ext/WizardExtModel.java | 0 .../runtime/swing/wizard/ext/WizardExtStep.java | 0 .../swing/wizard/ext/WizardExtStepModel.java | 0 .../jaxx/runtime/swing/wizard/ext/WizardExtUI.java | 0 .../runtime/swing/wizard/ext/WizardExtUtil.java | 0 .../jaxx/runtime/swing/wizard/ext/WizardState.java | 0 .../jaxx/runtime/swing/wizard/ext/package.html | 0 .../nuiton/jaxx/runtime/swing/wizard/package.html | 0 .../resources/icons/action-wizard-config-16.png | Bin .../main/resources/icons/action-wizard-config.png | Bin .../resources/icons/action-wizard-message-16.png | Bin .../main/resources/icons/action-wizard-message.png | Bin .../main/resources/icons/action-wizard-next-16.png | Bin .../main/resources/icons/action-wizard-next.png | Bin .../resources/icons/action-wizard-pause-16.png | Bin .../main/resources/icons/action-wizard-pause.png | Bin .../resources/icons/action-wizard-previous-16.png | Bin .../resources/icons/action-wizard-previous.png | Bin .../resources/icons/action-wizard-refresh-16.png | Bin .../main/resources/icons/action-wizard-refresh.png | Bin .../resources/icons/action-wizard-start-16.png | Bin .../main/resources/icons/action-wizard-start.png | Bin .../icons/action-wizard-state-canceled-16.png | Bin .../icons/action-wizard-state-canceled.png | Bin .../icons/action-wizard-state-failed-16.png | Bin .../resources/icons/action-wizard-state-failed.png | Bin .../icons/action-wizard-state-need_fix-16.png | Bin .../icons/action-wizard-state-need_fix.png | Bin .../icons/action-wizard-state-pending-16.png | Bin .../icons/action-wizard-state-pending.png | Bin .../icons/action-wizard-state-running-16.png | Bin .../icons/action-wizard-state-running.png | Bin .../icons/action-wizard-state-successed-16.png | Bin .../icons/action-wizard-state-successed.png | Bin .../src/site/site.xml | 30 +++- pom.xml | 1 + 48 files changed, 381 insertions(+), 7 deletions(-) diff --git a/jaxx-runtime-swing-wizard/LICENSE.txt b/jaxx-runtime-swing-wizard/LICENSE.txt new file mode 100644 index 0000000..cca7fc2 --- /dev/null +++ b/jaxx-runtime-swing-wizard/LICENSE.txt @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/jaxx-runtime-swing-wizard/README.md b/jaxx-runtime-swing-wizard/README.md new file mode 100644 index 0000000..d2e50d3 --- /dev/null +++ b/jaxx-runtime-swing-wizard/README.md @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install diff --git a/jaxx-runtime-swing-wizard/changelog.txt b/jaxx-runtime-swing-wizard/changelog.txt new file mode 100644 index 0000000..764da92 --- /dev/null +++ b/jaxx-runtime-swing-wizard/changelog.txt @@ -0,0 +1,109 @@ +1.5 + * 20090506 [chemit] - super-pom has no dependencies + +1.3 chemit 20090409 + * 20090404 [chemit] - introduce DataContext class + * 20090331 [chemit] - introduce DecoratorUtils class + * 20090302 [chemit] - add pcs in ApplicationContext + - add method in Util to filter JAXX property changed listeners + +1.2 letellier 2009022? + * 2009021 [chemit] - introduce DefaultApplicationContext iwth annotation system. + +1.1 chemit 20090220 + * 20090124 [chemit] - add methods to retreave icons from UIManager in Util class + * 20090123 [chemit] - add a simple createIcon method in Util classe (to create an icon with no path prefix) + - add a UIManager key "default.icon.path" to be able to change the path where to find icons + * 20090122 [chemit] - refactor poms (sibling dependencies, pluginsManagment,...) + +1.0 chemit 20090111 + * 20090111 [chemit] - integrate new architecture to allow to have runtime code with NO link with compiler :) + +0.8 ??? 200812?? + * 20081228 [chemit] - generify ClassDescriptor + - introduce StylesheetHelper helper class to detach Stylesheet, Rule and Selector classes from + JAXXCompiler and make possible to extract compiler engine from runtime + + * 20081227 [chemit] - add PCS on ValidatorErrorTable to be used by table validation + * 20081218 [chemit] - improve generation of methods + * 20081214 [chemit] - can now in validation, put error with args (all args must be separated by a ##) + - improve event naming : replace the $evXXX by doMEthodName__on__field (except with optimize option) + - add jaww.runtime.swing.Utils.fillComboBox to fill a combobox model from a collection + - add addSourcesToClassPath property to add sources directories in class-path + - improve classloader managment + - keep in DataSource objetCode + - fix bug when processDataBinding on a null objectCode + - always clean demoNode cached values when selected it + - add usefull databinding method in Util + + * 20081213 [chemit] - improve navigation tree demoNode rendering with some caches + - introduce a ChildBuilder to simplify building of child nodes from a collection or array + +0.7 chemit 20081210 + * 20081210 [chemit] - fix bug 1751 + * 20081210 [chemit] - improve JAXXButtonGroup (add ActionChangeListener and toolTipText mecanism) + * 20081208 [chemit] - javabBean attribute use to initialize bean + - introduce Base64Coder to fix bug 1750 and control serailVersionUI (put them to 1L for the moment) + - introduce MultiJXPathDecorator + - add a resetAfterCompile parameter toCompilerOption to keep in test used compilers + + * 20081207 [chemit] use lutinproject 3.1 + - can exclude field from validator + * 20081202 [chemit] - add strategy for loading ui in NavigationTreeSelectionAdapter + - fix bug when searching for a inner class + + * 20081201 [chemit] - implements jaxx.runtime.JXPathDecorator + - add setcontextValue and removeContextValue on JAXXContextEntryDef + - introduce scope in BeanValidator (ERROR or WARNING) and related swing stuff + - only enter once in $initialize method in generated code + + 0.6 chemit 20081117 + * 20081118 [chemit] introduce NavigationUtil, save in context selected demoNode + * 20081107 [chemit] improve data binding and code generation : + - make possible inheritance in binding + - add an attribute javaBean to an object : will generate a full java bean support property + - make possible binding to the javaBean added properties + - clean generated code + + * 20081105 [chemit] - introduce a CardLayout2 to extends awt CardLayout + - introduce a NavigationTreeModel + - introduce a Decorator to render Object + - propagate constructor JAXXContext(JAXXContext) in JAXXObject generation + - begin of rst documentation + + * 20081104 [chemit] can add extra beanInfoSearchPath in SwingInitializer + * 20081104 [chemit] add jaxxContextImplementorClass in option to make possible use of other JAXXContext implementor. + * 20081102 [chemit] improve JAXXContext : + - introduce a JAXXContextEntryDef to qualify an entry of a JAXXContext + - do javadoc in JAXXContext + - add logic in DefaultJAXXContext : seek in parent context if entry not found + * 20081102 [chemit] improve tests : + - fix the last failed test from Jaxx original version :) + - dumps tests to JUnit4 :) + * 20081030 [chemit] improve BeanValidator : + - add full PropertyChangeEvent java-bean support and a property valid + - when remove bean from validator, must remove errors from model + - make possible to have a dynamic errorListModel in jaxx files + * 20081030 [chemit] improve JAXXContext : + - fix setContextValue bug when setting twice a same type for a same key + - implements a DefaultJAXXContext + - use this default implementation with delegate pattern in JAXXObject + * 20081030 [chemit] add JAXXAction contract to simplify init of ui with JAXXInitialContext + * 20081027 [chemit] fix bug 1722 + * 20081027 [chemit] add conversion support in validator + * 20081025 [chemit] improve BeanValidator tag : + - add a errorList attribute for set a ErrorListMouseListener on the errorList + - add a beanInitializer attribute for set the validator's bean at runtime + - add a default errorListModel value 'errors' + * 20081025 [chemit] introduce JAXXInitialContext to fill JAXXContext at runtime before $initialize() method + * 20081024 [chemit] fix validator context lost if UI is launched from another thread + 0.5 chemit 20081002 + * 20081017 [chemit] add validator support + * 20081013 [chemit] can generate logger on jaxx files + * 20081011 [chemit] improve site + * 20081011 [chemit] fix bug on JavaFileParser : works again + * 20081002 [chemit] Using lutinproject 3.0, changing groupId to org.codelutin + * 20081002 [chemit] use a single module jaxx-core (no more core, runtime and jaxx-swing modules) + * 20081002 [chemit] Introduce JAXXContext + * 20081002 [chemit] Fix bug on method creation via scripting + * 20081002 [chemit] Improve i18n integration (works now also for tabs) diff --git a/jaxx-runtime-swing-wizard/pom.xml b/jaxx-runtime-swing-wizard/pom.xml new file mode 100644 index 0000000..6760031 --- /dev/null +++ b/jaxx-runtime-swing-wizard/pom.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- +#%L +JAXX :: Runtime Swing Session +%% +Copyright (C) 2008 - 2017 CodeLutin, Tony Chemit +%% +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Lesser Public License for more details. + +You should have received a copy of the GNU General Lesser Public +License along with this program. If not, see +<http://www.gnu.org/licenses/lgpl-3.0.html>. +#L% +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.nuiton</groupId> + <artifactId>jaxx</artifactId> + <version>3.0-SNAPSHOT</version> + </parent> + + <groupId>org.nuiton.jaxx</groupId> + <artifactId>jaxx-runtime-swing-wizard</artifactId> + <name>JAXX :: Runtime Swing Wizard</name> + <description>JAXX Runtime Swing Wizard</description> + + <dependencies> + + <!-- sibiling dependencies --> + + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jaxx-runtime</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + + </dependencies> + +</project> diff --git a/jaxx-runtime-swing-wizard/src/license/THIRD-PARTY.properties b/jaxx-runtime-swing-wizard/src/license/THIRD-PARTY.properties new file mode 100644 index 0000000..aa1cf78 --- /dev/null +++ b/jaxx-runtime-swing-wizard/src/license/THIRD-PARTY.properties @@ -0,0 +1,20 @@ +# Generated by org.codehaus.mojo.license.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - BSD License +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - Common Public License Version 1.0 +# - GNU General Public License - Version 2 with the class path exception +# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Lesser General Public License (LGPL) +# - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 +# - MIT License +# - The Apache Software License, Version 2.0 +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Thu Aug 18 07:10:40 CEST 2011 +commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/BusyChangeListener.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/BusyChangeListener.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/BusyChangeListener.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/BusyChangeListener.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardModel.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardModel.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardModel.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardModel.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStep.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStep.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStep.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStep.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStepUI.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStepUI.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStepUI.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardStepUI.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUI.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUI.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUI.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUI.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUILancher.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUILancher.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUILancher.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUILancher.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUtil.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUtil.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUtil.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/WizardUtil.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtModel.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtModel.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtModel.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtModel.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStep.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStep.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStep.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStep.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStepModel.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStepModel.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStepModel.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtStepModel.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUI.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUI.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUI.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUI.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUtil.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUtil.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUtil.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardExtUtil.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardState.java b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardState.java similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardState.java rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/WizardState.java diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/package.html b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/package.html similarity index 100% copy from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/package.html copy to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/package.html diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/package.html b/jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/package.html similarity index 100% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/package.html rename to jaxx-runtime-swing-wizard/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/package.html diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-config-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-config-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-config-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-config-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-config.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-config.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-config.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-config.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-message-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-message-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-message-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-message-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-message.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-message.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-message.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-message.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-next-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-next-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-next-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-next-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-next.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-next.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-next.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-next.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-pause-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-pause-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-pause-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-pause-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-pause.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-pause.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-pause.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-pause.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-previous-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-previous-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-previous-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-previous-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-previous.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-previous.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-previous.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-previous.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-refresh-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-refresh-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-refresh-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-refresh-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-refresh.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-refresh.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-refresh.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-refresh.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-start-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-start-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-start-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-start-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-start.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-start.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-start.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-start.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-state-canceled-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-canceled-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-state-canceled-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-canceled-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-state-canceled.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-canceled.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-state-canceled.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-canceled.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-state-failed-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-failed-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-state-failed-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-failed-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-state-failed.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-failed.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-state-failed.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-failed.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-state-need_fix-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-need_fix-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-state-need_fix-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-need_fix-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-state-need_fix.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-need_fix.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-state-need_fix.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-need_fix.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-state-pending-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-pending-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-state-pending-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-pending-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-state-pending.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-pending.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-state-pending.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-pending.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-state-running-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-running-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-state-running-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-running-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-state-running.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-running.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-state-running.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-running.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-state-successed-16.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-successed-16.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-state-successed-16.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-successed-16.png diff --git a/jaxx-runtime/src/main/resources/icons/action-wizard-state-successed.png b/jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-successed.png similarity index 100% rename from jaxx-runtime/src/main/resources/icons/action-wizard-state-successed.png rename to jaxx-runtime-swing-wizard/src/main/resources/icons/action-wizard-state-successed.png diff --git a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/package.html b/jaxx-runtime-swing-wizard/src/site/site.xml similarity index 54% rename from jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/package.html rename to jaxx-runtime-swing-wizard/src/site/site.xml index dedc8de..c1fa954 100644 --- a/jaxx-runtime/src/main/java/org/nuiton/jaxx/runtime/swing/wizard/ext/package.html +++ b/jaxx-runtime-swing-wizard/src/site/site.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- #%L JAXX :: Runtime @@ -19,12 +20,27 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<html> -<body> -<h1>JAXX - Wizard framework</h1> -This package contains all the classes of the wizard framework ext. +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> -This is a enriched wizard with operation on some steps. -</body> -</html> + <bannerLeft> + <name>${project.name}</name> + <src>${siteCommonResourcesUrl}/images/logos/jaxx-logo.png</src> + <href>index.html</href> + </bannerLeft> + + <body> + + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu ref="reports"/> + + </body> +</project> diff --git a/pom.xml b/pom.xml index d217096..f46bb43 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,7 @@ <module>jaxx-runtime-swing-help</module> <module>jaxx-runtime-swing-nav</module> <module>jaxx-runtime-swing-session</module> + <module>jaxx-runtime-swing-wizard</module> <module>jaxx-validator</module> <module>jaxx-widgets-extra</module> <module>jaxx-compiler</module> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.