MCPcopy Create free account
hub / github.com/HumbleUI/JWM / openSymbolsPalette

Method openSymbolsPalette

shared/java/App.java:109–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 public static void openSymbolsPalette() {
110 assert _onUIThread() : "Should be run on UI thread";
111 if (Platform.CURRENT == Platform.MACOS)
112 _nOpenSymbolsPalette();
113 else
114 throw new RuntimeException("Not supported on " + Platform.CURRENT);
115 }
116
117 @ApiStatus.Internal public static boolean _onUIThread() {
118 return _uiThreadId == Thread.currentThread().getId();

Callers 1

acceptMethod · 0.95

Calls 2

_onUIThreadMethod · 0.95
_nOpenSymbolsPaletteMethod · 0.95

Tested by

no test coverage detected