UIX 2.2.16

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
 

Constructor Detail

IconNode

public IconNode(java.lang.String namespace,
                java.lang.String name,
                Icon icon)
Creates a IconNode
Parameters:
namespace - The namespace of the icon
name - The name of the icon
icon - The Icon instance
Method Detail

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.

UIX 2.2.16