package jetbrains.mps.debugger.java.api.ui; /*Generated by MPS */ import javax.swing.Icon; import com.intellij.icons.AllIcons; public class Icons { public static final Icon VALUE_PRIMITIVE = AllIcons.Debugger.Db_primitive; public static final Icon VALUE_OBJECT = AllIcons.Debugger.Value; public static final Icon VALUE_ARRAY = AllIcons.Debugger.Db_array; public static final Icon WATCHABLE_STATIC = AllIcons.Nodes.Static; public static final Icon WATCH = AllIcons.Debugger.Watch; public static final Icon THREAD_RUNNING = AllIcons.Debugger.ThreadRunning; public static final Icon THREAD_SUSPENDED = AllIcons.Debugger.ThreadSuspended; public static final Icon THREAD_AT_BREAKPOINT = AllIcons.Debugger.ThreadAtBreakpoint; public Icons() { } }