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 |
---|---|
Set<Modifiers> |
Accelerator.getModifiers()
Returns a set with the modifiers set for this accelerator.
|
Modifier and Type | Method and Description |
---|---|
static Accelerator |
Accelerator.getInstance(Character key,
Set<Modifiers> modifiers)
Returns an
Accelerator for the specified printable key and
the (optional) modifiers. |
static Accelerator |
Accelerator.getInstance(Integer keyCode,
Set<Modifiers> modifiers)
Returns an
Accelerator for the specified platform-specific
key code and the (optional) modifiers. |
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 Modifiers |
Modifiers.fromString(String s)
Tries to find a
Modifiers constant for the specified string. |
static Modifiers |
Modifiers.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Modifiers[] |
Modifiers.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Modifiers> |
FormMouseEvent.getModifiers()
Returns a set with
Modifiers representing the special modifier
keys that were pressed when the mouse event occurred. |
Constructor and Description |
---|
FormMouseEvent(Object source,
ComponentHandler<?> handler,
String name,
FormMouseEvent.Type t,
int xp,
int yp,
int btn,
Collection<Modifiers> mods)
Creates a new instance of
FormMouseEvent and initializes all its
properties. |
Modifier and Type | Method and Description |
---|---|
static Set<Modifiers> |
SwingEventConstantMapper.convertSwingModifiers(int modifiers)
Converts Swing-specific keyboard modifiers into standard modifiers.
|
Modifier and Type | Method and Description |
---|---|
static int |
SwingEventConstantMapper.convertStandardModifiers(Set<Modifiers> modifiers)
Converts standard keyboard modifiers into Swing-specific modifiers.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.