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

Method isEmpty

src/org/opensourcephysics/tools/Library.java:203–205  ·  view source on GitHub ↗

Returns true if this library has no collections. @return true if empty

()

Source from the content-addressed store, hash-verified

201 * @return true if empty
202 */
203 protected boolean isEmpty() {
204 return pathList.isEmpty();
205 }
206
207 /**
208 * Returns true if this library contains a collection path.

Callers 15

saveObjectMethod · 0.45
unselectAncestorMethod · 0.45
saveAllChangesMethod · 0.45
refreshGUIMethod · 0.45
replaceClonesMethod · 0.45
launchHtmlMethod · 0.45
stateChangedMethod · 0.45
valueChangedMethod · 0.45
saveObjectMethod · 0.45
loadDataMethod · 0.45
addColumnsMethod · 0.45
setOwnedColumnIDsMethod · 0.45

Calls

no outgoing calls

Tested by 4

openDnDResourceMethod · 0.36
openLibraryResourceMethod · 0.36
loadIntoEditorMethod · 0.36
doInBackgroundAsyncMethod · 0.36