comparison dwtx/jface/operation/ModalContext.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 5df4896124c7
children 862b05e0334a
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2007 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 *
38 * the current thread is the UI thread, it polls the DWT event queue and 38 * the current thread is the UI thread, it polls the DWT event queue and
39 * dispatches each event. 39 * dispatches each event.
40 * <p> 40 * <p>
41 * This class is not intended to be subclassed. 41 * This class is not intended to be subclassed.
42 * </p> 42 * </p>
43 * @noinstantiate This class is not intended to be instantiated by clients.
44 * @noextend This class is not intended to be subclassed by clients.
43 */ 45 */
44 public class ModalContext { 46 public class ModalContext {
45 47
46 /** 48 /**
47 * Indicated whether ModalContext is in debug mode; <code>false</code> by 49 * Indicated whether ModalContext is in debug mode; <code>false</code> by