Examples of GestureKind


Examples of org.applause.lang.applauseDsl.GestureKind

   * <!-- end-user-doc -->
   * @generated
   */
  public void setGesture(GestureKind newGesture)
  {
    GestureKind oldGesture = gesture;
    gesture = newGesture == null ? GESTURE_EDEFAULT : newGesture;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, ApplauseDslPackage.UI_ACTION__GESTURE, oldGesture, gesture));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.