Package org.cfeclipse.cfml.frameworks.actions

Examples of org.cfeclipse.cfml.frameworks.actions.IBaseAction.run()


            FrameworksContentProvider contentProvider = (FrameworksContentProvider)viewer.getContentProvider();
            Object[] leftClickActions = actionManager.getLeftClickAction(selNodeItem, currentProject, contentProvider.getVirtualDocument());
            for (int i = 0; i < leftClickActions.length; i++) {
              clickLogger.debug("clicked on" + selNodeItem + " got action  "+ leftClickActions[i]);
              IBaseAction action = (IBaseAction)leftClickActions[i];
              action.run();
            }
           
          }
         
        }
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.