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

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

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

Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.