Package com.google.gdt.eclipse.designer.palette

Examples of com.google.gdt.eclipse.designer.palette.ImageBundleUseEntryInfo


    // contribute to palette
    m_bundle.addBroadcastListener(new PaletteEventListener() {
      @Override
      public void entries(CategoryInfo category, List<EntryInfo> entries) throws Exception {
        if (category.getId().equals("com.google.gdt.eclipse.designer.ImageBundle")) {
          entries.add(new ImageBundleUseEntryInfo(ImageBundlePrototypeDescription.this));
        }
      }
    });
  }
View Full Code Here

TOP

Related Classes of com.google.gdt.eclipse.designer.palette.ImageBundleUseEntryInfo

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.