gnu.gcj.xlib

Class XID

Known Direct Subclasses:
Colormap, Drawable, Font

public class XID
extends Object

Common base class for all resources that are stored on the server and refered to on the client side using XIDs.

Field Summary

protected Display
display
protected int
xid

Constructor Summary

XID(Display display, int xid)

Method Summary

Object
getClientData()
Display
getDisplay()
int
getXID()
protected String
params()
void
setClientData(Object clientData)
String
toString()

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

display

protected Display display

xid

protected int xid

Constructor Details

XID

public XID(Display display,
           int xid)

Method Details

getClientData

public final Object getClientData()

getDisplay

public final Display getDisplay()

getXID

public final int getXID()

params

protected String params()

setClientData

public final void setClientData(Object clientData)

toString

public String toString()
Overrides:
toString in interface Object

Copyright (C) 2000 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.