Examples of CopyFromStreamAction


Examples of de.mhus.hair.dctm.action.CopyFromStreamAction

public class DctmActionProvider extends CaoActionProvider {

  DctmActionProvider(MActivator activator) {
//    list.add(new CreateFolderAction(activator,null));
    list.add(new CopyToAction(activator,null));
    list.add(new CopyFromStreamAction(activator,null));
    list.add(new MoveToAction(activator,null));
    list.add(new DeleteAction(activator,null));
   
    list.add(new SetTargetAction(activator,null)); // TODO put in default provider
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.