Examples of SubtypesScope


Examples of org.eclipse.wb.internal.core.utils.jdt.core.SubtypesScope

  private void activateEx() throws Exception {
    IType bundleInterface = m_javaProject.findType("com.google.gwt.user.client.ui.ImageBundle");
    IType bundleType =
        JdtUiUtils.selectType(
            DesignerPlugin.getShell(),
            new SubtypesScope(bundleInterface),
            IJavaElementSearchConstants.CONSIDER_INTERFACES);
    if (bundleType != null) {
      String bundleClassName = bundleType.getFullyQualifiedName();
      ImageBundleContainerInfo.add(m_rootJavaInfo, bundleClassName);
    }
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.