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