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
-
_WM_STATE
-
-
_XT_SELECTION_0
-
-
_XT_SELECTION_1
-
-
PropertyDelete
-
-
PropertyNewValue
-
-
PropModeAppend
-
-
PropModePrepend
-
-
PropModeReplace
-
-
Display()
-
-
Display(String)
-
-
defaultScreen()
-
-
getEvent()
-
-
main(String[])
-
-
properties(int, int)
-
-
xChangeProperty(int, int, int, int, int, int, byte[])
-
-
xChangeWindowAttributes(int, int, int[])
-
-
xConvertSelection(int, int, int, int, int)
-
-
xCreateWindow(int, int, int, int, int, int, int, int, int, int, int, int[])
-
-
xDeleteProperty(int, int)
-
-
xFetchBuffer()
-
-
xFetchBuffer(int)
-
-
xGetAtomName(int)
-
-
xGetInputFocus()
-
-
xGetProperty(boolean, int, int, int, int, int)
-
-
xGetSelectionOwner(int)
-
-
xGrabServer()
-
-
xInternAtom(boolean, String)
-
-
xListProperties(int)
-
-
xmuClientWindow(int)
-
-
xQueryTree(int)
-
-
xRotateBuffers(int)
-
-
xRotateProperties(int, int[], int)
-
-
xSelectInput(int, int)
-
-
xSendEvent(int, int, int, Event)
-
-
xSetSelectionOwner(int, int, int)
-
-
xStoreBuffer(byte[])
-
-
xStoreBuffer(byte[], int)
-
-
xSync(boolean)
-
-
xtGetSelectionValue(int, int, int, int)
-
-
xtGetSelectionValue(int, int, int, int, int)
-
-
xUngrabServer()
-
PropModeReplace
public static final int PropModeReplace
PropModePrepend
public static final int PropModePrepend
PropModeAppend
public static final int PropModeAppend
PropertyNewValue
public static final int PropertyNewValue
PropertyDelete
public static final int PropertyDelete
_XT_SELECTION_0
public int _XT_SELECTION_0
_XT_SELECTION_1
public int _XT_SELECTION_1
_WM_STATE
public int _WM_STATE
Display
public Display()
Display
public Display(String display)
defaultScreen
public Screen defaultScreen()
xSendEvent
public void xSendEvent(int propagate,
int destination,
int eventmask,
Event event) throws IOException
xInternAtom
public ReplyInternAtom xInternAtom(boolean only_if_exist,
String name) throws IOException
xGetProperty
public ReplyGetProperty xGetProperty(boolean delete,
int win,
int property,
int type,
int long_offset,
int long_length) throws IOException
xGetAtomName
public ReplyGetAtomName xGetAtomName(int atom) throws IOException
xGetInputFocus
public ReplyGetInputFocus xGetInputFocus() throws IOException
xSync
public void xSync(boolean discard) throws IOException
xListProperties
public ReplyListProperties xListProperties(int win) throws IOException
xGetSelectionOwner
public ReplyGetSelectionOwner xGetSelectionOwner(int selection) throws IOException
xGrabServer
public void xGrabServer() throws IOException
xUngrabServer
public void xUngrabServer() throws IOException
xConvertSelection
public void xConvertSelection(int requestor,
int selection,
int target,
int property,
int time) throws IOException
xSetSelectionOwner
public void xSetSelectionOwner(int owner,
int selection,
int time) throws IOException
xChangeProperty
public void xChangeProperty(int mode,
int win,
int property,
int type,
int format,
int lif,
byte data[]) throws IOException
xSelectInput
public void xSelectInput(int win,
int mask) throws IOException
xFetchBuffer
public byte[] xFetchBuffer(int buffer) throws IOException
xFetchBuffer
public byte[] xFetchBuffer() throws IOException
xStoreBuffer
public void xStoreBuffer(byte bytes[]) throws IOException
xStoreBuffer
public void xStoreBuffer(byte bytes[],
int buffer) throws IOException
xRotateBuffers
public void xRotateBuffers(int rotate) throws IOException
xRotateProperties
public void xRotateProperties(int win,
int atoms[],
int position) throws IOException
xChangeWindowAttributes
public void xChangeWindowAttributes(int win,
int mask,
int values[]) throws IOException
xDeleteProperty
public void xDeleteProperty(int win,
int property) throws IOException
xQueryTree
public ReplyQueryTree xQueryTree(int win) throws IOException
getEvent
public Event getEvent() throws IOException
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
xtGetSelectionValue
public byte[] xtGetSelectionValue(int win,
int selection,
int target,
int time) throws IOException
xtGetSelectionValue
public byte[] xtGetSelectionValue(int win,
int selection,
int target,
int property,
int time) throws IOException
xmuClientWindow
public int xmuClientWindow(int win) throws IOException
main
public static void main(String arg[])
properties
public void properties(int win,
int tab) throws IOException
All Packages Class Hierarchy This Package Previous Next Index