Package de.mhus.hair.jack.action

Examples of de.mhus.hair.jack.action.AddPropertyAction


  JackActionProvider(MActivator activator) {
    list.add(new NewNodeAction(activator, null));
    list.add(new DumpAction(activator, null));
    list.add(new DeleteAction(activator, null));
    list.add(new AddPropertyAction(activator, null));
    list.add(new AddDefinitionAction(activator, null));
    list.add(new OpenAction(activator, null));
    list.add(new DefaultOpenAction(activator, null));
   
    list.add(new SetTargetAction(activator,null)); // TODO put in default provider
View Full Code Here

TOP

Related Classes of de.mhus.hair.jack.action.AddPropertyAction

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.