<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT image EMPTY>
<!ATTLIST image
commandId CDATA #REQUIRED
icon CDATA #REQUIRED
disabledIcon CDATA #IMPLIED
hoverIcon CDATA #IMPLIED
style CDATA #IMPLIED>
ƯÁ¤ ¸í·É°ú ¿¬°ü½Ãų À̹ÌÁö
<extension point=
"org.eclipse.ui.commandsImages"
>
<image commandId=
"ProfileLast"
hoverIcon=
"icons/full/etool16/profile.gif"
disabledIcon=
"icons/full/dtool16/profile.gif"
icon=
"icons/full/etool16/profile.gif"
/>
<image commandId=
"ProfileLast"
hoverIcon=
"icons/full/etool16/history.gif"
disabledIcon=
"icons/full/dtool16/history.gif"
icon=
"icons/full/etool16/history.gif"
imageStyle=
"toolbar"
/>
</extension>
Workbench ¾È¿¡¼ org.eclipse.ui.handlers.ICommandImageService
ÀÎÅÍÆäÀ̽º¸¦ »ç¿ëÇÏ¿© ¸í·É¿¡ ÇØ´çÇÏ´Â À̹ÌÁö¸¦ °¡Á®¿Ã ¼ö ÀÖ½À´Ï´Ù. ÀÌ ÀÎÅÍÆäÀ̽º´Â IWorkbench
ÀÚü °°ÀÌ Áö¿ø Workbench ¿ÀºêÁ§Æ®·ÎºÎÅÍ °Ë»öÇÒ ¼ö ÀÖ½À´Ï´Ù. ¼ºñ½º¸¦ °Ë»öÇÏ·Á¸é
IWorkbench.getAdapter(ICommandImageService.class)
¿Í °°Àº È£ÃâÀ» ÀÛ¼ºÇÒ ¼ö ÀÖ½À´Ï´Ù.
Copyright (c) 2005 IBM Corporation and others.
All rights
reserved. º» ÇÁ·Î±×·¥ ¹× º» ÇÁ·Î±×·¥¿¡ µ¿ºÀµÇ´Â ÀÚ·á´Â º» ¹èÆ÷¹°¿¡ µ¿ºÀµÇ´Â Eclipse Public License v1.0ÀÇ Á¶Ç׿¡ µû¶ó »ç¿ëÇØ¾ß Çϸç
À¥ »çÀÌÆ®(http://www.eclipse.org/legal/epl-v10.html)¿¡¼µµ °ü·Ã »çÇ×À» ÂüÁ¶ÇÒ ¼ö ÀÖ½À´Ï´Ù.