MCPcopy Index your code
hub / github.com/arduino/Arduino / getAvailablethemes

Method getAvailablethemes

app/src/processing/app/Theme.java:382–385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380 }
381
382 public static Collection<ZippedTheme> getAvailablethemes() {
383 refreshAvailableThemes();
384 return Collections.unmodifiableCollection(availableThemes.values());
385 }
386
387 static public String get(String attribute) {
388 return table.get(attribute);

Callers 1

showPreferencesDataMethod · 0.95

Calls 2

valuesMethod · 0.45

Tested by

no test coverage detected