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

Method getModel

unused/javax/swing/JTree.java:843–845  ·  view source on GitHub ↗

Returns the TreeModel that is providing the data. @return the TreeModel that is providing the data

()

Source from the content-addressed store, hash-verified

841 * @return the <code>TreeModel</code> that is providing the data
842 */
843 public TreeModel getModel() {
844 return treeModel;
845 }
846
847 /**
848 * Sets the <code>TreeModel</code> that will provide the data.

Callers 15

setShowsRootHandlesMethod · 0.95
dropLocationForPointMethod · 0.95
getToolTipTextMethod · 0.95
expandPathMethod · 0.95
expandRootMethod · 0.95
getModelIndexsForPathMethod · 0.95
getPathForIndexsMethod · 0.95
treeStructureChangedMethod · 0.45
treeNodesRemovedMethod · 0.45
AccessibleJTreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected