Interface DevToolsConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default boolean
inspectorAlwaysOnTop()
void
inspectorAlwaysOnTop(boolean value)
default Keybind
swingInspectorHotkey()
-
-
-
Method Detail
-
inspectorAlwaysOnTop
default boolean inspectorAlwaysOnTop()
-
inspectorAlwaysOnTop
void inspectorAlwaysOnTop(boolean value)
-
swingInspectorHotkey
default Keybind swingInspectorHotkey()
-
-