Uses of Class
com.teamdev.jxbrowser.ui.KeyModifiers.Builder
Packages that use KeyModifiers.Builder
Package
Description
The utility classes for the user interface (UI) related functionality.
-
Uses of KeyModifiers.Builder in com.teamdev.jxbrowser.ui
Methods in com.teamdev.jxbrowser.ui that return KeyModifiers.BuilderModifier and TypeMethodDescriptionKeyModifiers.Builder.altDown(boolean flag) Sets the flag indicating whether the Alt is pressed.KeyModifiers.Builder.altGraphDown(boolean flag) Sets the flag indicating whether the AltGraph is pressed.KeyModifiers.Builder.controlDown(boolean flag) Sets the flag indicating whether the Control is pressed.KeyModifiers.Builder.metaDown(boolean flag) Sets the flag indicating whether the Meta is pressed.static KeyModifiers.BuilderKeyModifiers.newBuilder()Creates a newKeyModifiersbuilder.KeyModifiers.Builder.shiftDown(boolean flag) Sets the flag indicating whether the Shift is pressed.