Package liveplugin.pluginrunner

Examples of liveplugin.pluginrunner.TestPluginAction


    private JComponent createToolBar() {
      DefaultActionGroup actionGroup = new DefaultActionGroup();
      actionGroup.add(withIcon(IdeUtil.ADD_PLUGIN_ICON, createAddPluginsGroup()));
      actionGroup.add(new DeletePluginAction());
      actionGroup.add(new RunPluginAction());
      actionGroup.add(new TestPluginAction());
      actionGroup.addSeparator();
      actionGroup.add(new RefreshPluginTreeAction());
      actionGroup.add(withIcon(IdeUtil.EXPAND_ALL_ICON, new ExpandAllAction()));
      actionGroup.add(withIcon(IdeUtil.COLLAPSE_ALL_ICON, new CollapseAllAction()));
      actionGroup.addSeparator();
View Full Code Here

TOP

Related Classes of liveplugin.pluginrunner.TestPluginAction

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.