MCPcopy Index your code
hub / github.com/processing/processing / getName

Method getName

app/src/processing/app/ui/Recent.java:379–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 }
378
379 String getName() {
380 // Get the filename of the .pde (or .js or .py...)
381 String name = path.substring(path.lastIndexOf(File.separatorChar) + 1);
382 // Return the name with the extension removed
383 return name.substring(0, name.indexOf('.'));
384 }
385
386 String getPath() {
387 return path;

Callers 11

updateExpandedMethod · 0.45
restoreExpandedMethod · 0.45
buildTreeMethod · 0.45
getMonoFontNameMethod · 0.45
getSansFontNameMethod · 0.45
menuSelectedMethod · 0.45
checkModifiedMethod · 0.45
handleOpenInternalMethod · 0.45
updateTitleMethod · 0.45
updateMenuRecordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected