MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / addSeparator

Method addSeparator

ij/src/main/java/ij/Menus.java:1003–1005  ·  view source on GitHub ↗
(Menu menu)

Source from the content-addressed store, hash-verified

1001 }
1002
1003 static void addSeparator(Menu menu) {
1004 menu.addSeparator();
1005 }
1006
1007 /** Opens the configuration file ("plugins.config") from a JAR file and returns it as an InputStream. */
1008 InputStream getConfigurationFile(String jar) {

Callers 9

addPluginItemMethod · 0.95
addMenuBarMethod · 0.45
getExamplesMenuMethod · 0.45
addSubMenuMethod · 0.45
addLutsMethod · 0.45
addPluginsMenuMethod · 0.45
installPluginsMethod · 0.45
installPopupMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected