Package org.eclipse.draw2d

Examples of org.eclipse.draw2d.DelegatingLayout


   * @param edge
   *            The Edge model associated with this figure.
   */
  public EdgeFigure(Edge edge) {
    // Sets Layout Manager
    this.setLayoutManager(new DelegatingLayout());
    this.edge = edge;

    parameterFigures = new HashMap<String, Label>();

    // update parameters
View Full Code Here

TOP

Related Classes of org.eclipse.draw2d.DelegatingLayout

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.