|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Client | |
---|---|
gnu.app.puppet | Provide a window manager. |
Uses of Client in gnu.app.puppet |
---|
Fields in gnu.app.puppet declared as Client | |
---|---|
Client |
Puppet.focus
|
Client |
Puppet.focus_base
The active window when FOCUS-KEY (ALT-TAB, WINDOW-TAB, or MENU-TAB) is pressed. |
Client |
Puppet.last_hide
|
Client[] |
Puppet.registers
see Focus Policy - Keyboard. |
Methods in gnu.app.puppet that return Client | |
---|---|
Client |
Puppet.next_client_different_class(Client from,
boolean reverse)
|
Client |
Puppet.next_client_first_char(Client from,
boolean reverse,
char c,
boolean all)
|
Client |
Puppet.next_client_normal(Client from,
boolean reverse)
|
Client |
Puppet.next_client_same_class(Client from,
boolean reverse)
|
Client |
Puppet.next_client(Client from,
boolean reverse)
|
Methods in gnu.app.puppet with parameters of type Client | |
---|---|
void |
Puppet.client_to_register(Client client,
int keycode)
|
void |
Puppet.deny_focus(Client client)
|
void |
Puppet.focus_client_first_char(Client client,
boolean reverse,
char c,
boolean all)
|
void |
Puppet.give_up_focus(Client client)
|
void |
Puppet.grant_focus(Client client)
|
boolean |
Puppet.grant_preference(Client client)
|
void |
Puppet.hide_others(Client client)
|
void |
Puppet.hide_same_class(Client client)
|
void |
Puppet.hide(Client client)
|
void |
Puppet.manage(Client client)
|
void |
Puppet.maximize(Client client,
boolean full_screen)
|
void |
Puppet.minimize(Client client)
|
Client |
Puppet.next_client_different_class(Client from,
boolean reverse)
|
Client |
Puppet.next_client_first_char(Client from,
boolean reverse,
char c,
boolean all)
|
Client |
Puppet.next_client_normal(Client from,
boolean reverse)
|
Client |
Puppet.next_client_same_class(Client from,
boolean reverse)
|
Client |
Puppet.next_client(Client from,
boolean reverse)
|
void |
Puppet.register_fall_back(Client client)
|
void |
Puppet.relocate(Client client)
|
void |
Puppet.restore_size(Client client)
|
void |
Puppet.save_size(Client client)
|
void |
Puppet.scale_size(Client client,
double factor)
|
void |
Puppet.set_focus(Client client,
boolean warp_pointer)
|
void |
Puppet.toggle_focus(Client client)
|
void |
Puppet.unhide_same_class(Client client)
|
void |
Puppet.unhide(Client client)
|
void |
Puppet.update_client_order(Client client)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |