Package com.intellij.openapi.ui.popup

Examples of com.intellij.openapi.ui.popup.ListItemDescriptor


  public static final Icon NextStepInverted = IconLoader.getIcon("/icons/ide/nextStepInverted.png"); // 12x12

  private final ScratchListPopup myPopup;

  public ScratchListElementRenderer(final ScratchListPopup aPopup) {
    super(new ListItemDescriptor() {
      @Override
      public String getTextFor(Object value) {
        return aPopup.getListStep().getTextFor(value);
      }
View Full Code Here

TOP

Related Classes of com.intellij.openapi.ui.popup.ListItemDescriptor

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.