Uses of Class
org.apache.pivot.wtk.Keyboard.Modifier

Packages that use Keyboard.Modifier
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
 

Uses of Keyboard.Modifier in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return Keyboard.Modifier
static Keyboard.Modifier Platform.getCommandModifier()
          Returns the system command modifier key.
static Keyboard.Modifier Platform.getWordNavigationModifier()
          Returns the word navigation modifier key.
static Keyboard.Modifier Keyboard.Modifier.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Keyboard.Modifier[] Keyboard.Modifier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.pivot.wtk with parameters of type Keyboard.Modifier
static boolean Keyboard.isPressed(Keyboard.Modifier modifier)
          Tests the pressed state of a modifier.