Package org.activiti.explorer.ui.custom

Examples of org.activiti.explorer.ui.custom.UploadComponentFactory


 
  public ComponentFactories() {
    // Add custom component factories to this list
    factories.put(MainMenuBarFactory.class, new MainMenuBarFactory());
    factories.put(ManagementMenuBarFactory.class, new ManagementMenuBarFactory());
    factories.put(UploadComponentFactory.class, new UploadComponentFactory());
  }
View Full Code Here

TOP

Related Classes of org.activiti.explorer.ui.custom.UploadComponentFactory

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.