Package | Description |
---|---|
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. |
net.sf.jguiraffe.gui.builder.event |
The main package for events and event listeners definitions.
|
net.sf.jguiraffe.gui.platform.swing.builder.event |
A package with Swing-specific event implementations.
|
Modifier and Type | Method and Description |
---|---|
Keys |
Accelerator.getSpecialKey()
Returns the special key.
|
Modifier and Type | Method and Description |
---|---|
static Accelerator |
Accelerator.getInstance(Keys key,
Set<Modifiers> modifiers)
Returns an
Accelerator for the specified special key and the
(optional) modifiers. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static Keys |
SwingEventConstantMapper.convertSwingKey(int key)
Converts a Swing-specific key code to a standard
Keys enumeration
constant. |
Modifier and Type | Method and Description |
---|---|
static int |
SwingEventConstantMapper.convertStandardKey(Keys key)
Converts a standard key code to the Swing-specific equivalent.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.