to top
Datalogic APIs
public final enum

KeyWedgeMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.decode.configuration.KeyWedgeMode

Class Overview

KeyWedgeMode is an enumeration defining the different KeyboardWedge input methodologies. The type is one of:

TEXT_INJECTION Inject the data, in form of text, directly in the text area
KEY_PRESSURE Emulate the pressure of the keyboard keys
COMMIT_TEXT Inject the printable characters in form of text directly in the text area and emulate the pressure of keyboard keys for not printable keys

Summary

Enum Values
KeyWedgeMode  COMMIT_TEXT  Commit Text  
KeyWedgeMode  KEY_PRESSURE  Key Pressure  
KeyWedgeMode  TEXT_INJECTION  Text Injection  
Public Methods
static KeyWedgeMode valueOf(String name)
final static KeyWedgeMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final KeyWedgeMode COMMIT_TEXT

Added in revision 20

Commit Text

public static final KeyWedgeMode KEY_PRESSURE

Added in revision 3

Key Pressure

public static final KeyWedgeMode TEXT_INJECTION

Added in revision 3

Text Injection

Public Methods

public static KeyWedgeMode valueOf (String name)

Added in revision 3

public static final KeyWedgeMode[] values ()

Added in revision 3