Package org.eclipse.wb.internal.core.xml.model

Examples of org.eclipse.wb.internal.core.xml.model.EditorContext


  ////////////////////////////////////////////////////////////////////////////
  /**
   * @return <code>true</code> if given {@link XmlObjectInfo} is UiBinder.
   */
  public static boolean isUiBinder(XmlObjectInfo object) {
    EditorContext context = object.getContext();
    return context instanceof UiBinderContext;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.wb.internal.core.xml.model.EditorContext

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.