Package com.alfresco.designer.gui.features

Examples of com.alfresco.designer.gui.features.CreateAlfrescoStartEventFeature


    return super.getAddFeature(context);
  }

  @Override
  public ICreateFeature[] getCreateFeatures() {
    return new ICreateFeature[] { new CreateAlfrescoStartEventFeature(this),
            new CreateStartEventFeature(this),
            new CreateTimerStartEventFeature(this),
            new CreateMessageStartEventFeature(this),
            new CreateErrorStartEventFeature(this),
            new CreateEndEventFeature(this),
View Full Code Here

TOP

Related Classes of com.alfresco.designer.gui.features.CreateAlfrescoStartEventFeature

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.