public class AdvancedKeyboard.Info
extends java.lang.Object
getInfo method.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
Gets the author of the currently installed keyboard configuration.
|
java.lang.String |
getDate()
Gets the creation date of the currently installed keyboard
configuration.
|
java.lang.String |
getDescription()
Gets the description of the currently installed keyboard configuration.
|
java.lang.String |
getName()
Gets the name of the currently installed keyboard configuration.
|
AdvancedKeyboard.PersistenceType |
getPersistenceType()
Gets the persistence type of the currently installed keyboard
configuration.
|
int |
getRevision()
Gets the revision of the currently installed keyboard configuration.
|
int |
getVersion()
Gets the version of the currently installed keyboard configuration.
|
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getAuthor()
public int getVersion()
public int getRevision()
public java.lang.String getDate()
public AdvancedKeyboard.PersistenceType getPersistenceType()