/****************************************************************************** * Copyright (c) 2012 Montages. * 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 * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Svyatoslav Kovalsky (Montages) - initial API and implementation ****************************************************************************/ package org.eclipse.gmf.tooling.runtime.directedit; /** * @since 3.2 * @deprecated This interface is left for backward compatibility only and will be removed soon. * @see org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorEx */ @Deprecated public interface CellEditorEx extends org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorEx { // }