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

Method _nGetFormats

shared/java/Clipboard.java:119–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 @ApiStatus.Internal public static native void _nSet(ClipboardEntry[] entries);
118 @ApiStatus.Internal public static native ClipboardEntry _nGet(ClipboardFormat[] formats);
119 @ApiStatus.Internal public static native ClipboardFormat[] _nGetFormats();
120 @ApiStatus.Internal public static native void _nClear();
121 @ApiStatus.Internal public static native boolean _nRegisterFormat(String formatId);
122}

Callers 1

getFormatsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected