Uses of Class
com.levigo.jadice.web.client.util.action.KeyStroke
Packages that use KeyStroke
-
Uses of KeyStroke in com.levigo.jadice.web.client.ui
Methods in com.levigo.jadice.web.client.ui with parameters of type KeyStrokeModifier and TypeMethodDescriptionstatic RegisteredAction
DefaultActions.activateRolloutSearchAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.activateToolbarSearchAction
(AbstractBar toolbar, KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.bookmarkCreateAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.bookmarkNextAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.bookmarkPreviousAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.bookmarkRemoveAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.bookmarkRemoveAllAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.calibrateResolutionAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.deleteSelectedAnnosAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.filterAction
(KeyStroke k, Collection<Object> c, FilterType filterType) static RegisteredAction
DefaultActions.gradationAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.pageFirstAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.pageLastAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.pagelayoutContinuousAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.pagelayoutGridAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.pagelayoutSingleAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.pageNextAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.pagePrevAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.redoAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.rotate0Action
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.rotate180Action
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.rotate270Action
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.rotate90Action
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.rotateLeftAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.rotateRightAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.showGridAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.startAreaSelectionAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.toolCrosshairAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.toolLensAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.toolPanAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.toolPanForceAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.toolTextSelectionAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.toolThumbnailAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.undoAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.zoom100Action
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.zoomFitAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.zoomFitOnceAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.zoomHeightAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.zoomHeightOnceAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.zoomInAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.zoomOutAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.zoomWidthAction
(KeyStroke k, Collection<Object> c) static RegisteredAction
DefaultActions.zoomWidthOnceAction
(KeyStroke k, Collection<Object> c) -
Uses of KeyStroke in com.levigo.jadice.web.client.util.action
Methods in com.levigo.jadice.web.client.util.action that return KeyStrokeModifier and TypeMethodDescriptionAction.getAcceleratorKey()
Returns the accelerator key stroke (e.g.BasicAction.getAcceleratorKey()
RegisteredAction.getAcceleratorKey()
Action.getAlternativeAcceleratorKey()
Returns a second, alternative accelerator key stroke for this action.BasicAction.getAlternativeAcceleratorKey()
RegisteredAction.getAlternativeAcceleratorKey()
static KeyStroke
KeyStroke.getKeyStroke
(com.google.gwt.event.dom.client.KeyDownEvent keyDownEvent) Finds the KeyStroke for the given KeyDownEvent.Methods in com.levigo.jadice.web.client.util.action with parameters of type KeyStrokeModifier and TypeMethodDescriptionvoid
Action.setAlternativeAcceleratorKey
(KeyStroke alternativeAcceleratorKey) Sets the givenKeyStroke
to this action as an alternative KeyStroke.void
BasicAction.setAlternativeAcceleratorKey
(KeyStroke alternativeKeyStroke) void
RegisteredAction.setAlternativeAcceleratorKey
(KeyStroke alternativeKeyStroke) Constructors in com.levigo.jadice.web.client.util.action with parameters of type KeyStrokeModifierConstructorDescriptionDynamicRegisteredAction
(Function<Collection<Object>, String> labelMaker, KeyStroke acceleratorKey, StateIcon icon, Command command, Collection<Object> context) DynamicRegisteredAction
(Function<Collection<Object>, String> labelMaker, Function<Collection<Object>, String> descriptionMaker, KeyStroke acceleratorKey, KeyStroke alternativeAcceleratorKey, StateIcon icon, Command command, Collection<Object> context, boolean closeOnExecution) RegisteredAction
(String label, KeyStroke acceleratorKey, StateIcon icon, Command command, Collection<Object> context) Creates a newRegisteredAction
with the given parameters.RegisteredAction
(String label, String description, KeyStroke acceleratorKey, KeyStroke alternativeAcceleratorKey, StateIcon icon, Command command, Collection<Object> context, boolean closeOnExecution) Creates a newRegisteredAction
with the given parameters.RegisteredAction
(String label, String description, KeyStroke acceleratorKey, KeyStroke alternativeAcceleratorKey, StateIcon icon, Command command, Collection<Object> context, boolean closeOnExecution, boolean doRegister) Creates a newRegisteredAction
with the given parameters.