public class ActionAliasKey extends CCFAction
Modifier and Type | Field and Description |
---|---|
static int |
KEY_CHAN_DOWN |
static int |
KEY_CHAN_UP |
static int |
KEY_LEFT |
static int |
KEY_MUTE |
static int |
KEY_RIGHT |
static int |
KEY_VOL_DOWN |
static int |
KEY_VOL_UP |
ACT_ALIAS_BUTTON, ACT_ALIAS_DEV, ACT_ALIAS_KEY, ACT_BEEP, ACT_DELAY, ACT_DUMMY, ACT_IRCODE, ACT_JUMP_PANEL, ACT_MARANTZ_JUMP, ACT_TIMER, CustomKeys, JUMP_BACK, JUMP_FORWARD, JUMP_MOUSE_MODE, JUMP_SCROLL_DOWN, JUMP_SCROLL_UP, jumpSpecial, jumpSpecialID, KEY_CHANDOWN, KEY_CHANUP, KEY_VOLDOWN, KEY_VOLUP, MarantzKeys, ProntoKeys, ProntoProKeys
TEXT_CENTER, TEXT_LEFT, TEXT_RIGHT
Constructor and Description |
---|
ActionAliasKey(CCFDevice dev,
int key)
Create a key alias action.
|
Modifier and Type | Method and Description |
---|---|
CCFDevice |
getDevice()
Get the current device associated with this action.
|
int |
getKey()
Get the current key associated with this action.
|
void |
setDevice(CCFDevice dev)
Set the current device associated with this action.
|
void |
setKey(int key)
Set the current key associated with this action.
|
getActionType, getJumpSpecialIDFromString, getJumpSpecialString, isJump, isSpecialJump, toString
getHeader, getParent, getParentDevice, getParentPanel
public static final int KEY_LEFT
public static final int KEY_RIGHT
public static final int KEY_VOL_DOWN
public static final int KEY_VOL_UP
public static final int KEY_CHAN_DOWN
public static final int KEY_CHAN_UP
public static final int KEY_MUTE
public ActionAliasKey(CCFDevice dev, int key)
dev
- CCFDevice for current keykey
- key code ... see class staticspublic CCFDevice getDevice()
public void setDevice(CCFDevice dev)
public int getKey()
public void setKey(int key)
key
- key code ... see class statics