Uses of Class
com.teamdev.jxbrowser.ui.KeyModifiers.Builder
Package
Description
The utility classes for the user interface (UI) related functionality.
-
Uses of KeyModifiers.Builder in com.teamdev.jxbrowser.ui
Modifier and TypeMethodDescriptionKeyModifiers.Builder.altDown
(boolean flag) Sets the flag indicating whether the Alt is down.KeyModifiers.Builder.altGraphDown
(boolean flag) Sets the flag indicating whether the AltGraph is down.KeyModifiers.Builder.controlDown
(boolean flag) Sets the flag indicating whether the Control is down.KeyModifiers.Builder.metaDown
(boolean flag) Sets the flag indicating whether the Meta is down.static KeyModifiers.Builder
KeyModifiers.newBuilder()
Creates a newKeyModifiers
builder.KeyModifiers.Builder.shiftDown
(boolean flag) Sets the flag indicating whether the Shift is down.