comparison dwtx/jface/viewers/TreeViewer.d @ 90:7ffeace6c47f

Update 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 23:30:07 +0200
parents 46a6e0e6ccd4
children 04b47443bb01
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2004, 2007 IBM Corporation and others. 2 * Copyright (c) 2004, 2008 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0 4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
77 * </p> 77 * </p>
78 * <p> 78 * <p>
79 * Users setting up an editable tree with more than 1 column <b>have</b> to pass the 79 * Users setting up an editable tree with more than 1 column <b>have</b> to pass the
80 * DWT.FULL_SELECTION style bit 80 * DWT.FULL_SELECTION style bit
81 * </p> 81 * </p>
82 * @noextend This class is not intended to be subclassed by clients.
82 */ 83 */
83 public class TreeViewer : AbstractTreeViewer { 84 public class TreeViewer : AbstractTreeViewer {
84 alias AbstractTreeViewer.addTreeListener addTreeListener; 85 alias AbstractTreeViewer.addTreeListener addTreeListener;
85 alias AbstractTreeViewer.getLabelProvider getLabelProvider; 86 alias AbstractTreeViewer.getLabelProvider getLabelProvider;
86 alias AbstractTreeViewer.getSelection getSelection; 87 alias AbstractTreeViewer.getSelection getSelection;