| |
|
| java.lang.Object org.apache.pluto.descriptors.common.IconDD
IconDD | public class IconDD (Code) | | Resource Icon configuration.
version: $Id: IconDD.java 157038 2005-03-11 03:44:40Z ddewolf $ since: Feb 28, 2005 |
Constructor Summary | |
public | IconDD() Default Constructor. |
IconDD | public IconDD()(Code) | | Default Constructor.
|
getLargeIcon | public String getLargeIcon()(Code) | | Retrieve the large icon uri.
the uri to the large icon (relative to the context path). |
getSmallIcon | public String getSmallIcon()(Code) | | Retrieve the small icon uri.
the uri to the small icon (relative to the context path). |
setLargeIcon | public void setLargeIcon(String largeIcon)(Code) | | Set the large icon uri.
Parameters: largeIcon - the relative path to the icon resource. |
setSmallIcon | public void setSmallIcon(String smallIcon)(Code) | | Set the small Icon uri.
Parameters: smallIcon - the relative path to the icon resource. |
|
|
|