| java.lang.Object | |
| ↳ | com.datalogic.device.input.CompositionMapping.Builder |
Builder class of CompositionMapping
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a delay to the sequence
| |||||||||||
Adds a generic event representing by an
MappingObject. | |||||||||||
Adds an action that will press and release a key.
| |||||||||||
Adds a key action.
| |||||||||||
Builds the configured
CompositionMapping object | |||||||||||
Disables Alt meta key.
| |||||||||||
Disables Ctrl meta key.
| |||||||||||
Disables Shift meta key.
| |||||||||||
Enables Alt meta key.
| |||||||||||
Enables Ctrl meta key.
| |||||||||||
Enables Shift meta key.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Adds a delay to the sequence
| delay | delay time in millisecond |
|---|
CompositionMapping.Builder instance
Adds a generic event representing by an MappingObject.
| action | see MappingObject |
|---|
CompositionMapping.Builder instance
Adds an action that will press and release a key.
| key | a KeyCodeEntry object containing a keycode and its meta states |
|---|
CompositionMapping.Builder instance
Adds a key action. You can specify press or release action.
| key | key a KeyCodeEntry object containing a keycode and its meta states |
|---|---|
| action | either ACTION_PRESS_DOWN or ACTION_RELEASE |
CompositionMapping.Builder instance
Builds the configured CompositionMapping object
CompositionMapping object
Disables Alt meta key.
CompositionMapping.Builder instance
Disables Ctrl meta key.
CompositionMapping.Builder instance
Disables Shift meta key.
CompositionMapping.Builder instance
Enables Alt meta key.
CompositionMapping.Builder instance
Enables Ctrl meta key.
CompositionMapping.Builder instance
Enables Shift meta key.
CompositionMapping.Builder instance