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

Method getUI

unused/javax/swing/JTree.java:678–680  ·  view source on GitHub ↗

Returns the L&F object that renders this component. @return the TreeUI object that renders this component

()

Source from the content-addressed store, hash-verified

676 * @return the <code>TreeUI</code> object that renders this component
677 */
678 public TreeUI getUI() {
679 return (TreeUI)ui;
680 }
681
682 /**
683 * Sets the L&amp;F object that renders this component.

Callers 15

getRowCountMethod · 0.95
setSelectionRowsMethod · 0.95
addSelectionRowsMethod · 0.95
isExpandedMethod · 0.95
getPathBoundsMethod · 0.95
getPathForRowMethod · 0.95
getRowForPathMethod · 0.95
isEditingMethod · 0.95
stopEditingMethod · 0.95
cancelEditingMethod · 0.95
startEditingAtPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected