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

Method getCellRenderer

unused/javax/swing/JTree.java:748–750  ·  view source on GitHub ↗

Returns the current TreeCellRenderer that is rendering each cell. @return the TreeCellRenderer that is rendering each cell

()

Source from the content-addressed store, hash-verified

746 * @return the <code>TreeCellRenderer</code> that is rendering each cell
747 */
748 public TreeCellRenderer getCellRenderer() {
749 return cellRenderer;
750 }
751
752 /**
753 * Sets the <code>TreeCellRenderer</code> that will be used to

Callers 4

updateUIMethod · 0.95
getToolTipTextMethod · 0.95
getCurrentComponentMethod · 0.45
getCurrentComponentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected