Uses of Class
net.sf.jguiraffe.gui.builder.event.Keys
-
Packages that use Keys Package Description net.sf.jguiraffe.gui.builder.action Theaction
sub package of the builder contains interfaces and classes for dealing with actions and related objects during a builder operation.net.sf.jguiraffe.gui.builder.event The main package for events and event listeners definitions. -
-
Uses of Keys in net.sf.jguiraffe.gui.builder.action
Methods in net.sf.jguiraffe.gui.builder.action that return Keys Modifier and Type Method Description Keys
Accelerator. getSpecialKey()
Returns the special key.Methods in net.sf.jguiraffe.gui.builder.action with parameters of type Keys Modifier and Type Method Description static Accelerator
Accelerator. getInstance(Keys key, Set<Modifiers> modifiers)
Returns anAccelerator
for the specified special key and the (optional) modifiers. -
Uses of Keys in net.sf.jguiraffe.gui.builder.event
Methods in net.sf.jguiraffe.gui.builder.event that return Keys Modifier and Type Method Description static Keys
Keys. valueOf(String name)
Returns the enum constant of this type with the specified name.static Keys[]
Keys. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-