<!ELEMENT extension (debugModelPresentation*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT debugModelPresentation EMPTY>
<!ATTLIST debugModelPresentation
class CDATA #REQUIRED
id CDATA #REQUIRED
detailsViewerConfiguration CDATA #IMPLIED>
org.eclipse.debug.ui.IDebugModelPresentation
ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇÏ´Â Java Ŭ·¡½ºÀÇ ¿ÏÀüÇÑ À̸§. 3.1ºÎÅÍ, µð¹ö±× ¸ðµ¨ ÇÁ¸®Á¨Å×À̼ÇÀÌ
¼±ÅÃÀûÀ¸·Î IColorProvider
¹× IFontProvider
¸¦ ±¸ÇöÇÏ¿© µð¹ö±× ¿ä¼Ò¿¡ ´ëÇÑ ±âº» ±Û²Ã°ú »ö»óÀ» ´ëüÇÒ ¼ö ÀÖ½À´Ï´Ù. org.eclipse.jface.text.source.SourceViewerConfiguration
ÀÇ ÀνºÅϽºÀÎ Java Ŭ·¡½ºÀÇ ¿ÏÀüÇÑ À̸§ÀÔ´Ï´Ù. ÁöÁ¤µÈ °æ¿ì ÀÌ µð¹ö±× ¸ðµ¨ ÇÁ¸®Á¨Å×À̼ǰú
¿¬°üµÈ µð¹ö±× ¸ðµ¨ÀÇ ¿ä¼Ò¿¡ ´ëÇÑ ¼¼ºÎ»çÇ×À» Ç¥½ÃÇÒ ¶§ º¯¼ö ¹× Ç¥Çö½Ä º¸±âÀÇ
"¼¼ºÎ»çÇ×" ¿µ¿ª¿¡¼ ¼Ò½º Ç¥½Ã±â ±¸¼ºÀÌ »ç¿ëµË´Ï´Ù. ÁöÁ¤µÇÁö ¾ÊÀº °æ¿ì
±âº» ±¸¼ºÀÌ »ç¿ëµË´Ï´Ù.
À§ÀÇ ¿¹Á¦¿¡¼ com.example.JavaModelPresentation Ŭ·¡½º´Â com.example.JavaDebugModel¿¡¼ ½Äº°µÈ µð¹ö±× ¸ðµ¨ÀÇ µð¹ö±× ¿ä¼Ò¸¦ Ç¥ÇöÇÏ´Â µ¥ »ç¿ëµË´Ï´Ù.<extension point =
"org.eclipse.debug.ui.debugModelPresentations"
>
<debugModelPresentation class =
"com.example.JavaModelPresentation"
id =
"com.example.JavaDebugModel"
>
</debugModelPresentation>
</extension>
IColorProvider
¹× IFontProvider
¸¦ ±¸ÇöÇÏ¿© µð¹ö±× ¿ä¼Ò¿¡ ´ëÇÑ ±âº» ±Û²Ã°ú »ö»óÀ» ´ëüÇÒ ¼ö ÀÖ½À´Ï´Ù.
Copyright (c) 2000, 2005 IBM Corporation and others.
All rights reserved. º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ´Â Eclipse Public License v1.0ÀÇ Á¶Ç׿¡ µû¶ó »ç¿ëÇØ¾ß Çϸç
À¥ »çÀÌÆ®(http://www.eclipse.org/legal/epl-v10.html)¿¡¼µµ °ü·Ã »çÇ×À» ÂüÁ¶ÇÒ ¼ö ÀÖ½À´Ï´Ù.