java.lang.Object |
↳ |
com.datalogic.device.input.MappingObject |
Known Direct Subclasses
|
Class Overview
This class is a generic representation of actions to be executed when certain key events occur.
This class is used in the key remapping feature. See mapKey(VScanEntry, Map, Map)
Summary
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Constants
public
static
final
int
TYPE_COMPOSITION_MAPPING
Constant Value:
6
(0x00000006)
public
static
final
int
TYPE_DELAY_MAPPING
Constant Value:
2
(0x00000002)
public
static
final
int
TYPE_INTENT_MAPPING
Constant Value:
5
(0x00000005)
public
static
final
int
TYPE_KEY_ACTION_MAPPING
Constant Value:
3
(0x00000003)
public
static
final
int
TYPE_STRING_MAPPING
Constant Value:
4
(0x00000004)
Fields
Public Constructors
public
MappingObject
(int type)
Public Methods
public
int
describeContents
()
public
int
getType
()
Returns the type of this mapping object
Returns
- the type of this mapping object
public
void
writeToParcel
(Parcel out, int flags)