Package com.google.gdt.eclipse.designer.gwtext.gef.policy

Examples of com.google.gdt.eclipse.designer.gwtext.gef.policy.DropLayoutEditPolicy


  @Override
  protected void createEditPolicies() {
    super.createEditPolicies();
    // support for dropping LayoutInfo's
    if (m_container.hasLayout()) {
      installEditPolicy(new DropLayoutEditPolicy(m_container));
    }
  }
View Full Code Here

TOP

Related Classes of com.google.gdt.eclipse.designer.gwtext.gef.policy.DropLayoutEditPolicy

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.