Class DOMTreeCellEditor

java.lang.Object
org.web3d.x3d.dom.swing.DOMTreeCellEditor
All Implemented Interfaces:
KeyListener, EventListener, CellEditor, TreeCellEditor

public class DOMTreeCellEditor extends Object implements TreeCellEditor, KeyListener
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 relevant information about it. It knows nothing about X3D. If you want an X3D specific tree cell renderer, use the DOMTreeCellRenderer

Version:
$Revision: 1.4 $
Author:
Justin Couch