Community
Participate
Working Groups
/*******************************************************************************
* Copyright (c) 2004, 2006 IBM Corporation and others.
* Copyright (c) 2004, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
}
protected void handleMouseDown(Point displayPos, MouseEvent e) {
fireEvent(TabFolderEvent.EVENT_GIVE_FOCUS_TO_PART);
if (e.button == 1) {
protected void handleDoubleClick(Point displayPos, MouseEvent e) {
* Copyright (c) 2005, 2007 IBM Corporation and others.
* Copyright (c) 2005, 2009 IBM Corporation and others.
if (part != null) {
part.setFocus();
showSystemMenu(new Point(e.x, e.y), part);
break;