Package org.openbp.cockpit.modeler.custommodelobjectconfigurator

Examples of org.openbp.cockpit.modeler.custommodelobjectconfigurator.CustomModelObjectConfiguratorSupport


  public ModelerInteractionModule(Plugin modeler)
  {
    super(modeler);

    this.modeler = (Modeler) modeler;
    configuratorSupport = new CustomModelObjectConfiguratorSupport((Modeler) modeler);
  }
View Full Code Here

TOP

Related Classes of org.openbp.cockpit.modeler.custommodelobjectconfigurator.CustomModelObjectConfiguratorSupport

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.