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

ID: org.eclipse.debug.ui.debugModelPresentations

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

±¸¼º ¸¶Å©¾÷:

   <!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¿¡¼­ ½Äº°µÈ µð¹ö±× ¸ðµ¨ÀÇ µð¹ö±× ¿ä¼Ò¸¦ Ç¥ÇöÇϱâ À§ÇØ »ç¿ëµË´Ï´Ù.

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

Copyright IBM Corp. 2000, 2001. All Rights Reserved.