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

Method getCurrentTab

java/src/processing/mode/java/JavaEditor.java:1656–1658  ·  view source on GitHub ↗

Retrieve the current tab. @return the SketchCode representing the current tab

()

Source from the content-addressed store, hash-verified

1654 * @return the {@link SketchCode} representing the current tab
1655 */
1656 public SketchCode getCurrentTab() {
1657 return getSketch().getCurrentCode();
1658 }
1659
1660
1661 /**

Callers 2

setTabContentsMethod · 0.95
currentDocumentMethod · 0.95

Calls 2

getCurrentCodeMethod · 0.80
getSketchMethod · 0.80

Tested by

no test coverage detected