Uses of Class
net.sf.jguiraffe.gui.builder.action.Accelerator.Keys

Packages that use Accelerator.Keys
net.sf.jguiraffe.gui.builder.action The action sub package of the builder contains interfaces and classes for dealing with actions and related objects during a builder operation. 
 

Uses of Accelerator.Keys in net.sf.jguiraffe.gui.builder.action
 

Methods in net.sf.jguiraffe.gui.builder.action that return Accelerator.Keys
 Accelerator.Keys Accelerator.getSpecialKey()
          Returns the special key.
static Accelerator.Keys Accelerator.Keys.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Accelerator.Keys[] Accelerator.Keys.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.jguiraffe.gui.builder.action with parameters of type Accelerator.Keys
static Accelerator Accelerator.getInstance(Accelerator.Keys key, java.util.Set<Accelerator.Modifiers> modifiers)
          Returns an Accelerator for the specified special key and the (optional) modifiers.
 



Copyright © 2009 The JGUIraffe Team. All Rights Reserved.