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

Method JTree

unused/javax/swing/JTree.java:565–567  ·  view source on GitHub ↗

Returns a JTree with a sample model. The default model used by the tree defines a leaf node as any node without children. @see DefaultTreeModel#asksAllowsChildren

()

Source from the content-addressed store, hash-verified

563 * @see DefaultTreeModel#asksAllowsChildren
564 */
565 public JTree() {
566 this(getDefaultTreeModel());
567 }
568
569 /**
570 * Returns a <code>JTree</code> with each element of the

Callers

nothing calls this directly

Calls 7

getDefaultTreeModelMethod · 0.95
createTreeModelMethod · 0.95
setRootVisibleMethod · 0.95
setShowsRootHandlesMethod · 0.95
expandRootMethod · 0.95
updateUIMethod · 0.95
setModelMethod · 0.95

Tested by

no test coverage detected