gnu.app
Class WinOp
java.lang.Object
gnu.app.Application
gnu.x11.Application
gnu.app.WinOp
public class WinOp
- extends Application
Perform action on window given its ID. This can be useful for debugging
window programming.
- See Also:
-
help output
Constructor Summary |
WinOp(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LIST_TOP_LEVEL
public static final int LIST_TOP_LEVEL
- See Also:
- Constant Field Values
LIST_CHILDREN
public static final int LIST_CHILDREN
- See Also:
- Constant Field Values
MAP
public static final int MAP
- See Also:
- Constant Field Values
SET_INPUT_FOCUS
public static final int SET_INPUT_FOCUS
- See Also:
- Constant Field Values
OPERATION_STRINGS
public static final java.lang.String[] OPERATION_STRINGS
WinOp
public WinOp(java.lang.String[] args)
list_top_level
public void list_top_level()
list_children
public void list_children()
main
public static void main(java.lang.String[] args)