B C D E F G I K L M N O P Q R S T V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- ByReference() - Constructor for class io.github.kingpulse.structs.charcodemap_t.ByReference
C
- charcodemap_t - Class in io.github.kingpulse.structs
-
C struct in xdo.h Author: Edwin Heerschap
- charcodemap_t() - Constructor for class io.github.kingpulse.structs.charcodemap_t
- charcodemap_t.ByReference - Class in io.github.kingpulse.structs
- charcodes - Variable in class io.github.kingpulse.structs.xdo_t
- charcodes_len - Variable in class io.github.kingpulse.structs.xdo_t
- close_display_when_freed - Variable in class io.github.kingpulse.structs.xdo_t
- code - Variable in class io.github.kingpulse.structs.charcodemap_t
D
- debug - Variable in class io.github.kingpulse.structs.xdo_t
- desktop - Variable in class io.github.kingpulse.structs.xdo_search_t
- display_name - Variable in class io.github.kingpulse.structs.xdo_t
E
F
- FEATURE_XTEST - Static variable in class io.github.kingpulse.definitions.XDoFeatures
- features_mask - Variable in class io.github.kingpulse.structs.xdo_t
- FIND_CHILDREN - Static variable in class io.github.kingpulse.definitions.FindDirection
- FIND_PARENTS - Static variable in class io.github.kingpulse.definitions.FindDirection
- FindDirection - Class in io.github.kingpulse.definitions
-
Defines int direction parameter for the xdo_find_window_client function.
- FindDirection() - Constructor for class io.github.kingpulse.definitions.FindDirection
G
- getValue() - Method in enum io.github.kingpulse.structs.xdo_search_t.require
- getValue() - Method in enum io.github.kingpulse.structs.xdo_search_t.searchmask
- group - Variable in class io.github.kingpulse.structs.charcodemap_t
I
- io.github.kingpulse - package io.github.kingpulse
- io.github.kingpulse.definitions - package io.github.kingpulse.definitions
- io.github.kingpulse.structs - package io.github.kingpulse.structs
K
- key - Variable in class io.github.kingpulse.structs.charcodemap_t
- keycode_high - Variable in class io.github.kingpulse.structs.xdo_t
- keycode_low - Variable in class io.github.kingpulse.structs.xdo_t
- keysyms_per_keycode - Variable in class io.github.kingpulse.structs.xdo_t
L
- limit - Variable in class io.github.kingpulse.structs.xdo_search_t
- loadLib() - Static method in interface io.github.kingpulse.xdotool
-
Attempts to load the xdotool library from either 'xdotool.name' system property or uses 'xdo'.
- loadLib(String) - Static method in interface io.github.kingpulse.xdotool
-
Attempts to load the xdotool library.
M
- max_depth - Variable in class io.github.kingpulse.structs.xdo_search_t
- modmask - Variable in class io.github.kingpulse.structs.charcodemap_t
N
- needs_binding - Variable in class io.github.kingpulse.structs.charcodemap_t
- NET_WM_STATE_ADD - Static variable in class io.github.kingpulse.definitions.WindowStateAction
- NET_WM_STATE_REMOVE - Static variable in class io.github.kingpulse.definitions.WindowStateAction
- NET_WM_STATE_TOGGLE - Static variable in class io.github.kingpulse.definitions.WindowStateAction
O
- only_visible - Variable in class io.github.kingpulse.structs.xdo_search_t
P
- pid - Variable in class io.github.kingpulse.structs.xdo_search_t
Q
R
- require - Variable in class io.github.kingpulse.structs.xdo_search_t
S
- screen - Variable in class io.github.kingpulse.structs.xdo_search_t
- SEARCH_ALL - io.github.kingpulse.structs.xdo_search_t.require
- SEARCH_ANY - io.github.kingpulse.structs.xdo_search_t.require
- SEARCH_CLASS - io.github.kingpulse.structs.xdo_search_t.searchmask
- SEARCH_CLASSNAME - io.github.kingpulse.structs.xdo_search_t.searchmask
- SEARCH_DESKTOP - io.github.kingpulse.structs.xdo_search_t.searchmask
- SEARCH_NAME - io.github.kingpulse.structs.xdo_search_t.searchmask
- SEARCH_ONLYVISIBLE - io.github.kingpulse.structs.xdo_search_t.searchmask
- SEARCH_PID - io.github.kingpulse.structs.xdo_search_t.searchmask
- SEARCH_SCREEN - io.github.kingpulse.structs.xdo_search_t.searchmask
- SEARCH_TITLE - io.github.kingpulse.structs.xdo_search_t.searchmask
- searchmask - Variable in class io.github.kingpulse.structs.xdo_search_t
- SUCCESS - Static variable in class io.github.kingpulse.definitions.XDoRet
- symbol - Variable in class io.github.kingpulse.structs.charcodemap_t
T
- title - Variable in class io.github.kingpulse.structs.xdo_search_t
V
- valueOf(String) - Static method in enum io.github.kingpulse.structs.xdo_search_t.require
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.kingpulse.structs.xdo_search_t.searchmask
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.github.kingpulse.structs.xdo_search_t.require
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.github.kingpulse.structs.xdo_search_t.searchmask
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- winclass - Variable in class io.github.kingpulse.structs.xdo_search_t
- winclassname - Variable in class io.github.kingpulse.structs.xdo_search_t
- WindowStateAction - Class in io.github.kingpulse.definitions
-
Used for the xdo_window_state functions action parameter.
- WindowStateAction() - Constructor for class io.github.kingpulse.definitions.WindowStateAction
- winname - Variable in class io.github.kingpulse.structs.xdo_search_t
X
- xdo_activate_window(xdo_t, X11.Window) - Method in interface io.github.kingpulse.xdotool
- xdo_clear_active_modifiers(xdo_t, X11.Window, charcodemap_t, int) - Method in interface io.github.kingpulse.xdotool
- xdo_click_window(xdo_t, X11.Window, int) - Method in interface io.github.kingpulse.xdotool
- xdo_click_window_multiple(xdo_t, X11.Window, int, int, int) - Method in interface io.github.kingpulse.xdotool
- xdo_close_window(xdo_t, X11.Window) - Method in interface io.github.kingpulse.xdotool
- xdo_disable_feature(xdo_t, int) - Method in interface io.github.kingpulse.xdotool
- xdo_enable_feature(xdo_t, int) - Method in interface io.github.kingpulse.xdotool
- xdo_enter_text_window(xdo_t, X11.Window, String, int) - Method in interface io.github.kingpulse.xdotool
- xdo_find_window_client(xdo_t, X11.Window, X11.WindowByReference, int) - Method in interface io.github.kingpulse.xdotool
- xdo_focus_window(xdo_t, X11.Window) - Method in interface io.github.kingpulse.xdotool
- xdo_free(xdo_t) - Method in interface io.github.kingpulse.xdotool
- xdo_get_active_modifiers(xdo_t, PointerByReference, IntByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_active_window(xdo_t, X11.WindowByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_current_desktop(xdo_t, LongByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_desktop_for_window(xdo_t, X11.Window, LongByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_desktop_viewport(xdo_t, IntByReference, IntByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_focused_window(xdo_t, X11.WindowByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_focused_window_sane(xdo_t, X11.WindowByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_input_state(xdo_t) - Method in interface io.github.kingpulse.xdotool
- xdo_get_mouse_location(xdo_t, IntByReference, IntByReference, IntByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_mouse_location2(xdo_t, IntByReference, IntByReference, IntByReference, LongByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_number_of_desktops(xdo_t, LongByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_pid_window(xdo_t, X11.Window) - Method in interface io.github.kingpulse.xdotool
- xdo_get_symbol_map() - Method in interface io.github.kingpulse.xdotool
- xdo_get_viewport_dimensions(xdo_t, IntByReference, IntByReference, int) - Method in interface io.github.kingpulse.xdotool
- xdo_get_window_at_mouse(xdo_t, LongByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_window_location(xdo_t, X11.Window, IntByReference, IntByReference, PointerByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_window_name(xdo_t, X11.Window, PointerByReference, IntByReference, IntByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_window_property(xdo_t, X11.Window, String, PointerByReference, LongByReference, X11.AtomByReference, IntByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_window_property_by_atom(xdo_t, X11.Window, X11.Atom, LongByReference, X11.AtomByReference, IntByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_get_window_size(xdo_t, X11.Window, IntByReference, IntByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_has_feature(xdo_t, int) - Method in interface io.github.kingpulse.xdotool
- xdo_kill_window(xdo_t, X11.Window) - Method in interface io.github.kingpulse.xdotool
- xdo_map_window(xdo_t, X11.Window) - Method in interface io.github.kingpulse.xdotool
- xdo_minimize_window(xdo_t, X11.Window) - Method in interface io.github.kingpulse.xdotool
- xdo_mouse_up(xdo_t, X11.Window, int) - Method in interface io.github.kingpulse.xdotool
- xdo_move_mouse(xdo_t, int, int, int) - Method in interface io.github.kingpulse.xdotool
- xdo_move_mouse_relative(xdo_t, int, int) - Method in interface io.github.kingpulse.xdotool
- xdo_move_mouse_relative_to_window(xdo_t, X11.Window, int, int) - Method in interface io.github.kingpulse.xdotool
- xdo_move_window(xdo_t, X11.Window, int, int) - Method in interface io.github.kingpulse.xdotool
- xdo_new(String) - Method in interface io.github.kingpulse.xdotool
- xdo_new_with_opened_display(X11.Display, String, int) - Method in interface io.github.kingpulse.xdotool
- xdo_raise_window(xdo_t, X11.Window) - Method in interface io.github.kingpulse.xdotool
- xdo_reparent_window(xdo_t, X11.Window, X11.Window) - Method in interface io.github.kingpulse.xdotool
- xdo_search_t - Class in io.github.kingpulse.structs
-
C struct xdo_search_t in xdo.h Author: Edwin Heerschap
- xdo_search_t() - Constructor for class io.github.kingpulse.structs.xdo_search_t
- xdo_search_t.require - Enum in io.github.kingpulse.structs
-
Used for the 'require' field in xdo_search_t.
- xdo_search_t.searchmask - Enum in io.github.kingpulse.structs
-
Used for the 'searchmask' field in xdo_search_t
- xdo_search_windows(xdo_t, xdo_search_t, PointerByReference, IntByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_second_keysequence_window_up(xdo_t, X11.Window, String, int) - Method in interface io.github.kingpulse.xdotool
- xdo_select_window_with_click(xdo_t, X11.WindowByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_send_keysequence_window(xdo_t, X11.Window, String, int) - Method in interface io.github.kingpulse.xdotool
- xdo_send_keysequence_window_down(xdo_t, X11.Window, String, int) - Method in interface io.github.kingpulse.xdotool
- xdo_send_keysequence_window_list_do(xdo_t, X11.Window, charcodemap_t, int, int, IntByReference, int) - Method in interface io.github.kingpulse.xdotool
- xdo_set_active_modifiers(xdo_t, X11.Window, charcodemap_t, int) - Method in interface io.github.kingpulse.xdotool
- xdo_set_current_desktop(xdo_t, long) - Method in interface io.github.kingpulse.xdotool
- xdo_set_desktop_for_window(xdo_t, X11.Window, long) - Method in interface io.github.kingpulse.xdotool
- xdo_set_desktop_viewport(xdo_t, int, int) - Method in interface io.github.kingpulse.xdotool
- xdo_set_number_of_desktops(xdo_t, long) - Method in interface io.github.kingpulse.xdotool
- xdo_set_window_class(xdo_t, X11.Window, String) - Method in interface io.github.kingpulse.xdotool
- xdo_set_window_override_redirect(xdo_t, X11.Window, int) - Method in interface io.github.kingpulse.xdotool
- xdo_set_window_property(xdo_t, X11.Window, String, String) - Method in interface io.github.kingpulse.xdotool
- xdo_set_window_size(xdo_t, X11.Window, int, int, int) - Method in interface io.github.kingpulse.xdotool
- xdo_set_window_urgency(xdo_t, X11.Window, int) - Method in interface io.github.kingpulse.xdotool
- xdo_t - Class in io.github.kingpulse.structs
-
C struct in xdo.h Author: Edwin Heerschap
- xdo_t() - Constructor for class io.github.kingpulse.structs.xdo_t
- xdo_translate_window_with_sizehint(xdo_t, X11.Window, int, int, IntByReference, IntByReference) - Method in interface io.github.kingpulse.xdotool
- xdo_unmap_window(xdo_t, X11.Window) - Method in interface io.github.kingpulse.xdotool
- xdo_version() - Method in interface io.github.kingpulse.xdotool
- xdo_wait_for_mouse_move_from(xdo_t, int, int) - Method in interface io.github.kingpulse.xdotool
- xdo_wait_for_mouse_move_to(xdo_t, int, int) - Method in interface io.github.kingpulse.xdotool
- xdo_wait_for_window_active(xdo_t, X11.Window, int) - Method in interface io.github.kingpulse.xdotool
- xdo_wait_for_window_focus(xdo_t, X11.Window, int) - Method in interface io.github.kingpulse.xdotool
- xdo_wait_for_window_map_state(xdo_t, X11.Window, int) - Method in interface io.github.kingpulse.xdotool
- xdo_wait_for_window_size(xdo_t, X11.Window, int, int, int, int) - Method in interface io.github.kingpulse.xdotool
- xdo_window_state(xdo_t, X11.Window, long, String) - Method in interface io.github.kingpulse.xdotool
- XDoFeatures - Class in io.github.kingpulse.definitions
-
As of current implementation of xdotool the only feature is FEATURE_XTEST.
- XDoFeatures() - Constructor for class io.github.kingpulse.definitions.XDoFeatures
- XDoRet - Class in io.github.kingpulse.definitions
-
Error and success values for xdotool returns Author: Edwin Heerschap
- XDoRet() - Constructor for class io.github.kingpulse.definitions.XDoRet
- xdotool - Interface in io.github.kingpulse
-
Maps the libxdo.
- xdpy - Variable in class io.github.kingpulse.structs.xdo_t
All Classes All Packages