mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
22 lines
1.2 KiB
Java
22 lines
1.2 KiB
Java
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 SettingsSyncIcons {
|
|
private static @NotNull Icon load(@NotNull String path, @NotNull String expUIPath, int cacheKey, int flags) {
|
|
return IconManager.getInstance().loadRasterizedIcon(path, expUIPath, SettingsSyncIcons.class.getClassLoader(), cacheKey, flags);
|
|
}
|
|
/** 16x16 */ public static final @NotNull Icon Conflict = load("icons/conflict.svg", "icons/expui/conflict.svg", -1642917434, 0);
|
|
/** 16x16 */ public static final @NotNull Icon LocalChanges = load("icons/localChanges.svg", "icons/expui/localChanges.svg", -455323487, 0);
|
|
/** 16x16 */ public static final @NotNull Icon RemoteChanges = load("icons/remoteChanges.svg", "icons/expui/remoteChanges.svg", 287889654, 0);
|
|
/** 16x16 */ public static final @NotNull Icon StatusDisabled = load("icons/statusDisabled.svg", "icons/expui/statusDisabled.svg", -1854758088, 2);
|
|
/** 16x16 */ public static final @NotNull Icon StatusEnabled = load("icons/statusEnabled.svg", "icons/expui/statusEnabled.svg", 1900690067, 0);
|
|
}
|