public class ContextMenuMouseActionSetting
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SEPARATOR |
Constructor and Description |
---|
ContextMenuMouseActionSetting(int modifiersEx,
java.lang.String contextMenuId) |
ContextMenuMouseActionSetting(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
ContextMenuIf |
getContextMenuIf() |
int |
getModifiersEx() |
java.lang.String |
toString() |
public static final java.lang.String SEPARATOR
public ContextMenuMouseActionSetting(int modifiersEx, java.lang.String contextMenuId)
modifiersEx
- The keyboard modifiers for this action setting.contextMenuId
- The id of the ContextMenuIf to use with the given modifiers.public ContextMenuMouseActionSetting(java.lang.String value) throws java.lang.NullPointerException
value
- The coded value for reading modifiers and context menu id.java.lang.NullPointerException
- No null
value accepted.public java.lang.String toString()
toString
in class java.lang.Object
public int getModifiersEx()
public ContextMenuIf getContextMenuIf()
null
if there is no ContextMenuIf.TV-Browser 3.4.1.0, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)