blob: d7a2fee5da46b2acf4a85cedccab7f72200b8244 [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 Double Click</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getMouseDoubleClick()
* @model annotation="http://www.eclipse.org/ecl/docs description='Emulates mouse double click on the control.' returns='value of &lt;code&gt;control&lt;/code&gt; parameter' example='with [get-palette-entry \"Try/Catch/Finally\"] {&lt;br&gt; &amp;nbsp mouse-release 32 18 button1 524288 -height 23 -width 125 &lt;br&gt; &amp;nbsp mouse-press 32 18 button1 -height 23 -width 125 &lt;br&gt; &amp;nbsp mouse-double-click 32 18 button1 -height 23 -width 125 &lt;br&gt; &amp;nbsp mouse-release 32 18 button1 524288 -height 23 -width 125 &lt;br&gt; }'"
* @generated
*/
public interface MouseDoubleClick extends MouseAction {
} // MouseDoubleClick