blob: 9ead1b7516a4d8ab26a3e8054cfe7a89c58016e1 [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 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