Uses of Class
net.sf.jguiraffe.gui.builder.action.Accelerator
-
Packages that use Accelerator 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.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 AcceleratorActionData. getAccelerator()Returns theAcceleratorassociated with this action.AcceleratorActionDataImpl. getAccelerator()Returns the accelerator.static AcceleratorAccelerator. getInstance(Character key, Set<Modifiers> modifiers)Returns anAcceleratorfor the specified printable key and the (optional) modifiers.static AcceleratorAccelerator. getInstance(Integer keyCode, Set<Modifiers> modifiers)Returns anAcceleratorfor the specified platform-specific key code and the (optional) modifiers.static AcceleratorAccelerator. getInstance(Keys key, Set<Modifiers> modifiers)Returns anAcceleratorfor the specified special key and the (optional) modifiers.static AcceleratorAccelerator. parse(String s)Returns anAcceleratorinstance from the specified string representation.Methods in net.sf.jguiraffe.gui.builder.action with parameters of type Accelerator Modifier and Type Method Description voidActionDataImpl. 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 AcceleratorAbstractActionDataTag. getAccelerator()Returns theAcceleratorassociated with the represented action.Methods in net.sf.jguiraffe.gui.builder.action.tags with parameters of type Accelerator Modifier and Type Method Description voidAbstractActionDataTag. setAccelerator(Accelerator accelerator)Allows setting anAcceleratorfor the represented action.
-