MCPcopy
hub / github.com/arduino/Arduino / Tool

Interface Tool

app/src/processing/app/tools/Tool.java:32–40  ·  view source on GitHub ↗

Interface for items to be shown in the Tools menu.

Source from the content-addressed store, hash-verified

30 * Interface for items to be shown in the Tools menu.
31 */
32public interface Tool extends Runnable {
33
34 void init(Editor editor);
35
36 void run();
37
38 String getMenuTitle();
39
40}
41

Callers 11

addToolsMethod · 0.95
createToolMenuItemMethod · 0.95
verifyMethod · 0.65
initMethod · 0.65
initMethod · 0.65
zepto.min.jsFile · 0.65
zepto.min.jsFile · 0.65
initMethod · 0.65
handleSave2Method · 0.95
addToolsMethod · 0.95
createToolMenuItemMethod · 0.95

Implementers 3

AStyleapp/src/cc/arduino/packages/formatter/
Archiverapp/src/processing/app/tools/Archiver.
FixEncodingapp/src/processing/app/tools/FixEncodi

Calls

no outgoing calls

Tested by

no test coverage detected