gnu.x11
Class Window.WMHints

java.lang.Object
  extended by gnu.x11.Data
      extended by gnu.x11.Window.WMHints
Enclosing class:
Window

public static class Window.WMHints
extends Data

X window manager hints.


Field Summary
static int ICON_MASK_HINT_MASK
           
static int ICON_PIXMAP_HINT_MASK
           
static int ICON_POSITION_HINT_MASK
           
static int ICON_WINDOW_HINT_MASK
           
static int ICONIC
           
static int INPUT_HINT_MASK
           
static int NORMAL
           
static int STATE_HINT_MASK
           
static int URGENCY_HINT_MASK
           
static int WINDOW_GROUP_HINT_MASK
           
static int WITHDRAWN
           
 
Fields inherited from class gnu.x11.Data
data, index, offset
 
Constructor Summary
Window.WMHints(Data data)
           
 
Method Summary
 int flags()
           
 int initial_state()
           
 
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, toString, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INPUT_HINT_MASK

public static final int INPUT_HINT_MASK
See Also:
Constant Field Values

STATE_HINT_MASK

public static final int STATE_HINT_MASK
See Also:
Constant Field Values

ICON_PIXMAP_HINT_MASK

public static final int ICON_PIXMAP_HINT_MASK
See Also:
Constant Field Values

ICON_WINDOW_HINT_MASK

public static final int ICON_WINDOW_HINT_MASK
See Also:
Constant Field Values

ICON_POSITION_HINT_MASK

public static final int ICON_POSITION_HINT_MASK
See Also:
Constant Field Values

ICON_MASK_HINT_MASK

public static final int ICON_MASK_HINT_MASK
See Also:
Constant Field Values

WINDOW_GROUP_HINT_MASK

public static final int WINDOW_GROUP_HINT_MASK
See Also:
Constant Field Values

URGENCY_HINT_MASK

public static final int URGENCY_HINT_MASK
See Also:
Constant Field Values

WITHDRAWN

public static final int WITHDRAWN
See Also:
Constant Field Values

NORMAL

public static final int NORMAL
See Also:
Constant Field Values

ICONIC

public static final int ICONIC
See Also:
Constant Field Values
Constructor Detail

Window.WMHints

public Window.WMHints(Data data)
Method Detail

flags

public int flags()
Returns:
valid: INPUT_HINT_MASK, STATE_HINT_MASK, ICON_PIXMAP_HINT_MASK, ICON_WINDOW_HINT_MASK, ICON_POSITION_HINT_MASK, ICON_MASK_HINT_MASK, WINDOW_GROUP_HINT_MASK, URGENCY_HINT_MASK

initial_state

public int initial_state()
Returns:
valid: WITHDRAWN, NORMAL, ICONIC