middle
Class Constants

java.lang.Object
  |
  +--middle.Constants

public class Constants
extends java.lang.Object


Field Summary
static int blockIcon
           
static int forkIcon
           
static int memIcon
           
static int moduleIcon
           
static int plaIcon
           
static int realIcon
           
static int regIcon
           
static int udpIcon
           
static int wireIcon
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

realIcon

public static int realIcon

regIcon

public static int regIcon

memIcon

public static int memIcon

moduleIcon

public static int moduleIcon

plaIcon

public static int plaIcon

blockIcon

public static int blockIcon

udpIcon

public static int udpIcon

forkIcon

public static int forkIcon

wireIcon

public static int wireIcon
Constructor Detail

Constants

public Constants()