Skip to content
Snippets Groups Projects
Commit 9c1f1ddd authored by Johannes Mey's avatar Johannes Mey
Browse files

add more icon types (still pointing to the same file), more needed

parent c2148bb6
Branches
Tags
1 merge request!5Resolve "Structure View Support"
......@@ -7,6 +7,11 @@ import javax.swing.*;
public class JastAddIcons {
public static final Icon FILE = IconLoader.getIcon("/META-INF/pluginIcon.svg", JastAddIcons.class);
public static final Icon ASPECT = IconLoader.getIcon("/META-INF/pluginIcon.svg", JastAddIcons.class);
public static final Icon ATTRIBUTE = IconLoader.getIcon("/META-INF/pluginIcon.svg", JastAddIcons.class);
public static final Icon COL_ATTRIBUTE = IconLoader.getIcon("/META-INF/pluginIcon.svg", JastAddIcons.class);
public static final Icon INH_ATTRIBUTE = IconLoader.getIcon("/META-INF/pluginIcon.svg", JastAddIcons.class);
public static final Icon SYN_ATTRIBUTE = IconLoader.getIcon("/META-INF/pluginIcon.svg", JastAddIcons.class);
private JastAddIcons() {
throw new IllegalStateException("Utility class");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment