Package org.lwjgl.nuklear
Class NkEditState.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<NkEditState,NkEditState.Buffer>
-
- org.lwjgl.nuklear.NkEditState.Buffer
-
- All Implemented Interfaces:
java.lang.Iterable<NkEditState>
,org.lwjgl.system.Pointer
- Enclosing class:
- NkEditState
public static class NkEditState.Buffer extends org.lwjgl.system.StructBuffer<NkEditState,NkEditState.Buffer>
An array ofNkEditState
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
active()
Returns the value of theactive
field.int
cursor()
Returns the value of thecursor
field.byte
mode()
Returns the value of themode
field.int
name()
Returns the value of thename
field.int
old()
Returns the value of theold
field.int
prev()
Returns the value of theprev
field.NkScroll
scrollbar()
Returns aNkScroll
view of thescrollbar
field.int
sel_end()
Returns the value of thesel_end
field.int
sel_start()
Returns the value of thesel_start
field.int
seq()
Returns the value of theseq
field.boolean
single_line()
Returns the value of thesingle_line
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newNkEditState.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 byNkEditState.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 Detail
-
name
public int name()
Returns the value of thename
field.
-
seq
public int seq()
Returns the value of theseq
field.
-
old
public int old()
Returns the value of theold
field.
-
active
public int active()
Returns the value of theactive
field.
-
prev
public int prev()
Returns the value of theprev
field.
-
cursor
public int cursor()
Returns the value of thecursor
field.
-
sel_start
public int sel_start()
Returns the value of thesel_start
field.
-
sel_end
public int sel_end()
Returns the value of thesel_end
field.
-
mode
public byte mode()
Returns the value of themode
field.
-
single_line
public boolean single_line()
Returns the value of thesingle_line
field.
-
-