public class ShortcutRestrictions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
allowAbbreviation |
boolean |
allowChanging |
boolean |
allowKeyboardSecondStroke |
boolean |
allowKeyboardShortcut |
boolean |
allowMouseDoubleClick |
boolean |
allowMouseShortcut |
static ShortcutRestrictions |
NO_RESTRICTIONS |
Constructor and Description |
---|
ShortcutRestrictions(boolean allowChanging,
boolean allowMouseShortcut,
boolean allowMouseDoubleClick,
boolean allowKeyboardShortcut,
boolean allowKeyboardSecondStroke,
boolean allowAbbreviation) |
public static final ShortcutRestrictions NO_RESTRICTIONS
public final boolean allowChanging
public final boolean allowMouseShortcut
public final boolean allowMouseDoubleClick
public final boolean allowKeyboardShortcut
public final boolean allowKeyboardSecondStroke
public final boolean allowAbbreviation