oracle.cabo.ui.laf.xml.parse
Class IconNode
java.lang.Object
|
+--oracle.cabo.ui.laf.xml.parse.IconNode
- public class IconNode
- extends java.lang.Object
Object which represents a single 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 |
IconNode
public IconNode(java.lang.String namespace,
java.lang.String name,
Icon icon)
- Creates a IconNode
- Parameters:
namespace
- The namespace of the iconname
- The name of the iconicon
- The Icon instance
getIconNamespace
public java.lang.String getIconNamespace()
- Returns the namespace of the icon that is defined
by this IconNode.
getIconName
public java.lang.String getIconName()
- Returns the name of the icon that is defined
by this IconNode.
getIcon
public Icon getIcon()
- Returns the Icon instance for this IconNode.