swing/xdocs navigation-pdf.xml,NONE,1.1 index.xml,NONE,1.1 navigation.xml,NONE,1.1 links.xml,NONE,1.1 jxtable.xml,NONE,1.1

Kurt Riede <[email protected]> Thu, 21 Oct 2004 08:31:48 +0000
Newsgroups gmane.text.xml.xframe.xsddoc.devel
Message-ID <[email protected]>
Update of /cvsroot/xframe/swing/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23785/xdocs

Added Files:
	navigation-pdf.xml index.xml navigation.xml links.xml 
	jxtable.xml 
Log Message:
mavenized

--- NEW FILE: jxtable.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the xframe software package
hosted at http://xframe.sourceforge.net

Copyright (c) 2003 Kurt Riede.

This library 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 2.1 of the License, or (at your option) any later version.

This library 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
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<document>

  <properties>
    <title>JXTable</title>
    <author email="[email protected]">Kurt Riede</author>
  </properties>

  <body>

    <section name="Overview">
      <title>Overview</title>
      <p>For the xframe project we need a Swing table class with extended
        functionality comparing to the original Swing JTable class.</p>
    </section>

    <section name="Implemented features">
      <p>
        <ul>
          <li>frozen columns (fixed non-scrollable columns)</li>
          <li>column headers with column groups</li>
          <li>intuitive navigation: nice actions for arrow/tab/pos1/end keys</li>
          <li>configurable layout</li>
          <li>easy adding rows or columns or column groups</li>
          <li>almost all methods of JTable JTableHeader implemented</li>
        </ul>
      </p>
    </section>

    <section name="Open tasks">
      <p>
        <ul>
          <li>implemente some missing methods of JTable and JTableHeader</li>
          <li>improve configurable keyboard/focus actions (maybe like MS-Excel does)</li>
          <li>frozen rows (fixed non-scrollable rows)</li>
          <li>exhaustive tests</li>
          <li>handle external TableColumnModels</li>
        </ul>
      </p>
    </section>

    <section name="Samples">
      <p>Here are some samples to demonstrate our success so far:</p>
      <p><a href="samples/jxtable1.html">Click here to open a simple JXTable Demo</a></p>
      <p><a href="samples/jxtable2.html">Click here to open a complex JXTable Demo</a></p>
    </section>

  </body>
</document>

--- NEW FILE: navigation.xml ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
This file is part of the xframe software package
hosted at http://xframe.sourceforge.net

Copyright (c) 2003 Kurt Riede.

This library 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 2.1 of the License, or (at your option) any later version.

This library 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
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<project name="xsddoc">
  <title>xsddoc</title>
  <body>
    <links>
    </links>
    <menu name="Overview">
      <item name="About" href="index.html"/>
      <item name="Download" href="http://sourceforge.net/project/showfiles.php?group_id=48863"/>
      <item name="JXTable" href="jxtable.html"/>
    </menu>
  </body>
</project>

--- NEW FILE: links.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the xframe software package
hosted at http://xframe.sourceforge.net

Copyright (c) 2003 Kurt Riede.

This library 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 2.1 of the License, or (at your option) any later version.

This library 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
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<document>

  <properties>
    <title>swing links</title>
    <author email="[email protected]">Kurt Riede</author>
  </properties>

  <body>

    <section>
      <title>SUN</title>
      <ul>
        <li>
          <fork href="http://java.sun.com/j2se/1.4.2/docs/api/">J2SE 1.4.2 API Specification</fork>
        </li>
        <li>
          <fork href="http://java.sun.com/docs/books/tutorial/uiswing/">The Swing Tutorial</fork>
        </li>
      </ul>
    </section>
    <section>
      <title>Forums</title>
      <ul>
        <li>
          <fork href="http://forum.java.sun.com/forum.jsp?forum=57">Developer Forum: Swing</fork>
        </li>
      </ul>
    </section>

  </body>
</document>

--- NEW FILE: navigation-pdf.xml ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
This file is part of the xframe software package
hosted at http://xframe.sourceforge.net

Copyright (c) 2003 Kurt Riede.

This library 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 2.1 of the License, or (at your option) any later version.

This library 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
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<project name="xsddoc">
  <title>xsddoc</title>
  <body>
    <menu name="Overview">
      <item name="About" href="index.html"/>
      <item name="Download" href="http://sourceforge.net/project/showfiles.php?group_id=48863&amp;package_id=42075"/>
      <item name="JXTable" href="jxtable.html"/>
    </menu>
  </body>
</project>

--- NEW FILE: index.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the xframe software package
hosted at http://xframe.sourceforge.net

Copyright (c) 2003 Kurt Riede.

This library 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 2.1 of the License, or (at your option) any later version.

This library 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
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<document>

  <properties>
    <title>xsddoc</title>
    <author email="[email protected]">Kurt Riede</author>
  </properties>

  <body>

    <section name="xframe-swing">
      <p>This page is our entry to Swing related information and resources.</p>
      <p>Our first need related to Java Swing is a easy-to-use table with some
        more funcionalities thtan the Swing JTable. See
        <link target="_blank" href="jxtable.html">JXTable</link> for more
        details.</p>
    </section>

  </body>
</document>



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl