comparison dwtx/jface/action/GroupMarker.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 ea8ff534f622
children
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2006 IBM Corporation and others. 2 * Copyright (c) 2000, 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 *
24 * The name of the group is synonymous with the contribution item id. 24 * The name of the group is synonymous with the contribution item id.
25 * <p> 25 * <p>
26 * This class may be instantiated; it is not intended to be 26 * This class may be instantiated; it is not intended to be
27 * subclassed outside the framework. 27 * subclassed outside the framework.
28 * </p> 28 * </p>
29 * @noextend This class is not intended to be subclassed by clients.
29 */ 30 */
30 public class GroupMarker : AbstractGroupMarker { 31 public class GroupMarker : AbstractGroupMarker {
31 /** 32 /**
32 * Create a new group marker with the given name. 33 * Create a new group marker with the given name.
33 * The group name must not be <code>null</code> or the empty string. 34 * The group name must not be <code>null</code> or the empty string.