getColormap
protected static final Handle getColormap(Handle obj)
getCursor
protected static final Handle getCursor(Handle obj)
getEventMask
public int getEventMask()
getEventMask
protected static final int getEventMask(Handle obj)
getHeight
protected static final int getHeight(Handle obj)
getOverrideRedirect
protected static final boolean getOverrideRedirect(Handle obj)
getPosition
public Point getPosition()
getTitle
public String getTitle()
getTitle
protected static final String getTitle(Handle obj)
getVisual
protected static final Handle getVisual(Handle obj)
getWclass
protected static final Handle getWclass(Handle obj)
getWidth
protected static final int getWidth(Handle obj)
getWindowType
protected static final int getWindowType(Handle obj)
getWmclassClass
protected static final String getWmclassClass(Handle obj)
getWmclassName
protected static final String getWmclassName(Handle obj)
getX
protected static final int getX(Handle obj)
getY
protected static final int getY(Handle obj)
setColormap
protected final void setColormap(Handle obj,
Handle colormap)
setCursor
protected final void setCursor(Handle obj,
int cursor)
setDimension
public void setDimension(int width,
int height)
setEventMask
public void setEventMask(int evtMask)
setEventMask
protected final void setEventMask(Handle obj,
int event_mask)
setHeight
protected final void setHeight(Handle obj,
int height)
setOverrideRedirect
protected final void setOverrideRedirect(Handle obj,
boolean override_redirect)
setPosition
public void setPosition(int x,
int y)
setTitle
public void setTitle(String title)
setTitle
protected final void setTitle(Handle obj,
String title)
setVisual
protected final void setVisual(Handle obj,
Handle visual)
setWclass
protected final void setWclass(Handle obj,
Handle wclass)
setWidth
protected final void setWidth(Handle obj,
int width)
setWindowType
protected final void setWindowType(Handle obj,
int window_type)
setWmclassClass
protected final void setWmclassClass(Handle obj,
String wmclass_class)
setWmclassName
protected final void setWmclassName(Handle obj,
String wmclass_name)
setX
protected final void setX(Handle obj,
int x)
setY
protected final void setY(Handle obj,
int y)