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 508949D1A for ; Tue, 26 Jun 2012 15:31:18 +0000 (UTC) Received: (qmail 12061 invoked by uid 500); 26 Jun 2012 15:31:17 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 12043 invoked by uid 500); 26 Jun 2012 15:31:17 -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 12035 invoked by uid 99); 26 Jun 2012 15:31:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 15:31:17 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sandro.martini@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 15:31:11 +0000 Received: by wibhm11 with SMTP id hm11so3123027wib.7 for ; Tue, 26 Jun 2012 08:30:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=xmiDy7Xp83ZDITzKl82vy8cTp8pShVfOfzWBgpAFKw0=; b=YEAAmC8mq427Rr1qvWR3odO0n/PQcyNDwfCcb6rzRQbbHn7VYyt2Kt9twNCxlnzlil M9PevKIgaDZtC/mBeQT0rzkJwkgHd/Hw2vYE+3kkPSoIsqsJaK9dE9x9tsFL3WCzfLBK sfPyyOQZsm4SboykqY1GEZt0/6foYAAv4hdxIjv/Btp3vVDsXhnEd5djh7R0ydtapiOm 2YbRPMXiZUourDj9MxqikSyZ+u6eVtH9brK/0oG8sv//BzfFVk4/ETodRKI39Bx4kDLI wNpRrT1Ww1dNK9P/LUAcqjYiZli5KKTpAOjxt3SXdi0wnvWbHMFzEfAPbkfJXMBRRFu2 K+Qg== MIME-Version: 1.0 Received: by 10.216.214.82 with SMTP id b60mr1552612wep.38.1340724650308; Tue, 26 Jun 2012 08:30:50 -0700 (PDT) Received: by 10.216.67.69 with HTTP; Tue, 26 Jun 2012 08:30:50 -0700 (PDT) In-Reply-To: References: <1340291241577-4021914.post@n3.nabble.com> <1340373290449-4021918.post@n3.nabble.com> Date: Tue, 26 Jun 2012 17:30:50 +0200 Message-ID: Subject: Re: Context menu on a Tab Pane From: Sandro Martini To: user@pivot.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org A quick info: for some example of MenuHandler usage, take a look at the tests subproject (for example search setMenuHandler), maybe you can find something useful. Bye