ÀÌ È®ÀåÁ¡Àº Ãß°¡ ÄÁÅÙÃ÷, Ãß°¡ StandbyContentParts ¶Ç´Â Ãß°¡ IntroUrl Á¶Ä¡¸¦ Á¦°øÇÏ¿© ±âÁ¸ ¼Ò°³ ±¸¼ºÀ» È®ÀåÇÏ´Â µ¥ »ç¿ëµË´Ï´Ù.
3.2ºÎÅÍ ÀÌ È®ÀåÁ¡Àº ¶ÇÇÑ ÇÁ¸®Á¨Å×ÀÌ¼Ç ¹× ÄÁÅÙÃ÷¸¦ ±¸ºÐÇϱâ À§ÇØ È¯¿µ ±¸Çö¿¡ »ç¿ëµÉ ¼ö ÀÖ´Â ÇÁ¸®Á¨Å×ÀÌ¼Ç ÁÖÁ¦¸¦ Á¦°øÇÏ´Â µ¥ »ç¿ëµË´Ï´Ù.
<!ELEMENT extension (configExtension+ , standbyContentPart* , action* , theme*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT configExtension EMPTY>
<!ATTLIST configExtension
configId CDATA #REQUIRED
content CDATA #REQUIRED>
¼Ò°³ ±¸¼º¿¡ ´ëÇÑ È®ÀåÀ» Á¤ÀÇÇÕ´Ï´Ù. ¼Ò°³ ÆÄÆ® ±¸¼ºÀÇ ÆäÀÌÁö ¶Ç´Â ±×·ìÀº ¾ÞÄ¿¸¦ Á¤ÀÇÇÏ¿© È®À强À» ¼±¾ðÇÑ °æ¿ì¿¡ È®ÀåµÉ ¼ö ÀÖ½À´Ï´Ù.
<!ELEMENT standbyContentPart EMPTY>
<!ATTLIST standbyContentPart
id CDATA #REQUIRED
pluginId CDATA #REQUIRED
class CDATA #REQUIRED>
standbyContentPart µî·Ï. µî·ÏµÈ °æ¿ì¿¡´Â ´ÙÀ½ Çü½ÄÀÇ introURL Á¶Ä¡¸¦ ÅëÇØ ´ë±â ÆÄÆ®¸¦ ½ÇÇàÇÒ ¼ö ÀÖ½À´Ï´Ù.
http://org.eclipse.ui.intro/showStandby?partId=<id of standbyContentPart>
org.eclipse.ui.intro.config.IStandbyContentPart
¸¦ ±¸ÇöÇÏ¿©
ġƮ ½ÃÆ®¿Í °°Àº ´ëü ´ë±â ÄÁÅÙÃ÷ Ç¥½Ã¸¦ ó¸®Çϴ Ŭ·¡½ºÀÇ ¿ÏÀüÇÑ Å¬·¡½º À̸§<!ELEMENT action EMPTY>
<!ATTLIST action
name CDATA #REQUIRED
replaces CDATA #REQUIRED>
»ç¿ëÀÚ Á¤ÀÇ ¼Ò°³ URL Á¶Ä¡ µî·Ï. ÀÌ µî·ÏÀº »çÀü Á¤ÀÇµÈ Á¶Ä¡¿¡ »õ Intro URL ¶Ç´Â shortCutÀ» ÀÛ¼ºÇÏ´Â µ¥ »ç¿ëµÉ ¼ö ÀÖ½À´Ï´Ù.
<!ATTLIST theme
id CDATA #REQUIRED
name CDATA #REQUIRED
path CDATA #REQUIRED
default (true | false) "false"
previewImage CDATA #IMPLIED>
<!ELEMENT property EMPTY>
<!ATTLIST property
name CDATA #REQUIRED
value CDATA #REQUIRED>
¼Ò°³ ÇÁ¸®Á¨Å×À̼ÇÀ» ÀÚ¼¼È÷ »ç¿ëÀÚ Á¤ÀÇÇϱâ À§ÇØ ¼Ò°³ ±¸¼º¿¡¼ »ç¿ëÇÒ ¼ö ÀÖ´Â ¼±ÅÃÀû ÁÖÁ¦ Ư¼º
<extension point=
"org.eclipse.ui.intro.configExtension"
>
<configExtension configId=
"com.org.xyz.introConfig"
content=
"extensionContent.xml"
/>
<standbyContentPart id=
"com.org.xyz.myStandbyPart"
class=
"com.org.xyz.internal.MyStandbyContent"
pluginId=
"com.org.xyz"
/>
<action name=
"shortcutAction"
replaces=
"http://org.eclipse.ui.intro/showStandby?partId=com.org.xyz.myStandbyPart"
/>
<action name=
"customAction"
replaces=
"runAction?pluginId=com.org.xyz&class=com.org.xyz.CustomAction&param1=value1"
/>
<theme id=
"com.example.intro.flowers"
name=
"A Nice Flowers Welcome"
path=
"$nl$/themes/flowers"
previewImage=
"$nl$/themes/flowers/preview.png"
>
</theme>
</extension>
Copyright (c) 2004, 2006 IBM Corporation and others.
All rights reserved. º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ´Â Eclipse Public License v1.0ÀÇ Á¶Ç׿¡ µû¶ó »ç¿ëÇØ¾ß Çϸç
À¥ »çÀÌÆ®(http://www.eclipse.org/legal/epl-v10.html)¿¡¼µµ °ü·Ã »çÇ×À» ÂüÁ¶ÇÒ ¼ö ÀÖ½À´Ï´Ù.