|
UIX 2.2.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.laf.xml.parse.IconNode
Object which represents a single <icon> element.
Constructor Summary | |
IconNode(java.lang.String namespace, java.lang.String name, Icon icon) Creates a IconNode |
Method Summary | |
Icon |
getIcon() Returns the Icon instance for this IconNode. |
java.lang.String |
getIconName() Returns the name of the icon that is defined by this IconNode. |
java.lang.String |
getIconNamespace() Returns the namespace of the icon that is defined by this IconNode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IconNode(java.lang.String namespace, java.lang.String name, Icon icon)
namespace
- The namespace of the iconname
- The name of the iconicon
- The Icon instanceMethod Detail |
public java.lang.String getIconNamespace()
public java.lang.String getIconName()
public Icon getIcon()
|
UIX 2.2.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |