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

ID: org.eclipse.debug.ui.debugModelPresentations

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

±¸¼º ¸¶Å©¾÷:

   <!ATTLIST sectionParser
      class     CDATA #REQUIRED
      id        CDATA #REQUIRED

¿¹:

´ÙÀ½Àº º¸±â ÇÊÅÍ È®ÀåÁ¡¿¡ ´ëÇÑ ¿¹ÀÔ´Ï´Ù.

   <extension 
      point = "org.eclipse.debug.ui.debugModelPresentations"> 
         <debugModelPresentation 
             class = "com.example.JavaModelPresentation"> 
	     id = "com.example.JavaDebugModel"
	</debugLabelProvider 
   </extension> 

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

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

Copyright IBM Corporation 2000