Class NkEditState.Buffer

All Implemented Interfaces:
Iterable<NkEditState>, Pointer
Enclosing class:
NkEditState

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

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new NkEditState.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 NkEditState.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

    • name

      public int name()
      Returns:
      the value of the name field.
    • seq

      public int seq()
      Returns:
      the value of the seq field.
    • old

      public int old()
      Returns:
      the value of the old field.
    • active

      public int active()
      Returns:
      the value of the active field.
    • prev

      public int prev()
      Returns:
      the value of the prev field.
    • cursor

      public int cursor()
      Returns:
      the value of the cursor field.
    • sel_start

      public int sel_start()
      Returns:
      the value of the sel_start field.
    • sel_end

      public int sel_end()
      Returns:
      the value of the sel_end field.
    • scrollbar

      public NkScroll scrollbar()
      Returns:
      a NkScroll view of the scrollbar field.
    • mode

      public byte mode()
      Returns:
      the value of the mode field.
    • single_line

      public boolean single_line()
      Returns:
      the value of the single_line field.