|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.designer.domino.xsp.registry.Icon
public class Icon
An icon object that is generated based on the meta data for an XPages artifact in xsp-config.
Constructor Summary | |
---|---|
Icon(java.lang.String lang,
java.lang.String large,
java.net.URL largeIconUrl,
java.lang.String small,
java.net.URL smallIconUrl)
Creates a new Icon instance. |
Method Summary | |
---|---|
java.lang.String |
getLang()
Returns the language |
java.lang.String |
getLargeIcon()
Returns the path to the large icon. |
java.net.URL |
getLargeIconUrl()
Returns the url to the large icon. |
java.lang.String |
getSmallIcon()
Returns the path to the small icon |
java.net.URL |
getSmallIconUrl()
Returns the url to the small icon. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Icon(java.lang.String lang, java.lang.String large, java.net.URL largeIconUrl, java.lang.String small, java.net.URL smallIconUrl)
lang
- the value of xml:langlarge
- the path to the large icon, or null.small
- the path to the small icon, or null.Method Detail |
---|
public java.lang.String getLang()
public java.lang.String getLargeIcon()
public java.lang.String getSmallIcon()
public java.net.URL getLargeIconUrl()
null
or a URL corresponding to the path in getLargeIcon()
public java.net.URL getSmallIconUrl()
null
or a URL corresponding to the path in getSmallIcon()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |