Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 82614 invoked from network); 25 Jul 2003 10:30:31 -0000 Received: from uni-sb.de (134.96.252.33) by daedalus.apache.org with SMTP; 25 Jul 2003 10:30:31 -0000 Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.12.9/2003020700) with ESMTP id h6PAUT5j005605 for ; Fri, 25 Jul 2003 12:30:30 +0200 (CEST) Received: from mail.cs.uni-sb.de (mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.12.9/2003020700) with ESMTP id h6PAUIsp021584 for ; Fri, 25 Jul 2003 12:30:29 +0200 (CEST) Received: from activemath.org (klein.ags.uni-sb.de [134.96.236.41]) by mail.cs.uni-sb.de (8.12.9/2003061700) with ESMTP id h6PAR2fR011447 for ; Fri, 25 Jul 2003 12:27:02 +0200 (CEST) X-Authentication-Warning: email: Host klein.ags.uni-sb.de [134.96.236.41] claimed to be activemath.org Date: Fri, 25 Jul 2003 12:28:35 +0200 Subject: Re: [JELLY] Table Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Paul Libbrecht To: "Jakarta Commons Users List" Content-Transfer-Encoding: 7bit In-Reply-To: <3F206305.5040903@comcast.net> Message-Id: X-Mailer: Apple Mail (2.552) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Vendredi, juil 25, 2003, at 00:51 Europe/Paris, Sean W. Ferguson wrote: > Is there a good place to see how to use the table tag? I want to make > a Jelly Swing table, but the only example I can find is one that uses > a table model bean. I would prefer to use one completely defined in > jelly. I don't think that's in already. Do you mean a table model that is an XML subtree of the Jelly source ? Looks interesting but, as many other models, I have still not seen any in-memory-XML-data-structure (JDOM, DOM4j, DOM,...) that came wrapped as a model for one of the Swing components. If it is to be read-only, then it's easy. But if it is to be modifiable, then one needs XML-mutation events and their translation into, e.g. TableModelEvents. It's been since long in my project-list (for JDOM, in my case) but I haven't seen this yet. I would really enjoy collaborating on this topic (even if it is on DOM4j, but please not DOM). Tables might be a good starting point as they are pretty easy in terms of data-structure. Paul