All Downloads are FREE. Search and download functionalities are using the official Maven repository.

icons.PlatformImplIcons Maven / Gradle / Ivy

Go to download

A packaging of the IntelliJ Community Edition platform-impl library. This is release number 1 of trunk branch 142.

The newest version!
package icons;

import com.intellij.openapi.util.IconLoader;

import javax.swing.*;

/**
 * NOTE THIS FILE IS AUTO-GENERATED
 * DO NOT EDIT IT BY HAND, run build/scripts/icons.gant instead
 */
public class PlatformImplIcons {
  private static Icon load(String path) {
    return IconLoader.getIcon(path, PlatformImplIcons.class);
  }

  public static final Icon Android = load("/icons/plugins/Android.png"); // 48x48
  public static final Icon ApplicationServers = load("/icons/plugins/ApplicationServers.png"); // 48x48
  public static final Icon BuildTools = load("/icons/plugins/BuildTools.png"); // 48x48
  public static final Icon Clouds = load("/icons/plugins/Clouds.png"); // 48x48
  public static final Icon DatabaseTools = load("/icons/plugins/DatabaseTools.png"); // 48x48
  public static final Icon JavaFrameworks = load("/icons/plugins/JavaFrameworks.png"); // 48x48
  public static final Icon OtherTools = load("/icons/plugins/OtherTools.png"); // 48x48
  public static final Icon PluginDevelopment = load("/icons/plugins/PluginDevelopment.png"); // 48x48
  public static final Icon Swing = load("/icons/plugins/Swing.png"); // 48x48
  public static final Icon TestTools = load("/icons/plugins/TestTools.png"); // 48x48
  public static final Icon VersionControls = load("/icons/plugins/VersionControls.png"); // 48x48
  public static final Icon WebDevelopment = load("/icons/plugins/WebDevelopment.png"); // 48x48
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy