|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Definition of common strings that were used as plug-in extension ids.
Field Summary | |
static java.lang.String |
BUILDER_ID
id of builder - matches plugin.xml (concatenate pluginid.builderid) If the value changes here, it must also change in the file plugin.xml. |
static java.lang.String |
MARKER_ID
id of marker - matches plugin.xml (concatenate pluginid.markerid) If the value changes here, it must also change in the file plugin.xml. |
static java.lang.String |
NATURE_ID
identifier of nature in plugin.xml - (concatenate pluginid.natureid) If the value changes here, it must also change in the file plugin.xml. |
static java.lang.String |
PARSE_LISTENER_ID
id of parse listeners - matches plugin.xml If the value changes here, it must also change in the file plugin.xml. |
static java.lang.String |
PARSER_ID
id of parser extension - matches plugin.xml If the value changes here, it must also change in the file plugin.xml. |
static org.eclipse.core.runtime.QualifiedName |
SYNTAX_CHECK_PROPERTYKEY
id of the "Syntax Check" property in the preference store. |
static boolean |
TRACE_ENABLED
Global Trace Control. |
static org.eclipse.core.runtime.QualifiedName |
TYPE_CHECK_PROPERTYKEY
id of the "Type Check" property in the preference store. |
Field Detail |
public static final boolean TRACE_ENABLED
public static final java.lang.String NATURE_ID
public static final java.lang.String BUILDER_ID
public static final java.lang.String MARKER_ID
public static final java.lang.String PARSE_LISTENER_ID
public static final java.lang.String PARSER_ID
public static final org.eclipse.core.runtime.QualifiedName SYNTAX_CHECK_PROPERTYKEY
public static final org.eclipse.core.runtime.QualifiedName TYPE_CHECK_PROPERTYKEY
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |