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
getModifiersFromMask
linux/cc/KeyX11.cc:31
Method
getOpacity
()
windows/java/WindowWin32.java:111
Method
getOpacity
()
macos/java/WindowMac.java:188
Method
getOpacity
<p>Get window opacity value.</p> @return opacity value in range [0.0, 1.0]
shared/java/Window.java:298
Method
getOpacity
()
linux/java/WindowX11.java:147
Method
getProgressBar
()
windows/java/WindowWin32.java:196
Method
getProgressBar
()
macos/java/WindowMac.java:277
Method
getProgressBar
@return The current progress bar value for this window
shared/java/Window.java:386
Method
getProgressBar
()
linux/java/WindowX11.java:222
Method
getPtr
(Native n)
shared/java/impl/Native.java:10
Method
getQueuePriority
windows/cc/D3D12/DX12CommandQueue.hh:27
Method
getRectForMarkedRange
<p>Get UI rect in screen space for currently edited text region.</p> <p>This method is called if user currently in complex text input and IME mode ty
shared/java/TextInputClient.java:18
Method
getRectForMarkedRange
(int selectionStart, int selectionEnd)
examples/dashboard/java/PanelTextInput.java:193
Method
getScale
linux/cc/WindowX11.cc:378
Method
getScreen
()
windows/java/WindowWin32.java:118
Method
getScreen
()
macos/java/WindowMac.java:193
Method
getScreen
<p>Get window screen, where currently this window is located.</p> @return screen object where this window located
shared/java/Window.java:305
Method
getScreen
()
linux/java/WindowX11.java:152
Function
getSelectedRange
shared/cc/impl/Library.cc:692
Method
getSelectedRange
Returns the range of selected text
shared/java/TextInputClient.java:23
Method
getSelectedRange
()
examples/dashboard/java/PanelTextInput.java:217
Function
getSubstring
shared/cc/impl/Library.cc:704
Method
getSubstring
Returns part of the edited string
shared/java/TextInputClient.java:33
Method
getSubstring
(int start, int end)
examples/dashboard/java/PanelTextInput.java:228
Method
getTextInputClient
shared/cc/Window.cc:16
Method
getWidth
()
windows/java/LayerD3D12.java:36
Method
getWidth
()
macos/java/LayerMetal.java:37
Method
getWidth
()
shared/java/LayerRaster.java:36
Method
getWidth
()
shared/java/LayerGL.java:36
Method
getWidth
linux/cc/WindowX11.cc:370
Method
getWindowRect
()
windows/java/WindowWin32.java:31
Method
getWindowRect
()
macos/java/WindowMac.java:30
Method
getWindowRect
()
linux/java/WindowX11.java:31
Method
getZOrder
()
windows/java/WindowWin32.java:183
Method
getZOrder
()
macos/java/WindowMac.java:264
Method
getZOrder
()
linux/java/WindowX11.java:209
Method
hashCode
()
shared/java/impl/Native.java:48
Method
hideMouseCursorUntilMoved
(boolean value)
windows/java/WindowWin32.java:85
Method
hideMouseCursorUntilMoved
(boolean value)
macos/java/WindowMac.java:162
Method
hideMouseCursorUntilMoved
(boolean value)
linux/java/WindowX11.java:129
Method
init
windows/cc/WindowManagerWin32.cc:18
Method
init
windows/cc/ContextWGL.cc:6
Method
init
windows/cc/D3D12/DX12Common.cc:3
Method
init
windows/cc/D3D12/DX12Device.cc:7
Method
isArrowKey
()
shared/java/Key.java:156
Method
isButton
linux/cc/MouseButtonX11.cc:15
Method
isDigitKey
All Digit keys (including the keypad digits)
shared/java/Key.java:171
Method
isFront
()
windows/java/WindowWin32.java:177
Method
isFront
()
macos/java/WindowMac.java:258
Method
isFront
Checks if window is currently the front-most one in the parent operating system. @return boolean
shared/java/Window.java:369
Method
isFront
()
linux/java/WindowX11.java:202
Method
isFullScreen
()
windows/java/WindowWin32.java:158
Method
isFullScreen
()
macos/java/WindowMac.java:238
Method
isFullScreen
()
shared/java/Window.java:347
Method
isFullScreen
()
linux/java/WindowX11.java:245
Method
isFunctionKey
()
shared/java/Key.java:144
Method
isLetterKey
()
shared/java/Key.java:164
Method
isMediaKey
All multimedia keys (channel up/down, volume control, etc...)
shared/java/Key.java:185
Method
isModifierDown
(KeyModifier modifier)
shared/java/EventMouseMove.java:19
Method
isModifierDown
(KeyModifier modifier)
shared/java/EventMouseScroll.java:45
Method
isModifierDown
(KeyModifier modifier)
shared/java/EventMouseButton.java:22
Method
isModifierKey
()
shared/java/Key.java:160
Method
isNavigationKey
Navigation keys are arrow keys and Page Down, Page Up, Home, End (including keypad keys)
shared/java/Key.java:152
Method
isTerminateRequested
windows/cc/AppWin32.cc:34
Method
isWhitespaceKey
Space, tab and enter
shared/java/Key.java:178
Function
jar
(target: str, *content: List[Tuple[str, str]], opts=[])
script/build_utils.py:228
Function
javac
(sources, target, classpath = [], modulepath = [], add_modules = [], release = '11', opts=[])
script/build_utils.py:207
Function
javadoc
(dirs: List[str], target: str, classpath: List[str] = [], modulepath: List[str] = [])
script/build_utils.py:259
Method
lockMouseCursor
(boolean value)
windows/java/WindowWin32.java:91
Method
lockMouseCursor
(boolean value)
macos/java/WindowMac.java:169
Method
lockMouseCursor
(boolean value)
linux/java/WindowX11.java:135
Method
main
(String[] args)
examples/dashboard/java/Example.java:247
Method
main
(String[] args)
examples/empty/java/Example.java:57
Method
makeCurrent
windows/cc/LayerWGL.cc:166
Method
makeCurrentForced
linux/cc/LayerGL.cc:70
Method
makeCurrentForced
linux/cc/LayerRaster.cc:66
Method
makeCurrentForced
linux/cc/ILayer.cc:11
Method
makeFromInt
(int v)
shared/java/MouseCursor.java:21
Method
makeFromJString
shared/cc/StringUTF16.cc:76
Method
makeHTML
<p>Make new html entry from plain text.</p> @param text raw string text @return clipboard entry
shared/java/ClipboardEntry.java:40
Method
makeRTF
<p>Make new rtf entry from plain text.</p> @param text raw string text @return clipboard entry
shared/java/ClipboardEntry.java:51
Method
maximize
()
windows/java/WindowWin32.java:135
Method
maximize
()
macos/java/WindowMac.java:210
Method
maximize
<p>Expands the window to take up all of the space of the desktop except taskbars, docks, etc.</p> <p>On Windows title-bar, the single square icon []
shared/java/Window.java:323
Method
maximize
()
linux/java/WindowX11.java:176
Method
minimize
()
windows/java/WindowWin32.java:141
Method
minimize
()
macos/java/WindowMac.java:217
Method
minimize
<p>Hides the window to the system taskbar or dock.</p> <p>On Windows title-bar, the underline icon _ has the same behaviour.</p> <p>On macOS title-ba
shared/java/Window.java:333
Method
minimize
()
linux/java/WindowX11.java:182
Method
mouseUpdate
linux/cc/WindowManagerX11.cc:304
Function
ninja
(dir)
script/build_utils.py:112
Method
notify
(String title, String body)
shared/java/Notifications.java:7
Method
once
linux/cc/AppX11.cc:20
Function
operator!=
------------------------------------------------------------------------------------------------
windows/cc/D3D12/d3dx12.h:30
Method
operator!=
windows/cc/D3D12/d3dx12.h:1641
Method
operator!=
windows/cc/D3D12/d3dx12.h:1702
Function
operator==
------------------------------------------------------------------------------------------------
windows/cc/D3D12/d3dx12.h:23
Method
operator==
windows/cc/D3D12/d3dx12.h:1637
Method
operator==
windows/cc/D3D12/d3dx12.h:1698
Method
operator==
shared/cc/StringUTF16.hh:37
← previous
next →
901–1,000 of 1,153, ranked by callers