super
¼Ó¼º¿¡ ´Ù¸¥ À¯ÇüÀ» ÁöÁ¤ÇÏ¿© Á¤Á¦ÇÒ ¼ö ÀÖ½À´Ï´Ù.
ÀϺΠ¾î³ëÅ×À̼ÇÀº ¸¶Ä¿ÀÇ UI »çº» ¿ªÇÒÀ» ÇÏ´Â ¹Ý¸é(org.eclipse.core.resources.IMarker
ÂüÁ¶), ´Ù¸¥
¾î³ëÅ×À̼ÇÀº Áö¼Ó °¡´ÉÇÑ ¾ç½Ä ¾øÀÌ °íÀ¯ÇÏ°Ô Á¸ÀçÇÕ´Ï´Ù. ¸¶Ä¿¿Í ¾î³ëÅ×ÀÌ¼Ç À¯Çü °£ÀÇ ¸ÊÇÎÀº ¼±ÅÃÀû markerType
°ú markerSeverity
¼Ó¼º¿¡ ÀÇÇØ Á¤Àǵ˴ϴÙ.
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT type EMPTY>
<!ATTLIST type
name CDATA #REQUIRED
markerType CDATA #IMPLIED
super CDATA #IMPLIED
markerSeverity (0|1|2) >
¸¶Ä¿ À¯Çü Á¤ÀÇ
<extension point=
"org.eclipse.ui.editors.annotationTypes"
>
<type name=
"org.eclipse.jdt.ui.error"
super=
"org.eclipse.ui.workbench.texteditor.error"
markerType=
"org.eclipse.jdt.core.problem"
markerSeverity=
"2"
>
</type>
<type name=
"org.eclipse.jdt.ui.warning"
super=
"org.eclipse.ui.workbench.texteditor.warning"
markerType=
"org.eclipse.jdt.core.problem"
markerSeverity=
"1"
>
</type>
<type name=
"org.eclipse.jdt.ui.info"
super=
"org.eclipse.ui.workbench.texteditor.info"
markerType=
"org.eclipse.jdt.core.problem"
markerSeverity=
"0"
>
</type>
</extension>
Copyright (c) 2001, 2004 IBM Corporation and others.
All rights reserved. º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ´Â Eclipse Public License v1.0ÀÇ Á¶Ç׿¡ µû¶ó »ç¿ëÇØ¾ß Çϸç
À¥ »çÀÌÆ®(http://www.eclipse.org/legal/epl-v10.html)¿¡¼µµ °ü·Ã »çÇ×À» ÂüÁ¶ÇÒ ¼ö ÀÖ½À´Ï´Ù.