µð¹ö±× ¸ðµ¨ ÇÁ¸®Á¨Å×À̼Ç

org.eclipse.debug.ui.debugModelPresentations

ÀÌ È®ÀåÁ¡À» ÅëÇØ µµ±¸°¡ µð¹ö±× ¸ðµ¨ÀÇ ÇÁ¸®Á¨Å×ÀÌ¼Ç Æ¯¼ºÀ» ó¸®ÇÒ ¼ö ÀÖ½À´Ï´Ù. µð¹ö±× ¸ðµ¨ ÇÁ¸®Á¨Å×À̼ÇÀº ƯÁ¤ µð¹ö±× ¸ðµ¨ÀÇ ¿ä¼Ò¿¡ ´ëÇÑ ·¹À̺í, À̹ÌÁö ¹× ÆíÁý±â¸¦ Á¦°øÇØ¾ß ÇÕ´Ï´Ù.

<!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>


´ÙÀ½Àº µð¹ö±× ¸ðµ¨ ÇÁ¸®Á¨Å×ÀÌ¼Ç È®ÀåÁ¡ÀÇ ¿¹Á¦ÀÔ´Ï´Ù.

   

<extension point =

"org.eclipse.debug.ui.debugModelPresentations"

>

<debugModelPresentation class =

"com.example.JavaModelPresentation"

id =

"com.example.JavaDebugModel"

>

</debugModelPresentation>

</extension>

À§ÀÇ ¿¹Á¦¿¡¼­ com.example.JavaModelPresentation Ŭ·¡½º´Â com.example.JavaDebugModel¿¡¼­ ½Äº°µÈ µð¹ö±× ¸ðµ¨ÀÇ µð¹ö±× ¿ä¼Ò¸¦ Ç¥ÇöÇϱâ À§ÇØ »ç¿ëµË´Ï´Ù.

class Á¶Ä¡ ¼Ó¼º °ªÀº org.eclipse.debug.ui.IDebugModelPresentationÀ» ±¸ÇöÇÏ´Â Java Ŭ·¡½ºÀÇ ¿ÏÀüÇÑ Å¬·¡½º À̸§À̾î¾ß ÇÕ´Ï´Ù.


¿¡¼­ »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.