MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getCellEditor

Method getCellEditor

unused/javax/swing/JTree.java:834–836  ·  view source on GitHub ↗

Returns the editor used to edit entries in the tree. @return the TreeCellEditor in use, or null if the tree cannot be edited

()

Source from the content-addressed store, hash-verified

832 * or <code>null</code> if the tree cannot be edited
833 */
834 public TreeCellEditor getCellEditor() {
835 return cellEditor;
836 }
837
838 /**
839 * Returns the <code>TreeModel</code> that is providing the data.

Callers 1

updateUIMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected