Namespace: |
|
Type: |
embedded complexType |
Content: |
empty, 4 attributes |
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
XML Representation Summary |
|||
<designerImages |
|||
largeIconFile | = |
xsd:string |
|
layoutImageFile | = |
xsd:string |
|
smallIconFile | = |
xsd:string |
|
thumbnailFile | = |
xsd:string |
|
/> |
<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: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> 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> 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: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> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
locally, within this element |
<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> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
locally, within this element |
<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> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
locally, within this element |
<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> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
locally, within this element |
<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> |