IconType

@since J2EE1.4The icon type contains small-icon and large-icon elementsthat specify the file names for small and large GIF orJPEG icon images used to represent the parent element in aGUI tool.The xml:lang attribute defines the language that theicon file names are provided in. Its value is "en" (English)by default.



Attributes Summary
smallIcon : StringThe small-icon element contains the name of a file containing a small (16 x 16) icon image.
largeIcon : StringThe large-icon element contains the name of a file containing a large (32 x 32) icon image.
lang : String  

Attribute Details

smallIcon    -    The small-icon element contains the name of a file containing a small (16 x 16) icon image. The file name is a relative path within the Deployment Component's Deployment File. The image may be either in the JPEG or GIF format. The icon can be used by tools. Example: <small-icon>employee-service-icon16x16.jpg</small-icon>
     data type:  String
     default Value:   unspecified



largeIcon    -    The large-icon element contains the name of a file containing a large (32 x 32) icon image. The file name is a relative path within the Deployment Component's Deployment File. The image may be either in the JPEG or GIF format. The icon can be used by tools. Example: <large-icon>employee-service-icon32x32.jpg</large-icon>
     data type:  String
     default Value:   unspecified



lang    -     
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004