blob: aa0bc1946a15c7bf191802cd9369fe695c8f3c7e [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 Hover</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.rcptt.tesla.ecl.model.diagram.DiagramPackage#getMouseHover()
* @model annotation="http://www.eclipse.org/ecl/docs description='Emulates mouse hovering over the control.' returns='value of &lt;code&gt;control&lt;/code&gt; parameter' example='with [get-edit-part \"0/0/1/0/1/0/1/0\"] {&lt;br&gt; &amp;nbsp mouse-release 13 17 button1 524288 -height 22 -width 88&lt;br&gt; &amp;nbsp mouse-move 14 16 -height 22 -width 88&lt;br&gt; &amp;nbsp mouse-hover 14 16 -height 22 -width 88&lt;br&gt;}'"
* @generated
*/
public interface MouseHover extends MouseAction {
} // MouseHover