blob: e39c419b8c0ebbe8ddcd9fd2faf2b10573269c70 [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.diagram;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Mouse Drag</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getMouseDrag()
* @model annotation="http://www.eclipse.org/ecl/docs description='Emulates mouse drag 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-drag 77 311 -height 689 -width 413 &lt;br&gt; }'"
* @generated
*/
public interface MouseDrag extends MouseAction {
} // MouseDrag