element <designerImages>
Namespace:
Type:
embedded complexType
Content:
empty, 4 attributes
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<designerImages
   
largeIconFile
 = 
xsd:string
   
layoutImageFile
 = 
xsd:string
   
smallIconFile
 = 
xsd:string
   
thumbnailFile
 = 
xsd:string
/>
May be included in elements (1):
Known Usage Locations
Annotation
This element is specifies images for use by the UI designer. Only those images that apply need to be defined, e.g.
if a component never appears in the UI design wizard or palette then it doesn't need those images.
XML Source
<xsd:element name="designerImages">
<xsd:annotation>
<xsd:documentation>
This element is specifies images for use by the UI designer. Only those images that apply need to be defined, e.g.
if a component never appears in the UI design wizard or palette then it doesn't need those images.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="smallIconFile" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
A relative path to an Eclipse-supported image type, such as PNG, GIF, or BMP. This image is displayed in the outline.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="largeIconFile" type="xsd:string">
A relative path to an Eclipse-supported image type, such as PNG, GIF, or BMP. This image is displayed in the component palette.
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="layoutImageFile" type="xsd:string">
A relative path to an Eclipse-supported image type, such as PNG, GIF, or BMP. This image is displayed in the UI design wizard.
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="thumbnailFile" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
A relative path to an Eclipse-supported image type, such as PNG, GIF, or BMP. This image is displayed in UI designer's graphical
layout area if the component does not provide rendering code.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail
largeIconFile
Type:
xsd:string
Use:
optional
Defined:
locally, within this element
XML Source
<xsd:attribute name="largeIconFile" type="xsd:string">
A relative path to an Eclipse-supported image type, such as PNG, GIF, or BMP. This image is displayed in the component palette.
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:attribute>

layoutImageFile
Type:
xsd:string
Use:
optional
Defined:
locally, within this element
XML Source
<xsd:attribute name="layoutImageFile" type="xsd:string">
A relative path to an Eclipse-supported image type, such as PNG, GIF, or BMP. This image is displayed in the UI design wizard.
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
</xsd:attribute>

smallIconFile
A relative path to an Eclipse-supported image type, such as PNG, GIF, or BMP. This image is displayed in the outline.
Type:
xsd:string
Use:
optional
Defined:
locally, within this element
XML Source
<xsd:attribute name="smallIconFile" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
A relative path to an Eclipse-supported image type, such as PNG, GIF, or BMP. This image is displayed in the outline.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

thumbnailFile
A relative path to an Eclipse-supported image type, such as PNG, GIF, or BMP. This image is displayed in UI designer's graphical
layout area if the component does not provide rendering code.
Type:
xsd:string
Use:
optional
Defined:
locally, within this element
XML Source
<xsd:attribute name="thumbnailFile" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
A relative path to an Eclipse-supported image type, such as PNG, GIF, or BMP. This image is displayed in UI designer's graphical
layout area if the component does not provide rendering code.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>