Uses of Class
net.sf.jguiraffe.gui.builder.event.Keys
-
Packages that use Keys Package Description net.sf.jguiraffe.gui.builder.action Theactionsub 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 KeysAccelerator. getSpecialKey()Returns the special key.Methods in net.sf.jguiraffe.gui.builder.action with parameters of type Keys Modifier and Type Method Description static AcceleratorAccelerator. getInstance(Keys key, Set<Modifiers> modifiers)Returns anAcceleratorfor 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 KeysKeys. 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.
-