All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jcraft.jwax.Display

java.lang.Object
   |
   +----com.jcraft.jwax.Display

public class Display
extends Object

Variable Index

 o _WM_STATE
 o _XT_SELECTION_0
 o _XT_SELECTION_1
 o PropertyDelete
 o PropertyNewValue
 o PropModeAppend
 o PropModePrepend
 o PropModeReplace

Constructor Index

 o Display()
 o Display(String)

Method Index

 o defaultScreen()
 o getEvent()
 o main(String[])
 o properties(int, int)
 o xChangeProperty(int, int, int, int, int, int, byte[])
 o xChangeWindowAttributes(int, int, int[])
 o xConvertSelection(int, int, int, int, int)
 o xCreateWindow(int, int, int, int, int, int, int, int, int, int, int, int[])
 o xDeleteProperty(int, int)
 o xFetchBuffer()
 o xFetchBuffer(int)
 o xGetAtomName(int)
 o xGetInputFocus()
 o xGetProperty(boolean, int, int, int, int, int)
 o xGetSelectionOwner(int)
 o xGrabServer()
 o xInternAtom(boolean, String)
 o xListProperties(int)
 o xmuClientWindow(int)
 o xQueryTree(int)
 o xRotateBuffers(int)
 o xRotateProperties(int, int[], int)
 o xSelectInput(int, int)
 o xSendEvent(int, int, int, Event)
 o xSetSelectionOwner(int, int, int)
 o xStoreBuffer(byte[])
 o xStoreBuffer(byte[], int)
 o xSync(boolean)
 o xtGetSelectionValue(int, int, int, int)
 o xtGetSelectionValue(int, int, int, int, int)
 o xUngrabServer()

Variables

 o PropModeReplace
 public static final int PropModeReplace
 o PropModePrepend
 public static final int PropModePrepend
 o PropModeAppend
 public static final int PropModeAppend
 o PropertyNewValue
 public static final int PropertyNewValue
 o PropertyDelete
 public static final int PropertyDelete
 o _XT_SELECTION_0
 public int _XT_SELECTION_0
 o _XT_SELECTION_1
 public int _XT_SELECTION_1
 o _WM_STATE
 public int _WM_STATE

Constructors

 o Display
 public Display()
 o Display
 public Display(String display)

Methods

 o defaultScreen
 public Screen defaultScreen()
 o xSendEvent
 public void xSendEvent(int propagate,
                        int destination,
                        int eventmask,
                        Event event) throws IOException
 o xInternAtom
 public ReplyInternAtom xInternAtom(boolean only_if_exist,
                                    String name) throws IOException
 o xGetProperty
 public ReplyGetProperty xGetProperty(boolean delete,
                                      int win,
                                      int property,
                                      int type,
                                      int long_offset,
                                      int long_length) throws IOException
 o xGetAtomName
 public ReplyGetAtomName xGetAtomName(int atom) throws IOException
 o xGetInputFocus
 public ReplyGetInputFocus xGetInputFocus() throws IOException
 o xSync
 public void xSync(boolean discard) throws IOException
 o xListProperties
 public ReplyListProperties xListProperties(int win) throws IOException
 o xGetSelectionOwner
 public ReplyGetSelectionOwner xGetSelectionOwner(int selection) throws IOException
 o xGrabServer
 public void xGrabServer() throws IOException
 o xUngrabServer
 public void xUngrabServer() throws IOException
 o xConvertSelection
 public void xConvertSelection(int requestor,
                               int selection,
                               int target,
                               int property,
                               int time) throws IOException
 o xSetSelectionOwner
 public void xSetSelectionOwner(int owner,
                                int selection,
                                int time) throws IOException
 o xChangeProperty
 public void xChangeProperty(int mode,
                             int win,
                             int property,
                             int type,
                             int format,
                             int lif,
                             byte data[]) throws IOException
 o xSelectInput
 public void xSelectInput(int win,
                          int mask) throws IOException
 o xFetchBuffer
 public byte[] xFetchBuffer(int buffer) throws IOException
 o xFetchBuffer
 public byte[] xFetchBuffer() throws IOException
 o xStoreBuffer
 public void xStoreBuffer(byte bytes[]) throws IOException
 o xStoreBuffer
 public void xStoreBuffer(byte bytes[],
                          int buffer) throws IOException
 o xRotateBuffers
 public void xRotateBuffers(int rotate) throws IOException
 o xRotateProperties
 public void xRotateProperties(int win,
                               int atoms[],
                               int position) throws IOException
 o xChangeWindowAttributes
 public void xChangeWindowAttributes(int win,
                                     int mask,
                                     int values[]) throws IOException
 o xDeleteProperty
 public void xDeleteProperty(int win,
                             int property) throws IOException
 o xQueryTree
 public ReplyQueryTree xQueryTree(int win) throws IOException
 o getEvent
 public Event getEvent() throws IOException
 o xCreateWindow
 public void xCreateWindow(int depth,
                           int wid,
                           int parent,
                           int x,
                           int y,
                           int w,
                           int h,
                           int bw,
                           int clss,
                           int visual,
                           int mask,
                           int attr[]) throws IOException
 o xtGetSelectionValue
 public byte[] xtGetSelectionValue(int win,
                                   int selection,
                                   int target,
                                   int time) throws IOException
 o xtGetSelectionValue
 public byte[] xtGetSelectionValue(int win,
                                   int selection,
                                   int target,
                                   int property,
                                   int time) throws IOException
 o xmuClientWindow
 public int xmuClientWindow(int win) throws IOException
 o main
 public static void main(String arg[])
 o properties
 public void properties(int win,
                        int tab) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index