Package com.intellij.ide.util.treeView.smartTree

Examples of com.intellij.ide.util.treeView.smartTree.ActionPresentationData


  }

  @Override
  @NotNull
  public ActionPresentation getPresentation() {
    return new ActionPresentationData(IdeBundle.message("action.sort.alphabetically"),
        IdeBundle.message("action.sort.alphabetically"),
        AllIcons.ObjectBrowser.Sorted);
  }
View Full Code Here


      }

      @Override
      @NotNull
      public ActionPresentation getPresentation() {
        return new ActionPresentationData(StrutsBundle.message("structure.view.filter.params"),
                                          StrutsBundle.message("structure.view.filter.params"), AllIcons.Actions.Properties);
      }

      @Override
      @NotNull
View Full Code Here

TOP

Related Classes of com.intellij.ide.util.treeView.smartTree.ActionPresentationData

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.