blob: 85c5898a769d0e7efef988aee914bf31231213bd [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 v1.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 Move</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getMouseMove()
* @model annotation="http://www.eclipse.org/ecl/docs description='Emulates mouse move over the control.' returns='value of &lt;code&gt;control&lt;/code&gt; parameter' example='get-editor Test | get-diagram | get-figure \"0/1/0/0/0/1\" | mouse-move 62 167 -height 235 -width 525'"
* @generated
*/
public interface MouseMove extends MouseAction {
} // MouseMove