Package de.mhus.hair.jack.action

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


import de.mhus.lib.logging.MLog;

public class JackActionProvider extends CaoActionProvider {

  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));
View Full Code Here

TOP

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

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.