public interface TreeTableNodeDataEditor
extends javax.swing.table.TableCellEditor
TreeTableCellEditor
. This is an interface that should only be
implemented if editing the data portion of a tree cell requires knowledge
about the tree node's hierarchical information.Modifier and Type | Method and Description |
---|---|
void |
setTreeNodeData(TreeNodeData treeNodeData)
This method will be called before
TableCellEditor.getTableCellEditorComponent(javax.swing.JTable, java.lang.Object, boolean, int, int)
in order to provide hierarchy information about the tree node being
edited. |
void setTreeNodeData(TreeNodeData treeNodeData)
TableCellEditor.getTableCellEditorComponent(javax.swing.JTable, java.lang.Object, boolean, int, int)
in order to provide hierarchy information about the tree node being
edited. Implementations should store a reference to the given
treeNodeData
and use it when producing an editor component.treeNodeData
- an object describing hierarchical information about
the tree node being editedGlazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by builder at 2012-09-17 16:07