blob: 49343186e54e3f530a0b486fac30b6cba8199e93 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2019 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 v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.tesla.ecl.model.diagram;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Mouse Release</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getMouseRelease()
* @model annotation="http://www.eclipse.org/ecl/docs description='Emulates mouse release on the control.' returns='value of &lt;code&gt;control&lt;/code&gt; parameter' example='with [get-editor Test | get-diagram] { &lt;br&gt; &amp;nbsp mouse-press 77 311 button1 -height 689 -width 413 &lt;br&gt; &amp;nbsp mouse-release 77 311 button1 -height 689 -width 413 &lt;br&gt; }'"
* @generated
*/
public interface MouseRelease extends MouseAction {
} // MouseRelease