Class XClientMessageEvent.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<XClientMessageEvent>, NativeResource, Pointer
Enclosing class:
XClientMessageEvent

public static class XClientMessageEvent.Buffer extends StructBuffer<XClientMessageEvent,XClientMessageEvent.Buffer> implements NativeResource
An array of XClientMessageEvent structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new XClientMessageEvent.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by XClientMessageEvent.SIZEOF, and its mark will be undefined.

      The created buffer instance holds a strong reference to the container object.

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • type

      public int type()
      Returns:
      the value of the type field.
    • serial

      public long serial()
      Returns:
      the value of the serial field.
    • send_event

      public boolean send_event()
      Returns:
      the value of the send_event field.
    • display

      public long display()
      Returns:
      the value of the display field.
    • window

      public long window()
      Returns:
      the value of the window field.
    • message_type

      public long message_type()
      Returns:
      the value of the message_type field.
    • format

      public int format()
      Returns:
      the value of the format field.
    • data_b

      public ByteBuffer data_b()
      Returns:
      a ByteBuffer view of the data.b field.
    • data_b

      public byte data_b(int index)
      Returns:
      the value at the specified index of the data.b field.
    • data_s

      public ShortBuffer data_s()
      Returns:
      a ShortBuffer view of the data.s field.
    • data_s

      public short data_s(int index)
      Returns:
      the value at the specified index of the data.s field.
    • data_l

      public CLongBuffer data_l()
      Returns:
      a CLongBuffer view of the data.l field.
    • data_l

      public long data_l(int index)
      Returns:
      the value at the specified index of the data.l field.
    • type

      public XClientMessageEvent.Buffer type(int value)
      Sets the specified value to the type field.
    • serial

      public XClientMessageEvent.Buffer serial(long value)
      Sets the specified value to the serial field.
    • send_event

      public XClientMessageEvent.Buffer send_event(boolean value)
      Sets the specified value to the send_event field.
    • display

      public XClientMessageEvent.Buffer display(long value)
      Sets the specified value to the display field.
    • window

      public XClientMessageEvent.Buffer window(long value)
      Sets the specified value to the window field.
    • message_type

      public XClientMessageEvent.Buffer message_type(long value)
      Sets the specified value to the message_type field.
    • format

      public XClientMessageEvent.Buffer format(int value)
      Sets the specified value to the format field.
    • data_b

      public XClientMessageEvent.Buffer data_b(ByteBuffer value)
      Copies the specified ByteBuffer to the b field.
    • data_b

      public XClientMessageEvent.Buffer data_b(int index, byte value)
      Sets the specified value at the specified index of the b field.
    • data_s

      public XClientMessageEvent.Buffer data_s(ShortBuffer value)
      Copies the specified ShortBuffer to the s field.
    • data_s

      public XClientMessageEvent.Buffer data_s(int index, short value)
      Sets the specified value at the specified index of the s field.
    • data_l

      public XClientMessageEvent.Buffer data_l(CLongBuffer value)
      Copies the specified CLongBuffer to the l field.
    • data_l

      public XClientMessageEvent.Buffer data_l(int index, long value)
      Sets the specified value at the specified index of the l field.