Method
_nGet
(ClipboardFormat[] formats)
Source from the content-addressed store, hash-verified
| 116 | |
| 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); |
Tested by
no test coverage detected