Package net.sourceforge.torchlight.plugins.campaign.actions

Examples of net.sourceforge.torchlight.plugins.campaign.actions.CreateParticipantAction


    public Action getCreatorAction()
    {
        logger.debug("get creator action");
       
      if(creatorAction == null)
            creatorAction = new CreateParticipantAction(PlatformUI.getWorkbench().getActiveWorkbenchWindow(), this);

      return creatorAction;
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.torchlight.plugins.campaign.actions.CreateParticipantAction

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.