|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Icon Type'.
The following features are supported:
CommonPackage.getIconType()
Method Summary | |
---|---|
java.lang.String |
getLang()
Returns the value of the 'Lang' attribute |
java.lang.String |
getLargeIcon()
Returns the value of the 'Large Icon' attribute |
java.lang.String |
getSmallIcon()
Returns the value of the 'Small Icon' attribute |
void |
setLang(java.lang.String value)
Sets the value of the ' Lang ' attribute |
void |
setLargeIcon(java.lang.String value)
Sets the value of the ' Large Icon ' attribute |
void |
setSmallIcon(java.lang.String value)
Sets the value of the ' Small Icon ' attribute |
Method Detail |
public java.lang.String getSmallIcon()
If the meaning of the 'Small Icon' attribute isn't clear, there really should be more of a description here...
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:
setSmallIcon(String)
,
CommonPackage.getIconType_SmallIcon()
public void setSmallIcon(java.lang.String value)
Small Icon
' attribute.
value
- the new value of the 'Small Icon' attribute.getSmallIcon()
public java.lang.String getLargeIcon()
If the meaning of the 'Large Icon' attribute isn't clear, there really should be more of a description here...
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:
setLargeIcon(String)
,
CommonPackage.getIconType_LargeIcon()
public void setLargeIcon(java.lang.String value)
Large Icon
' attribute.
value
- the new value of the 'Large Icon' attribute.getLargeIcon()
public java.lang.String getLang()
If the meaning of the 'Lang' attribute isn't clear, there really should be more of a description here...
setLang(String)
,
CommonPackage.getIconType_Lang()
public void setLang(java.lang.String value)
Lang
' attribute.
value
- the new value of the 'Lang' attribute.getLang()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |