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

Method make

shared/java/ClipboardEntry.java:18–21  ·  view source on GitHub ↗

Make new clipboard entry from format and raw byte data. @param format clipboard entry format @param data raw byte data @return clipboard entry

(ClipboardFormat format, byte[] data)

Source from the content-addressed store, hash-verified

16 * @return clipboard entry
17 */
18 @NotNull
19 public static ClipboardEntry make(ClipboardFormat format, byte[] data) {
20 return new ClipboardEntry(format, data);
21 }
22
23 /**
24 * <p>Make new plain text entry from plain text.</p>

Callers 8

makeStringMethod · 0.95
paintImplMethod · 0.80
paintImplMethod · 0.80
paintImplMethod · 0.80
getRectForMarkedRangeMethod · 0.80
paintImplMethod · 0.80
paintImplMethod · 0.80
paintImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected