|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.descriptors.common.IconDD
Resource Icon configuration.
Constructor Summary | |
IconDD()
Default Constructor. |
Method Summary | |
java.lang.String |
getLargeIcon()
Retrieve the large icon uri. |
java.lang.String |
getSmallIcon()
Retrieve the small icon uri. |
void |
setLargeIcon(java.lang.String largeIcon)
Set the large icon uri. |
void |
setSmallIcon(java.lang.String smallIcon)
Set the small Icon uri. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IconDD()
Method Detail |
public java.lang.String getLargeIcon()
public void setLargeIcon(java.lang.String largeIcon)
largeIcon
- the relative path to the icon resource.public java.lang.String getSmallIcon()
public void setSmallIcon(java.lang.String smallIcon)
smallIcon
- the relative path to the icon resource.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |