Package org.openbp.cockpit.modeler.figures.process

Examples of org.openbp.cockpit.modeler.figures.process.TextElementFigure.connect()


   * @return The new figure or null on error
   */
  public TextElementFigure createTextElementFigure(TextElement textElement)
  {
    TextElementFigure figure = new TextElementFigure();
    figure.connect(textElement, this);
    return figure;
  }

  /**
   * Creates a new flow connection based on the given control link.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.