MoulConfig
Toggle table of contents
9999.9999.9999+16fcc03
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
common
/
io.github.notenoughupdates.moulconfig.gui.component
/
ScrollPanelComponent
Scroll
Panel
Component
open
class
ScrollPanelComponent
:
GuiComponent
(
source
)
Members
Constructors
Scroll
Panel
Component
Link copied to clipboard
constructor
(
)
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
fold
Children
Link copied to clipboard
open
fun
<
T
>
foldChildren
(
initial
:
T
,
visitor
:
BiFunction
<
GuiComponent
,
T
,
T
>
)
:
T
Walk over the direct children of this element.
keyboard
Event
Link copied to clipboard
open
fun
keyboardEvent
(
event
:
KeyboardEvent
,
context
:
GuiImmediateContext
)
:
Boolean
Called by the parent renderer.
mouse
Event
Link copied to clipboard
open
fun
mouseEvent
(
mouseEvent
:
MouseEvent
,
context
:
GuiImmediateContext
)
:
Boolean
Called by the parent renderer.
render
Link copied to clipboard
open
fun
render
(
context
:
GuiImmediateContext
)
Called by the parent renderer.