MCPcopy Index your code
hub / github.com/benfry/processing4 / getExampleCategoryFolders

Method getExampleCategoryFolders

app/src/processing/app/Mode.java:583–585  ·  view source on GitHub ↗

Override this to control the order of the first set of example folders and how they appear in the examples window.

()

Source from the content-addressed store, hash-verified

581 * and how they appear in the examples window.
582 */
583 public File[] getExampleCategoryFolders() {
584 return examplesFolder.listFiles((dir, name) -> dir.isDirectory() && name.charAt(0) != '.');
585 }
586
587
588 public void rebuildExamplesFrame() {

Callers 1

buildTreeMethod · 0.45

Calls 1

listFilesMethod · 0.45

Tested by

no test coverage detected