Package org.eclipse.xtext.xdoc.images

Examples of org.eclipse.xtext.xdoc.images.ImageProxy


   * <!-- end-user-doc -->
   * @generated
   */
  public void setImage(ImageProxy newImage)
  {
    ImageProxy oldImage = image;
    image = newImage;
    if (eNotificationRequired())
      eNotify(new ENotificationImpl(this, Notification.SET, XdocPackage.IMAGE_REF__IMAGE, oldImage, image));
  }
View Full Code Here

TOP

Related Classes of org.eclipse.xtext.xdoc.images.ImageProxy

Copyright © 2018 www.massapicom. 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.