Package org.netbeans.modules.php.drupaldevel.drush.ui

Examples of org.netbeans.modules.php.drupaldevel.drush.ui.DrushTopComponent


                            return;//nothing much to do
                        }
                    }

                } else if (evt.getAction().equals(ApiTreeEvent.EVENT_LOOKUP)) {
                    DrushTopComponent tc = Util.drushWindow;
                    if (tc == null) {
                        tc = (DrushTopComponent) WindowManager.getDefault().findTopComponent("DrushTopComponent");
                        tc.open();
                        tc.requestActive();

                    }
                    tc.setActiveProject(activeProject);
                    tc.executeDrush("nb-hook " + item.getName());

                }
            }
        };
View Full Code Here

TOP

Related Classes of org.netbeans.modules.php.drupaldevel.drush.ui.DrushTopComponent

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.