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.action.tags |
Here the tags for creating actions and related objects are defined.
|
Modifier and Type | Method and Description |
---|---|
Accelerator |
ActionDataImpl.getAccelerator()
Returns the accelerator.
|
Accelerator |
ActionData.getAccelerator()
Returns the
Accelerator associated with this action. |
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. |
static Accelerator |
Accelerator.parse(String s)
Returns an
Accelerator instance from the specified string
representation. |
Modifier and Type | Method and Description |
---|---|
void |
ActionDataImpl.setAccelerator(Accelerator accelerator)
Sets the accelerator.
|
Modifier and Type | Method and Description |
---|---|
Accelerator |
AbstractActionDataTag.getAccelerator()
Returns the
Accelerator associated with the represented
action. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractActionDataTag.setAccelerator(Accelerator accelerator)
Allows setting an
Accelerator for the represented action. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.