Package org.openbp.core.model.item.process

Examples of org.openbp.core.model.item.process.TextElementImpl


     // Add horizontal swimline line template
     addToolBoxItem (new HLineFigure (null), "HLine");
     */

    // Add text element template
    addToolBoxItem(new TextElementImpl(), "toolboxitem.textelement.tooltip");

    NodeSocket socket;

    // Add entry socket
    socket = new NodeSocketImpl();
View Full Code Here

TOP

Related Classes of org.openbp.core.model.item.process.TextElementImpl

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.