Uses of Class
org.eclipse.e4.xwt.input.ModifierKeys

Packages that use ModifierKeys
org.eclipse.e4.xwt.input   
 

Uses of ModifierKeys in org.eclipse.e4.xwt.input
 

Methods in org.eclipse.e4.xwt.input that return ModifierKeys
 ModifierKeys KeyGesture.getModifiers()
           
static ModifierKeys ModifierKeys.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModifierKeys[] ModifierKeys.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.e4.xwt.input with parameters of type ModifierKeys
 void KeyGesture.setModifiers(ModifierKeys modifiers)