Uses of Class
net.sf.jguiraffe.gui.builder.action.Accelerator
-
Packages that use Accelerator 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.action.tags Here the tags for creating actions and related objects are defined. -
-
Uses of Accelerator in net.sf.jguiraffe.gui.builder.action
Methods in net.sf.jguiraffe.gui.builder.action that return Accelerator Modifier and Type Method Description Accelerator
ActionData. getAccelerator()
Returns theAccelerator
associated with this action.Accelerator
ActionDataImpl. getAccelerator()
Returns the accelerator.static Accelerator
Accelerator. getInstance(Character key, Set<Modifiers> modifiers)
Returns anAccelerator
for the specified printable key and the (optional) modifiers.static Accelerator
Accelerator. getInstance(Integer keyCode, Set<Modifiers> modifiers)
Returns anAccelerator
for the specified platform-specific key code and the (optional) modifiers.static Accelerator
Accelerator. getInstance(Keys key, Set<Modifiers> modifiers)
Returns anAccelerator
for the specified special key and the (optional) modifiers.static Accelerator
Accelerator. parse(String s)
Returns anAccelerator
instance from the specified string representation.Methods in net.sf.jguiraffe.gui.builder.action with parameters of type Accelerator Modifier and Type Method Description void
ActionDataImpl. setAccelerator(Accelerator accelerator)
Sets the accelerator. -
Uses of Accelerator in net.sf.jguiraffe.gui.builder.action.tags
Methods in net.sf.jguiraffe.gui.builder.action.tags that return Accelerator Modifier and Type Method Description Accelerator
AbstractActionDataTag. getAccelerator()
Returns theAccelerator
associated with the represented action.Methods in net.sf.jguiraffe.gui.builder.action.tags with parameters of type Accelerator Modifier and Type Method Description void
AbstractActionDataTag. setAccelerator(Accelerator accelerator)
Allows setting anAccelerator
for the represented action.
-