Return-Path: X-Original-To: apmail-pivot-user-archive@www.apache.org Delivered-To: apmail-pivot-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A15306595 for ; Fri, 15 Jul 2011 19:07:09 +0000 (UTC) Received: (qmail 2916 invoked by uid 500); 15 Jul 2011 19:07:09 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 2772 invoked by uid 500); 15 Jul 2011 19:07:08 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 2757 invoked by uid 99); 15 Jul 2011 19:07:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2011 19:07:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gk_brown@verizon.net designates 206.46.173.13 as permitted sender) Received: from [206.46.173.13] (HELO vms173013pub.verizon.net) (206.46.173.13) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2011 19:06:59 +0000 Received: from [192.168.1.15] ([unknown] [98.110.173.176]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LOE00MWT2EPU130@vms173013.mailsrvcs.net>; Fri, 15 Jul 2011 14:06:27 -0500 (CDT) Subject: Re: Accordion like Component that allows multiple open panels MIME-version: 1.0 (Apple Message framework v1084) Content-type: text/plain; charset=us-ascii From: Greg Brown In-reply-to: Date: Fri, 15 Jul 2011 15:06:25 -0400 Cc: user@pivot.apache.org Content-transfer-encoding: quoted-printable Message-id: <512581F9-314D-4D56-BBC5-4DFBAF0EEFCD@verizon.net> References: <4E2047D4.5090403@syse.no> <426D368A-3D88-4E1F-B2F8-8B7B6A382EB5@verizon.net> <94B9A190-1857-4CE0-892E-E1B92B6D422A@verizon.net> To: dev@pivot.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org > The actual org.apache.pivot.wtk.Accordion class could still > remain, but its functionality could just be replaced by the relevant > part of this technique of stacking Expanders. So it would pretty much > just become a glorified vertical BoxPane containing Expanders. That's sort of what I was getting at. If it is nothing more than a = glorified BoxPane, then there may not be too much value in keeping it. Not sure - just thinking out loud.