public class

AdvancedKeyboard.Overlay

extends Object
java.lang.Object
   ↳ com.datalogic.device.input.AdvancedKeyboard.Overlay

Class Overview

Class that stores the info related to a keyboard overlay configuration. The list of available overlays can be retrieved by using the getOverlays() method.

Summary

Public Methods
String getAuthor()
Gets the author of the keyboard overlay.
String getDate()
Gets the creation date of the keyboard overlay.
String getDescription()
Gets the description of the keyboard overlay.
String getName()
Gets the name of the keyboard overlay.
int getRevision()
Gets the revision of the keyboard overlay.
int getVersion()
Gets the version of the keyboard overlay.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getAuthor ()

Added in revision 24

Gets the author of the keyboard overlay.

Returns
  • Keyboard overlay author.

public String getDate ()

Added in revision 24

Gets the creation date of the keyboard overlay.

Returns
  • Keyboard overlay creation date.

public String getDescription ()

Added in revision 24

Gets the description of the keyboard overlay.

Returns
  • Keyboard overlay description.

public String getName ()

Added in revision 24

Gets the name of the keyboard overlay.

Returns
  • Keyboard overlay name.

public int getRevision ()

Added in revision 24

Gets the revision of the keyboard overlay.

Returns
  • Keyboard overlay revision.

public int getVersion ()

Added in revision 24

Gets the version of the keyboard overlay.

Returns
  • Keyboard overlay version.