Package de.mhus.hair.dctm.action

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

Related Classes of de.mhus.hair.dctm.action.CopyFromStreamAction

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.