|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides several constants for the DesignRuleChecker class and the DesignRule class and their subclasses
Field Summary | |
static java.lang.String |
MSGHEADER_ERROR
Header string used by the drcMsg method |
static java.lang.String |
MSGHEADER_NOTICE
Header string used by the drcMsg method |
static java.lang.String |
MSGHEADER_STATUS
Header string used by the drcMsg method |
static java.lang.String |
MSGHEADER_WARNING
Header string used by the drcMsg method |
static int |
MSGTYPE_ERR_ALL
flag to pass into the drcMsg method |
static int |
MSGTYPE_ERR_EXPERTWARN
flag to pass into the drcMsg method |
static int |
MSGTYPE_ERR_NOEXPERT
flag to pass into the drcMsg method |
static int |
MSGTYPE_ERROR_BITS
used by the getPrintWriter method |
static int |
MSGTYPE_MUTE
flag to pass into the drcMsg method |
static int |
MSGTYPE_NOTICE
flag to pass into the drcMsg method |
static int |
MSGTYPE_NOTICE_BITS
used by the getPrintWriter method |
static int |
MSGTYPE_NOTICE_NOEXPERT
flag to pass into the drcMsg method |
static int |
MSGTYPE_STATUS
flag to pass into the drcMsg method |
static int |
MSGTYPE_STATUS_BITS
used by the getPrintWriter method |
static int |
MSGTYPE_STATUS_NOEXPERT
flag to pass into the drcMsg method |
static int |
MSGTYPE_WARN_ALL
flag to pass into the drcMsg method |
static int |
MSGTYPE_WARN_NOEXPERT
flag to pass into the drcMsg method |
static int |
MSGTYPE_WARNING_BITS
used by the getPrintWriter method |
static int |
SHOW_NUM_RULES_CHECKED_EVERY
This integer is used to tell the DesignRuleChecker how often to update the user on how many DesignRules have been checked so far. |
Field Detail |
public static final int MSGTYPE_MUTE
public static final int MSGTYPE_WARN_ALL
public static final int MSGTYPE_ERR_ALL
public static final int MSGTYPE_ERR_EXPERTWARN
public static final int MSGTYPE_WARN_NOEXPERT
public static final int MSGTYPE_ERR_NOEXPERT
public static final int MSGTYPE_NOTICE
public static final int MSGTYPE_STATUS
public static final int MSGTYPE_NOTICE_NOEXPERT
public static final int MSGTYPE_STATUS_NOEXPERT
public static final int MSGTYPE_WARNING_BITS
public static final int MSGTYPE_ERROR_BITS
public static final int MSGTYPE_NOTICE_BITS
public static final int MSGTYPE_STATUS_BITS
public static final java.lang.String MSGHEADER_WARNING
public static final java.lang.String MSGHEADER_ERROR
public static final java.lang.String MSGHEADER_NOTICE
public static final java.lang.String MSGHEADER_STATUS
public static final int SHOW_NUM_RULES_CHECKED_EVERY
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |