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

Method _nSetRepresentedFilename

macos/java/WindowMac.java:342–342  ·  view source on GitHub ↗
(String filename)

Source from the content-addressed store, hash-verified

340 @ApiStatus.Internal public native void _nSetTitleVisible(boolean value);
341 @ApiStatus.Internal public native void _nSetSubtitle(String title);
342 @ApiStatus.Internal public native void _nSetRepresentedFilename(String filename);
343 @ApiStatus.Internal public native void _nSetIcon(String path);
344 @ApiStatus.Internal public native void _nSetFullSizeContentView(boolean value);
345 @ApiStatus.Internal public native void _nSetTitlebarStyle(int titlebarStyle);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected