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 TypeMethodDescriptionvoidAreaSelectionTool.addRegisteredActions(RegisteredAction... registeredActions) voidAreaSelectionTool.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 TypeClassDescriptionclassAction 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 RegisteredActionDefaultActions.activateRolloutSearchAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.activateToolbarSearchAction(AbstractBar toolbar, KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.bookmarkCreateAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.bookmarkNextAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.bookmarkPreviousAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.bookmarkRemoveAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.bookmarkRemoveAllAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.calibrateResolutionAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.deleteSelectedAnnosAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.filterAction(KeyStroke k, Collection<Object> c, FilterType filterType) static RegisteredActionDefaultActions.gradationAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.pageFirstAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.pageLastAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.pagelayoutContinuousAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.pagelayoutGridAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.pagelayoutSingleAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.pageNextAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.pagePrevAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.redoAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.rotate0Action(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.rotate180Action(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.rotate270Action(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.rotate90Action(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.rotateLeftAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.rotateRightAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.showGridAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.startAreaSelectionAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.toolCrosshairAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.toolLensAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.toolPanAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.toolPanForceAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.toolTextSelectionAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.toolThumbnailAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.undoAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.zoom100Action(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.zoomFitAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.zoomFitOnceAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.zoomHeightAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.zoomHeightOnceAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.zoomInAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.zoomOutAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.zoomWidthAction(KeyStroke k, Collection<Object> c) static RegisteredActionDefaultActions.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 TypeClassDescriptionclassAn 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 RegisteredActionActionManager.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 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. -
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 RegisteredActionActionFactory.createExportPDFaAction(Collection<Object> context) static RegisteredActionActionFactory.createExportPDFAction(Collection<Object> context) static RegisteredActionActionFactory.createExportPSAction(Collection<Object> context) static RegisteredActionActionFactory.createExportRedactedPDFAction(Collection<Object> context) static RegisteredActionActionFactory.createExportTiffAction(Collection<Object> context) static RegisteredActionActionFactory.createToggleNotifcationsAction(Collection<Object> context) static RegisteredActionActionFactory.fullscreenAction(Context context) static RegisteredActionActionFactory.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 RegisteredActionJadiceDocumentViewer.createExportOriginalAction(Collection<Object> context) static RegisteredActionJadiceDocumentViewer.saveAnnosAction(Collection<Object> context) static RegisteredActionJadiceDocumentViewer.saveAnnosP8Action(Collection<Object> context)