|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.descriptors.common.IconDD
public class IconDD
Resource Icon configuration.
Field Summary | |
---|---|
private java.lang.String |
largeIcon
The large icon uri. |
private java.lang.String |
smallIcon
The small icon uri. |
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 |
Field Detail |
---|
private java.lang.String largeIcon
private java.lang.String smallIcon
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 |