Package org.openbp.cockpit.modeler.custommodelobjectconfigurator

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


        if (i >= 0)
        {
          className = className.substring(i + 1);
        }

        CustomModelObjectConfiguratorDescriptor desc = new CustomModelObjectConfiguratorDescriptor();
        desc.setName("testactivityconfigurator");
        desc.setDisplayName(className + " Properties");
        desc.setDescription("Configuration dialog for " + className + " properties");
        return desc;
      }
    }
    return null;
  }
View Full Code Here

TOP

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

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.