|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.x11.event.Event gnu.x11.event.SelectionRequest
public final class SelectionRequest
X selection request event.
Field Summary | |
---|---|
static int |
CODE
|
int |
owner_window_id
|
int |
property_atom_id
|
int |
requestor_window_id
|
int |
selection_atom_id
|
int |
target_atom_id
|
int |
time
|
Constructor Summary | |
---|---|
SelectionRequest(Display display,
ResponseInputStream in)
|
Method Summary |
---|
Methods inherited from class gnu.x11.event.Event |
---|
code, seq_no, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CODE
public int time
public int owner_window_id
public int requestor_window_id
public int selection_atom_id
public int target_atom_id
public int property_atom_id
Constructor Detail |
---|
public SelectionRequest(Display display, ResponseInputStream in)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |