mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
57 lines
3.8 KiB
Java
57 lines
3.8 KiB
Java
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
|
package icons;
|
|
|
|
import com.intellij.ui.IconManager;
|
|
import org.jetbrains.annotations.NotNull;
|
|
|
|
import javax.swing.*;
|
|
|
|
/**
|
|
* NOTE THIS FILE IS AUTO-GENERATED
|
|
* DO NOT EDIT IT BY HAND, run "Generate icon classes" configuration instead
|
|
*/
|
|
public final class PythonIcons {
|
|
private static @NotNull Icon load(@NotNull String path, long cacheKey, int flags) {
|
|
return IconManager.getInstance().loadRasterizedIcon(path, PythonIcons.class.getClassLoader(), cacheKey, flags);
|
|
}
|
|
|
|
public static final class Cython {
|
|
/** 16x16 */ public static final @NotNull Icon CythonFile = load("icons/com/jetbrains/cython/cythonFile.svg", -63286873138942452L, 0);
|
|
}
|
|
|
|
public static final class Pyqt {
|
|
/** 16x16 */ public static final @NotNull Icon UiForm = load("icons/com/jetbrains/pyqt/uiForm.svg", -7822228888109454928L, 0);
|
|
}
|
|
|
|
public static final class Python {
|
|
/** 16x16 */ public static final @NotNull Icon Anaconda = load("icons/com/jetbrains/python/anaconda.svg", 8943178071091496124L, 0);
|
|
|
|
public static final class Buildout {
|
|
/** 16x16 */ public static final @NotNull Icon Buildout = load("icons/com/jetbrains/python/buildout/buildout.svg", 8721917823666541547L, 0);
|
|
}
|
|
|
|
/** 16x16 */ public static final @NotNull Icon Condaenv = load("icons/com/jetbrains/python/condaenv.svg", 5490797336848440601L, 0);
|
|
/** 13x13 */ public static final @NotNull Icon DataView = load("icons/com/jetbrains/python/DataView.svg", 4852798720151080547L, 2);
|
|
|
|
public static final class Debug {
|
|
/** 16x16 */ public static final @NotNull Icon SpecialVar = load("icons/com/jetbrains/python/debug/specialVar.svg", -4571731142158546612L, 0);
|
|
/** 16x16 */ public static final @NotNull Icon StepIntoMyCode = load("icons/com/jetbrains/python/debug/StepIntoMyCode.svg", 3415296893210255296L, 2);
|
|
}
|
|
|
|
/** 16x16 */ public static final @NotNull Icon Dotnet = load("icons/com/jetbrains/python/dotnet.svg", -119552936208143190L, 0);
|
|
/** 16x16 */ public static final @NotNull Icon Function = load("icons/com/jetbrains/python/function.svg", -8647225230679120905L, 0);
|
|
/** 16x16 */ public static final @NotNull Icon Jython = load("icons/com/jetbrains/python/jython.svg", -2768601746601292758L, 0);
|
|
/** 16x16 */ public static final @NotNull Icon Pypy = load("icons/com/jetbrains/python/pypy.svg", -7583460427419056662L, 0);
|
|
/** 16x16 */ public static final @NotNull Icon Python = load("icons/com/jetbrains/python/python.svg", 2013563801968945595L, 0);
|
|
/** 16x16 */ public static final @NotNull Icon PythonClosed = load("icons/com/jetbrains/python/pythonClosed.svg", -687692780913640037L, 0);
|
|
/** 16x16 */ public static final @NotNull Icon PythonConsole = load("icons/com/jetbrains/python/pythonConsole.svg", 542958402152103084L, 0);
|
|
/** 13x13 */ public static final @NotNull Icon PythonConsoleToolWindow = load("icons/com/jetbrains/python/pythonConsoleToolWindow.svg", 6376726922904477063L, 2);
|
|
/** 16x16 */ public static final @NotNull Icon PythonTests = load("icons/com/jetbrains/python/pythonTests.svg", -5899470091143645401L, 0);
|
|
/** 16x16 */ public static final @NotNull Icon RemoteInterpreter = load("icons/com/jetbrains/python/RemoteInterpreter.svg", 357033666544229011L, 0);
|
|
/** 16x16 */ public static final @NotNull Icon Ssh = load("icons/com/jetbrains/python/ssh.svg", 4998831890575362096L, 0);
|
|
/** 16x16 */ public static final @NotNull Icon TemplateRoot = load("icons/com/jetbrains/python/templateRoot.svg", -4841950379144332564L, 0);
|
|
/** 16x16 */ public static final @NotNull Icon Vagrant = load("icons/com/jetbrains/python/vagrant.svg", -2116261756304251372L, 0);
|
|
/** 16x16 */ public static final @NotNull Icon Virtualenv = load("icons/com/jetbrains/python/virtualenv.svg", 3050140645622806640L, 0);
|
|
}
|
|
}
|