Package org.eclipse.jst.pagedesigner.properties.internal

Examples of org.eclipse.jst.pagedesigner.properties.internal.AttributeGroup


   */
  public static boolean createSubElement(Shell shell,
      final IDOMElement parent, final String uri, final String tagName,
      final String[] attributes) {
   
    final   AttributeGroup group = new AttributeGroup(uri, tagName,
        attributes);

    return createSubElement(shell, parent, group);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jst.pagedesigner.properties.internal.AttributeGroup

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.