public class Hotkey extends Object
Constructor and Description |
---|
Hotkey(String keyS,
String keyT,
String sDesc,
boolean flag,
boolean fPrompt,
String sData)
constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getData()
hotkey data
|
String |
getDesc()
description to be displayed in dialog box
|
boolean |
getEnabled()
is hotkey active
|
String |
getKeyStroke()
hotkey key stroke
The string must have the following syntax:
|
boolean |
getPrompt()
whether to display dialog box?
|
String |
getType()
type of hotkey
|
String |
toString()
get HotKey information
|
public String getData()
public String getDesc()
public boolean getEnabled()
public String getKeyStroke()
public boolean getPrompt()
public String getType()