Class DOMTreeCellRenderer

java.lang.Object
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, TreeCellRenderer

public class DOMTreeCellRenderer extends JLabel implements TreeCellRenderer
An implementation of the TreeCellRenderer interface to provided a renderer for DOM specific capabilities.

This cell renderer is very simple - it just displays a label with the text name of the node type and any relvant information about it. It knows nothing about X3D. If you want an X3D specific tree cell renderer, use the DOMTreeCellRenderer

Version:
$Revision: 1.6 $
Author:
Justin Couch
See Also: