Package com.intellij.ide.actions

Examples of com.intellij.ide.actions.ExpandAllAction


      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();
      actionGroup.add(withIcon(IdeUtil.SETTINGS_ICON, createSettingsGroup()));

      // this is a "hack" to force drop-down box appear below button
View Full Code Here

TOP

Related Classes of com.intellij.ide.actions.ExpandAllAction

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.