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 Link icon

    • Buffer Link icon

      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 Link icon

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

    • name Link icon

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

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

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

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

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

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

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

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

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

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

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