Uses of Class
com.levigo.jadice.web.client.util.action.RegistrationException
Packages that use RegistrationException
-
Uses of RegistrationException in com.levigo.jadice.web.client.util.action
Methods in com.levigo.jadice.web.client.util.action that throw RegistrationExceptionModifier and TypeMethodDescriptionstatic void
ActionManager.registerAction
(RegisteredAction action) Registers theRegisteredAction
in theActionRegistry
of its context.static void
ActionManager.registerAlternativeAcceleratorKey
(RegisteredAction action) If the alternative KeyStroke is set to anRegisteredAction
after the creation, the alternativeKeyStroke
can be registered here by calling this method.void
Action.setAlternativeAcceleratorKey
(KeyStroke alternativeAcceleratorKey) Sets the givenKeyStroke
to this action as an alternative KeyStroke.void
RegisteredAction.setAlternativeAcceleratorKey
(KeyStroke alternativeKeyStroke)