|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.x11.Data
gnu.x11.Input.KeyboardControlReply
public static class Input.KeyboardControlReply
Reply of Input.keyboard_control()
Field Summary |
---|
Fields inherited from class gnu.x11.Data |
---|
data, index, offset |
Constructor Summary | |
---|---|
Input.KeyboardControlReply(Data data)
|
Method Summary | |
---|---|
Enum |
auto_repeats()
|
int |
bell_duration()
|
int |
bell_percent()
|
int |
bell_pitch()
|
int |
global_auto_repeat()
|
int |
key_click_percent()
|
int |
led_mask()
|
java.lang.String |
toString()
|
Methods inherited from class gnu.x11.Data |
---|
byte_to_string, len, len, n, np, p, pad, read_boolean, read_double, read_float, read_string, read1, read2, read4_boolean, read4, read8, to_string, unit, unit, unit, write_string16, write_string16, write_unused, write1_unused, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write1, write2_unused, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write2, write3_unused, write4_unused, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write4, write8, write8, write8, write8, write8, write8, write8, write8 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Input.KeyboardControlReply(Data data)
Method Detail |
---|
public int led_mask()
public int key_click_percent()
public int bell_percent()
public int bell_pitch()
public int bell_duration()
public int global_auto_repeat()
Input.KeyboardControl.OFF
,
Input.KeyboardControl.ON
public Enum auto_repeats()
Enum.next1()
public java.lang.String toString()
toString
in class Data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |