Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

middle
Class Constants  view Constants download Constants.java

java.lang.Object
  extended bymiddle.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, 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()