Uses of Class
com.levigo.jadice.web.client.util.action.RegisteredAction
Packages that use RegisteredAction
Package
Description
-
Uses of RegisteredAction in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools that return RegisteredActionModifier and TypeMethodDescriptionAreaSelectionTool.getDefaultAction()
Returns the current default action which is registered to be executed on the next selection.Methods in com.levigo.jadice.web.client.tools that return types with arguments of type RegisteredActionMethods in com.levigo.jadice.web.client.tools with parameters of type RegisteredActionModifier and TypeMethodDescriptionvoid
AreaSelectionTool.addRegisteredActions
(RegisteredAction... registeredActions) void
AreaSelectionTool.setDefaultAction
(RegisteredAction defaultAction) Sets the default action to be executed on the next area selection. -
Uses of RegisteredAction in com.levigo.jadice.web.client.tools.area
Subclasses of RegisteredAction in com.levigo.jadice.web.client.tools.areaModifier and TypeClassDescriptionclass
Action which stops the AreaSelectionTool. -
Uses of RegisteredAction in com.levigo.jadice.web.client.ui
Methods in com.levigo.jadice.web.client.ui that return RegisteredActionModifier 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 RegisteredAction in com.levigo.jadice.web.client.util.action
Subclasses of RegisteredAction in com.levigo.jadice.web.client.util.actionModifier and TypeClassDescriptionclass
An implementation of DynamicAction that creates labels and descriptions from the context using functions.Methods in com.levigo.jadice.web.client.util.action that return RegisteredActionModifier and TypeMethodDescriptionstatic RegisteredAction
ActionManager.getRegisteredAction
(Command command, Collection<Object> context) Returns a registered action in the given context with the given command if there is one.Methods in com.levigo.jadice.web.client.util.action with parameters of type RegisteredActionModifier 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. -
Uses of RegisteredAction in com.levigo.jadice.web.demo.common.client.widgets
Methods in com.levigo.jadice.web.demo.common.client.widgets that return RegisteredActionModifier and TypeMethodDescriptionstatic RegisteredAction
ActionFactory.createExportPDFaAction
(Collection<Object> context) static RegisteredAction
ActionFactory.createExportPDFAction
(Collection<Object> context) static RegisteredAction
ActionFactory.createExportPSAction
(Collection<Object> context) static RegisteredAction
ActionFactory.createExportRedactedPDFAction
(Collection<Object> context) static RegisteredAction
ActionFactory.createExportTiffAction
(Collection<Object> context) static RegisteredAction
ActionFactory.createToggleNotifcationsAction
(Collection<Object> context) static RegisteredAction
ActionFactory.fullscreenAction
(Context context) static RegisteredAction
ActionFactory.openFileAction
(Collection<Object> context) -
Uses of RegisteredAction in com.levigo.jadice.web.demo.enterprise.client
Methods in com.levigo.jadice.web.demo.enterprise.client that return RegisteredActionModifier and TypeMethodDescriptionstatic RegisteredAction
JadiceDocumentViewer.createExportOriginalAction
(Collection<Object> context) static RegisteredAction
JadiceDocumentViewer.saveAnnosAction
(Collection<Object> context) static RegisteredAction
JadiceDocumentViewer.saveAnnosP8Action
(Collection<Object> context)