Package org.eclipse.jface.viewers

Examples of org.eclipse.jface.viewers.DecorationOverlayIcon


              || ((template.getItem().isLocal() || TemplateUtils.hasBeenDownloaded(template)) && !template
                  .getItem().isNewerVersionAvailable())) {
            return templateImage;
          }

          return WizardImages.getImage(new DecorationOverlayIcon(templateImage, new ImageDescriptor[] {
              StsUiImages.DOWNLOAD_OVERLAY, null, null, null, null }));
        }

        if (element instanceof TemplateCategory) {
          return WizardImages.getImage(WizardImages.TEMPLATE_CATEGORY_ICON);
View Full Code Here

TOP

Related Classes of org.eclipse.jface.viewers.DecorationOverlayIcon

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.