gnu.app
Class WinOp

java.lang.Object
  extended by gnu.app.Application
      extended by gnu.x11.Application
          extended by 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

Field Summary
static int LIST_CHILDREN
           
static int LIST_TOP_LEVEL
           
static int MAP
           
static java.lang.String[] OPERATION_STRINGS
           
static int SET_INPUT_FOCUS
           
 
Fields inherited from class gnu.x11.Application
display
 
Constructor Summary
WinOp(java.lang.String[] args)
           
 
Method Summary
 void list_children()
           
 void list_top_level()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

WinOp

public WinOp(java.lang.String[] args)
Method Detail

list_top_level

public void list_top_level()

list_children

public void list_children()

main

public static void main(java.lang.String[] args)