blob: c141d87c5a6b373a8fc16e3a1b8305569bc7f10e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2014 Xored Software Inc 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
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.tesla.ecl.model;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Cancel Cell Edit</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.rcptt.tesla.ecl.model.TeslaPackage#getCancelCellEdit()
* @model annotation="http://www.eclipse.org/ecl/docs description='Cancels cell editing.' returns='value of &lt;code&gt;control&lt;/code&gt; parameter' example='with [get-editor context | get-section Parameters | get-table] {\n select \"Add new parameter\" | activate-cell-edit\n get-editbox | set-text \"this text won\'t be applied\"\n cancel-cell-edit\n }'"
* @generated
*/
public interface CancelCellEdit extends CellEdit {
} // CancelCellEdit