gnu.app.puppet
Class Client

java.lang.Object
  extended by gnu.x11.Resource
      extended by gnu.x11.Drawable
          extended by gnu.x11.Window
              extended by gnu.app.puppet.Client

public class Client
extends Window

Wrapper of Window for Puppet.


Nested Class Summary
 
Nested classes/interfaces inherited from class gnu.x11.Window
Window.Attributes, Window.AttributesReply, Window.Changes, Window.CoordinateReply, Window.GeometryReply, Window.MotionEventsReply, Window.PointerReply, Window.PropertyReply, Window.TreeReply, Window.WMClassHint, Window.WMHints, Window.WMSizeHints, Window.WMState
 
Field Summary
 Window.AttributesReply attributes
           
 Window.WMClassHint class_hint
           
 boolean early_destroyed
           
 boolean early_unmapped
           
 java.lang.String name
           
 int register
           
 int saved_height
           
 int saved_width
           
 Window.WMSizeHints size_hints
           
 int state
           
static java.lang.String[] STATE_STRINGS
           
 
Fields inherited from class gnu.x11.Window
ALREADY_GRABBED, ANY_BUTTON, ANY_KEY, ANY_MODIFIER, APPEND, ASYNCHRONOUS, COPY_FROM_PARENT, DELETE, FROZEN, INPUT_ONLY, INPUT_OUTPUT, INSERT, INVALID_TIME, LOWER_HIGHEST, MAX_WM_LENGTH, NONE, NOT_VIEWABLE, parent, POINTER_ROOT, PREPEND, RAISE_LOWEST, REPLACE, SUCCESS, SYNCHRONOUS, TO_NONE, TO_PARENT, TO_POINTER_ROOT, x, y
 
Fields inherited from class gnu.x11.Drawable
COMPLEX, CONVEX, CURSOR, height, NONCONVEX, ORIGIN, PREVIOUS, STIPPLE, TILE, width
 
Fields inherited from class gnu.x11.Resource
display, id
 
Constructor Summary
Client(Display display, int id)
          Intern.
 
Method Summary
static java.lang.Object intern(Display display, int id)
           
static java.lang.Object intern(Window window)
           
 java.lang.String toString()
           
 
Methods inherited from class gnu.x11.Window
attributes, change_attributes, change_property, change_property, change_save_set, circulate_window, clear_area, clear, configure, convert_selection, create, create, create, delete_property, delete, destroy_subwindows, destroy, flip, geometry, grab_button_ignore_locks, grab_button, grab_key_ignore_locks, grab_key, grab_keyboard, grab_pointer, iconify, installed_colormaps, kill, lower, map_subwindows, map, motion_events, move_resize, move_resize, move_resize, move, move, pointer, properties, property, raise, rectangle, reparent, resize, resize, resized, rotate_properties, screen, select_input, send_event, set_background, set_background, set_background, set_border, set_border, set_border, set_colormap, set_geometry_cache, set_input_focus, set_input_focus, set_selection_owner, set_wm_class_hint, set_wm_class_hint, set_wm_delete_window, set_wm_hints, set_wm_name, set_wm_normal_hints, set_wm_protocol, set_wm_state, set_wm_state, set_wm_state, set_wm, translate_coordinates, tree, ungrab_button, ungrab_key, unmap_subwindows, unmap, warp_pointer, warp_pointer, warp_pointer, wm_class_hint, wm_hints, wm_name, wm_normal_hints, wm_protocol, wm_protocols, wm_state
 
Methods inherited from class gnu.x11.Drawable
arc, arc, best_size, copy_area, copy_area, copy_plane, fill_poly, horizontal, image_text, image_text16, image, line, point, point, poly_arc, poly_dot, poly_line, poly_point, poly_rectangle, poly_segment, poly_text, poly_text16, put_image, put_small_image, rectangle_clear, rectangle, rectangle, segment, segment, text, text, vertical
 
Methods inherited from class gnu.x11.Resource
unintern
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attributes

public Window.AttributesReply attributes

class_hint

public Window.WMClassHint class_hint

name

public java.lang.String name

size_hints

public Window.WMSizeHints size_hints

early_unmapped

public boolean early_unmapped

early_destroyed

public boolean early_destroyed

register

public int register

saved_width

public int saved_width

saved_height

public int saved_height

state

public int state

STATE_STRINGS

public static final java.lang.String[] STATE_STRINGS
Constructor Detail

Client

public Client(Display display,
              int id)
Intern.

Method Detail

intern

public static java.lang.Object intern(Window window)

intern

public static java.lang.Object intern(Display display,
                                      int id)

toString

public java.lang.String toString()
Overrides:
toString in class Window