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

Method setScrollerFor

app/src/processing/app/tools/MenuScroller.java:57–59  ·  view source on GitHub ↗

Registers a menu to be scrolled with the default number of items to display at a time and the default scrolling interval. @param menu the menu @return the MenuScroller

(JMenu menu)

Source from the content-addressed store, hash-verified

55 * @return the MenuScroller
56 */
57 public static MenuScroller setScrollerFor(JMenu menu) {
58 return new MenuScroller(menu);
59 }
60
61 /**
62 * Registers a popup menu to be scrolled with the default number of items to

Callers 7

buildFileMenuMethod · 0.95
buildSketchMenuMethod · 0.95
buildToolsMenuMethod · 0.95
rebuildMenuMethod · 0.95
rebuildExamplesMenuMethod · 0.95
rebuildBoardsMenuMethod · 0.95
addSketchesSubmenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected