Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ functions
Functions
1,153 in github.com/HumbleUI/JWM
⨍
Functions
1,153
◇
Types & classes
204
Method
paint
(Canvas canvas, int x, int y, int width, int height, float scale)
examples/dashboard/java/Panel.java:23
Method
paintImpl
(Canvas canvas, int width, int height, float scale)
examples/dashboard/java/PanelTouch.java:41
Method
paintImpl
(Canvas canvas, int width, int height, float scale)
examples/dashboard/java/PanelTheme.java:22
Method
paintImpl
(Canvas canvas, int width, int height, float scale)
examples/dashboard/java/PanelLegend.java:34
Method
paintImpl
(Canvas canvas, int width, int height, float scale)
examples/dashboard/java/PanelTextInput.java:114
Method
paintImpl
(Canvas canvas, int width, int height, float scale)
examples/dashboard/java/PanelScreens.java:139
Method
paintImpl
(Canvas canvas, int width, int height, float scale)
examples/dashboard/java/PanelAnimation.java:14
Method
paintImpl
(Canvas canvas, int width, int height, float scale)
examples/dashboard/java/PanelMouseCursors.java:69
Method
paintImpl
(Canvas canvas, int width, int height, float scale)
examples/dashboard/java/PanelRendering.java:82
Method
paintImpl
(Canvas canvas, int width, int height, float scale)
examples/dashboard/java/PanelMouse.java:44
Method
paintImpl
(Canvas canvas, int width, int height, float scale)
examples/dashboard/java/PanelEvents.java:25
Function
parse_ref
()
script/build_utils.py:22
Function
parse_sha
()
script/build_utils.py:27
Method
prev
()
examples/dashboard/java/Options.java:46
Method
processEvent
windows/cc/WindowWin32.cc:365
Method
reconfigure
()
windows/java/LayerD3D12.java:22
Method
reconfigure
()
windows/java/skija/LayerD3D12Skija.java:45
Method
reconfigure
windows/cc/LayerRaster.cc:77
Method
reconfigure
windows/cc/LayerD3D12.cc:99
Method
reconfigure
windows/cc/LayerWGL.cc:152
Method
reconfigure
()
macos/java/LayerMetal.java:23
Method
reconfigure
()
macos/java/skija/LayerMetalSkija.java:38
Method
reconfigure
()
shared/java/LayerRaster.java:22
Method
reconfigure
()
shared/java/LayerGL.java:22
Method
reconfigure
()
shared/java/skija/LayerGLSkija.java:48
Method
registerFormat
<p>Register custom user-defined clipboard format.</p> <p>Registers global system-wide clipboard format, which can be used across different applicatio
shared/java/Clipboard.java:83
Function
release
(zip_name, target_dir)
script/build_utils.py:329
Function
release_notes
(version: str)
script/build_utils.py:32
Method
requestFrame
()
windows/java/WindowWin32.java:124
Method
requestFrame
()
macos/java/WindowMac.java:199
Method
requestFrame
<p>Request frame event for rendering for this window.</p> <p>Requested frame event won't be sent immediately. But, its is guaranty to be sent to sync
shared/java/Window.java:313
Method
requestFrame
()
linux/java/WindowX11.java:158
Method
requestSwap
windows/cc/WindowWin32.cc:262
Method
resetPressAndHoldEnabled
Restores the system value for press-and-hold for this window.
macos/java/WindowMac.java:312
Method
resize
(int width, int height)
windows/java/LayerD3D12.java:28
Method
resize
(int width, int height)
windows/java/skija/LayerD3D12Skija.java:54
Method
resize
windows/cc/LayerRaster.cc:58
Method
resize
windows/cc/LayerD3D12.cc:94
Method
resize
windows/cc/LayerWGL.cc:144
Method
resize
windows/cc/D3D12/DX12SwapChain.cc:87
Method
resize
(int width, int height)
macos/java/LayerMetal.java:29
Method
resize
(int width, int height)
shared/java/LayerRaster.java:28
Method
resize
(int width, int height)
shared/java/LayerGL.java:28
Method
resize
(int width, int height)
shared/java/skija/LayerGLSkija.java:57
Method
resize
(int width, int height)
shared/java/skija/LayerRasterSkija.java:24
Method
resize
linux/cc/WindowX11.cc:441
Method
resize
linux/cc/LayerGL.cc:52
Method
resize
linux/cc/LayerRaster.cc:33
Method
restore
()
windows/java/WindowWin32.java:147
Method
restore
()
macos/java/WindowMac.java:224
Method
restore
<p>Cancels the effect of {@link #minimize()} and {@link #maximize()} functions.</p> <p>On Windows title-bar, the double square icon []] has the same
shared/java/Window.java:343
Method
restore
()
linux/java/WindowX11.java:232
Function
rmdir
(path)
script/build_utils.py:64
Method
run
()
examples/dashboard/java/PanelTextInput.java:26
Method
setAlphaMode
windows/cc/D3D12/DX12SwapChain.hh:26
Method
setBuffersCount
windows/cc/D3D12/DX12SwapChain.cc:24
Method
setContentSize
(int width, int height)
windows/java/WindowWin32.java:57
Method
setContentSize
(int width, int height)
macos/java/WindowMac.java:58
Method
setContentSize
<p>Set window content area size.</p> <p>Affects content and window rect, which includes window frame and decorations.</p> @param width window co
shared/java/Window.java:182
Method
setContentSize
(int width, int height)
linux/java/WindowX11.java:57
Method
setFormat
windows/cc/D3D12/DX12SwapChain.hh:23
Method
setFullScreen
(boolean value)
windows/java/WindowWin32.java:153
Method
setFullScreen
(boolean value)
macos/java/WindowMac.java:231
Method
setFullScreen
(boolean value)
shared/java/Window.java:345
Method
setFullScreen
(boolean value)
linux/java/WindowX11.java:238
Method
setIcon
(File icon)
windows/java/WindowWin32.java:71
Method
setIcon
(File icon)
macos/java/WindowMac.java:105
Method
setIcon
<p>Set window icon from file on the disk.</p> <p>Icon displayed in the top-bar and menu on Linux and Windows.</p> @param icon icon file on the
shared/java/Window.java:204
Method
setIcon
(File icon)
linux/java/WindowX11.java:73
Method
setIconData
<p>Set window icon from raw image bytes.</p> <p>{@code data} must have a length of {@code width height 4}, representing per-pixel ARGB data.</p> @pa
linux/java/WindowX11.java:108
Method
setKeyState
linux/cc/KeyX11.cc:15
Method
setMouseCursor
<p>Set system mouse cursor, displayed on the window.</p> @param cursor system cursor type @return this
shared/java/Window.java:224
Method
setOpacity
(float opacity)
windows/java/WindowWin32.java:104
Method
setOpacity
(float opacity)
macos/java/WindowMac.java:183
Method
setOpacity
Sets window opacity [0.0, 1.0]. If the opacity is outside the range, it will be clamped to 0.0 to 1.0. @param opacity 0f for fully transparent, 1f
shared/java/Window.java:290
Method
setOpacity
(float opacity)
linux/java/WindowX11.java:141
Method
setProgressBar
(float progress)
windows/java/WindowWin32.java:201
Method
setProgressBar
(float progress)
macos/java/WindowMac.java:283
Method
setProgressBar
<p>Changes the progress bar depending on the platform.</p> <p>macOS changes the value for the entire App.</p> <p>Windows is not implemented for now</p
shared/java/Window.java:397
Method
setProgressBar
(float progress)
linux/java/WindowX11.java:227
Method
setScaling
windows/cc/D3D12/DX12SwapChain.hh:24
Method
setSwapEffect
windows/cc/D3D12/DX12SwapChain.hh:25
Method
setTextInputEnabled
(boolean enabled)
windows/java/WindowWin32.java:18
Method
setTextInputEnabled
(boolean enabled)
macos/java/WindowMac.java:17
Method
setTextInputEnabled
(boolean enabled)
linux/java/WindowX11.java:18
Method
setTitle
(String title)
windows/java/WindowWin32.java:64
Method
setTitle
(String title)
macos/java/WindowMac.java:65
Method
setTitle
<p>Set window title.</p> <p>If window has decorations, the title will be displayed in the top bar.</p> @param title window title string to set @
shared/java/Window.java:193
Method
setTitle
(String title)
linux/java/WindowX11.java:64
Method
setTitlebarVisible
(boolean value)
windows/java/WindowWin32.java:78
Method
setTitlebarVisible
<p>Shortcut for {@link #setTitleVisible(boolean)}, {@link #setFullSizeContentView(boolean)}</p> <p>TODO: Traffic light visibility</p> @param isVisib
macos/java/WindowMac.java:120
Method
setTitlebarVisible
<p>Completely removes the titlebar from the window including buttons and title.</p> <p>See platform windows for platform specific configuration.</p>
shared/java/Window.java:215
Method
setTitlebarVisible
(boolean value)
linux/java/WindowX11.java:116
Method
setVisible
(boolean isVisible)
windows/java/WindowWin32.java:97
Method
setVisible
(boolean value)
macos/java/WindowMac.java:176
Method
setVisible
(boolean isVisible)
linux/java/WindowX11.java:122
Method
setVsyncMode
linux/cc/LayerRaster.cc:70
Method
setWindowPosition
(int left, int top)
windows/java/WindowWin32.java:43
Method
setWindowPosition
(int left, int top)
macos/java/WindowMac.java:42
Method
setWindowPosition
<p>Set window position on the screen.</p> <p>Affects window rect and positions window top-left corner, which includes window frame and decorations.</
shared/java/Window.java:152
← previous
next →
1,001–1,100 of 1,153, ranked by callers