r2077 - in trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor: . bean
Author: tchemit Date: 2010-09-07 14:31:01 +0200 (Tue, 07 Sep 2010) New Revision: 2077 Url: http://nuiton.org/repositories/revision/jaxx/2077 Log: add javadoc Added: trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/bean/package.html Modified: trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/package.html Added: trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/bean/package.html =================================================================== --- trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/bean/package.html (rev 0) +++ trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/bean/package.html 2010-09-07 12:31:01 UTC (rev 2077) @@ -0,0 +1,35 @@ +<!-- + #%L + JAXX :: Widgets + + $Id: $ + $HeadURL: $ + %% + Copyright (C) 2008 - 2010 CodeLutin + %% + 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% + --> +<html> +<body> +<h1>Package jaxx.runtime.swing.editor.bean</h1> + +Package containing several rich editors based on JavaBeans: +<ul> + <li>BeanComboBox : a rich combo box selector (reset, auto-complete + use of decorators to customize view)</li> + <li>BeanListHeader : a rich list header (reset, use of decorators to customize view)</li> +</ul> +</body> +</html> Modified: trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/package.html =================================================================== --- trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/package.html 2010-09-07 12:26:00 UTC (rev 2076) +++ trunk/jaxx-widgets/src/main/java/jaxx/runtime/swing/editor/package.html 2010-09-07 12:31:01 UTC (rev 2077) @@ -1,3 +1,27 @@ +<!-- + #%L + JAXX :: Widgets + + $Id$ + $HeadURL$ + %% + Copyright (C) 2008 - 2010 CodeLutin + %% + 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% + --> <html> <body> <h1>Package jaxx.runtime.swing.editor</h1>
participants (1)
-
tchemit@users.nuiton.org