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 voidActionManager.registerAction(RegisteredAction action) Registers theRegisteredActionin theActionRegistryof its context.static voidActionManager.registerAlternativeAcceleratorKey(RegisteredAction action) If the alternative KeyStroke is set to anRegisteredActionafter the creation, the alternativeKeyStrokecan be registered here by calling this method.voidAction.setAlternativeAcceleratorKey(KeyStroke alternativeAcceleratorKey) Sets the givenKeyStroketo this action as an alternative KeyStroke.voidRegisteredAction.setAlternativeAcceleratorKey(KeyStroke alternativeKeyStroke)