¼Ò½º ÄÁÅ×ÀÌ³Ê ÇÁ¸®Á¨Å×À̼Ç

org.eclipse.debug.ui.sourceContainerPresentations

3.0

¼Ò½º ÄÁÅ×ÀÌ³Ê À¯Çü¿¡ ´ëÇÑ ÇÁ¸®Á¨Å×ÀÌ¼Ç Æ¯¼ºÀ» Á¤ÀÇÇÏ´Â È®ÀåÁ¡

<!ELEMENT extension (sourceContainerPresentation*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT sourceContainerPresentation EMPTY>

<!ATTLIST sourceContainerPresentation

id              CDATA #REQUIRED

icon            CDATA #IMPLIED

containerTypeID CDATA #REQUIRED

browserClass    CDATA #IMPLIED>

¼Ò½º ÄÁÅ×ÀÌ³Ê À¯Çü¿¡ ´ëÇÑ ÇÁ¸®Á¨Å×ÀÌ¼Ç Æ¯¼ºÀ» Á¤ÀÇÇÏ´Â È®ÀåÁ¡



´ÙÀ½Àº ¼Ò½º ÄÁÅ×ÀÌ³Ê ÇÁ¸®Á¨Å×ÀÌ¼Ç Á¤ÀÇ¿¡ °üÇÑ ¿¹Á¦ÀÔ´Ï´Ù.
   

<extension point=

"org.eclipse.debug.ui.sourceContainerPresentations"

>

<sourceContainerPresentation browserClass=

"org.eclipse.debug.internal.ui.sourcelookup.browsers.ProjectSourceContainerBrowser"

containerTypeID=

"org.eclipse.debug.core.containerType.project"

icon=

"icons/full/obj16/prj_obj.gif"

id=

"org.eclipse.debug.ui.containerPresentation.project"

>

</sourceContainerPresentation>

</extension>

browserClass ¼Ó¼º °ªÀº ISourceLocationBrowser ÀÎÅÍÆäÀ̽º¸¦ ±¸ÇöÇÏ´Â Java Ŭ·¡½ºÀÇ ¿ÏÀüÇÑ À̸§À̾î¾ß ÇÕ´Ï´Ù.