Example usage for Java javax.swing.tree DefaultTreeCellEditor fields, constructors, methods, implement or subclass
The text is from its open source code.
DefaultTreeCellEditor(JTree tree, DefaultTreeCellRenderer renderer, TreeCellEditor editor) Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and the specified editor. |