Package com.intellij.ui.treeStructure.actions

Examples of com.intellij.ui.treeStructure.actions.CollapseAllAction


    group.add(ActionManager.getInstance().getAction("DomElementsTreeView.TreePopup"));
    group.addSeparator();

    group.add(new ExpandAllAction(myTree));
    group.add(new CollapseAllAction(myTree));

    return group;
  }
View Full Code Here

TOP

Related Classes of com.intellij.ui.treeStructure.actions.CollapseAllAction

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.