deprecate Java EE big icons

This commit is contained in:
Konstantin Aleev
2018-09-06 14:41:13 +03:00
parent 02c32287ee
commit 9d69a9c424
8 changed files with 12 additions and 2 deletions

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 343 B

Before

Width:  |  Height:  |  Size: 528 B

After

Width:  |  Height:  |  Size: 528 B

Before

Width:  |  Height:  |  Size: 529 B

After

Width:  |  Height:  |  Size: 529 B

Before

Width:  |  Height:  |  Size: 336 B

After

Width:  |  Height:  |  Size: 336 B

@@ -1 +1,3 @@
deprecated: dataSourceImport.png; to be removed in IDEA 2020
deprecated: entityBeanBig.png; to be removed in IDEA 2020
deprecated: dbSchemaImportBig.png; to be removed in IDEA 2020
@@ -1298,13 +1298,11 @@ public class AllIcons {
public static class Javaee {
public static final Icon Application_xml = IconLoader.getIcon("/javaee/application_xml.png"); // 16x16
public static final Icon BuildOnFrameDeactivation = IconLoader.getIcon("/javaee/buildOnFrameDeactivation.png"); // 16x16
public static final Icon DbSchemaImportBig = IconLoader.getIcon("/javaee/dbSchemaImportBig.png"); // 32x32
public static final Icon Ejb_jar_xml = IconLoader.getIcon("/javaee/ejb-jar_xml.png"); // 16x16
public static final Icon EjbClass = IconLoader.getIcon("/javaee/ejbClass.png"); // 16x16
public static final Icon EjbModule = IconLoader.getIcon("/javaee/ejbModule.png"); // 16x16
public static final Icon EmbeddedAttributeOverlay = IconLoader.getIcon("/javaee/embeddedAttributeOverlay.png"); // 16x16
public static final Icon EntityBean = IconLoader.getIcon("/javaee/entityBean.png"); // 16x16
public static final Icon EntityBeanBig = IconLoader.getIcon("/javaee/entityBeanBig.png"); // 24x24
public static final Icon Home = IconLoader.getIcon("/javaee/home.png"); // 16x16
public static final Icon InheritedAttributeOverlay = IconLoader.getIcon("/javaee/inheritedAttributeOverlay.png"); // 16x16
public static final Icon InterceptorClass = IconLoader.getIcon("/javaee/interceptorClass.png"); // 16x16
@@ -1339,6 +1337,16 @@ public class AllIcons {
@Deprecated
public static final Icon DataSourceImport = IconLoader.getIcon("/javaee/dataSourceImport.png");
/** @deprecated to be removed in IDEA 2020 */
@SuppressWarnings("unused")
@Deprecated
public static final Icon DbSchemaImportBig = IconLoader.getIcon("/javaee/dbSchemaImportBig.png");
/** @deprecated to be removed in IDEA 2020 */
@SuppressWarnings("unused")
@Deprecated
public static final Icon EntityBeanBig = IconLoader.getIcon("/javaee/entityBeanBig.png");
}
public static class Json {