Package org.eclipse.wb.core.model.broadcast

Examples of org.eclipse.wb.core.model.broadcast.ObjectInfoChildrenTree


  // Constructor
  //
  ////////////////////////////////////////////////////////////////////////////
  public UiChildSupport(UiBinderContext context) {
    m_context = context;
    m_context.getBroadcastSupport().addListener(null, new ObjectInfoChildrenTree() {
      public void invoke(ObjectInfo parent, List<ObjectInfo> children) throws Exception {
        processTreeChildren(parent, children);
      }
    });
    m_context.getBroadcastSupport().addListener(null, new XmlObjectAddProperties() {
View Full Code Here

TOP

Related Classes of org.eclipse.wb.core.model.broadcast.ObjectInfoChildrenTree

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.