Uses of Interface
com.levigo.jadice.web.client.util.command.Command
Packages that use Command
Package
Description
-
Uses of Command in com.levigo.jadice.web.client.command
Classes in com.levigo.jadice.web.client.command that implement Command -
Uses of Command in com.levigo.jadice.web.client.commands
Classes in com.levigo.jadice.web.client.commands that implement CommandModifier and TypeClassDescriptionclassclassAbstract base class forBookmarkcommands.classAbstract base class for context aware injected commands.classAbstract superclass for all commands, which need a viewer and a document for functionality.classclassThis class is made to manage commands which can be triggered by mouse events.classAbstract superclass for commands which are functional just in conjunction with aPageViewinstance.classclassActivates theRolloutSearch.classCommand to activate theRolloutSearchembedded in the defined toolbar.classclassCommand to add aBookmarkfor the current pageclassclassAttaches aGridto the underlying document.classclassclassCreates anAnnotationprogrammatically via Annotation API.classCommand that creates a highly customized text annotation on the current pageclassCommand that creates a highly customized text annotation on the current pageclassDeletes the selected annotations.classfinal classCommand that navigates to the first page.classCommand that adjusts the zoom factor.classThis command fits the current page into the visible area.classThis command could be used to apply a predefined gradation action to change the appearance of a document.classThis command could be used to apply a predefined gradation to change the appearance of a document displayed in the viewer.classACommandresponsible for creating aTextHighlightAnnotationfinal classCommand that navigates to the last page.classclassCommand to get the "next" bookmark.final classCommand that navigates to the next page.classCommand to get the "previous" bookmark.final classCommand that navigates to the previous page.classclassCommand to remove all bookmarks from a document.classCommand to remove aBookmarkfrom the current page.classclassclassclassclassDisplays a popup widget for changing the gradation.classclassDisplays a popup widget that provides resolution calibration behaviour.classCommand that is always not Selected and executable.classclassclassActivates the Thumbnail tool and opens it.classfinal classProvides relative zooming behaviour.final classProvides absolute zooming behaviour. -
Uses of Command in com.levigo.jadice.web.client.commands.internal
Classes in com.levigo.jadice.web.client.commands.internal that implement CommandModifier and TypeClassDescriptionclasscom.levigo.jadice.web.client.commands.internal.AbstractSetCurrentPageCommand -
Uses of Command in com.levigo.jadice.web.client.internal.annotation.editor
Classes in com.levigo.jadice.web.client.internal.annotation.editor that implement CommandModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Command in com.levigo.jadice.web.client.tools.area
Classes in com.levigo.jadice.web.client.tools.area that implement CommandModifier and TypeClassDescriptionclassCommand to cancel the current area selection.classCommand to start selecting an area with theAreaSelectionTool. -
Uses of Command in com.levigo.jadice.web.client.ui
Fields in com.levigo.jadice.web.client.ui declared as CommandModifier and TypeFieldDescriptionprotected CommandJadiceButton.commandprotected CommandJadiceButtonBuilder.commandMethods in com.levigo.jadice.web.client.ui that return CommandModifier and TypeMethodDescriptionprotected CommandJadiceButton.getCommand()ToolbarSubmenu.getOpenCommand()Methods in com.levigo.jadice.web.client.ui with parameters of type CommandModifier and TypeMethodDescriptionvoidPopupExecutor.execute(Command command, Collection<Object> context, Rectangle iconBounds, PopupExecutor.PreferredPosition preferredPosition) JadiceButtonBuilder.setCommand(Command command) Sets the command to associate with the button. -
Uses of Command in com.levigo.jadice.web.client.util.action
Methods in com.levigo.jadice.web.client.util.action that return CommandModifier and TypeMethodDescriptionAction.getCommand()Returns theCommandfor this action.BasicAction.getCommand()RegisteredAction.getCommand()Methods in com.levigo.jadice.web.client.util.action with parameters of type CommandModifier 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.voidAction.setCommand(Command command) Should be only used for sub-menu actions.voidBasicAction.setCommand(Command command) voidRegisteredAction.setCommand(Command command) Constructors in com.levigo.jadice.web.client.util.action with parameters of type CommandModifierConstructorDescriptionBasicAction(String label, StateIcon stateIcon, Command command) Create a newBasicActionwith the given parameterBasicAction(String label, StateIcon icon, Command command, boolean closeOnExecution) Create a newBasicActionwith the given parameterBasicAction(String label, String description, StateIcon icon, Command command) Create a newBasicActionwith the given parameterBasicAction(String label, String description, StateIcon icon, Command command, boolean closeOnExecution) Create a newBasicActionwith the given parameterDynamicRegisteredAction(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 newRegisteredActionwith the given parameters.RegisteredAction(String label, String description, KeyStroke acceleratorKey, KeyStroke alternativeAcceleratorKey, StateIcon icon, Command command, Collection<Object> context, boolean closeOnExecution) Creates a newRegisteredActionwith 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 newRegisteredActionwith the given parameters. -
Uses of Command in com.levigo.jadice.web.client.util.command
Subinterfaces of Command in com.levigo.jadice.web.client.util.commandClasses in com.levigo.jadice.web.client.util.command that implement CommandModifier and TypeClassDescriptionclassAn abstractCommandwhich relieves its subclasses from the chore of dealing with the extraction and validation of arguments from the context. -
Uses of Command in com.levigo.jadice.web.demo.common.client.annotation
Classes in com.levigo.jadice.web.demo.common.client.annotation that implement CommandModifier and TypeClassDescriptionclassA client side command that propagates annotation changes to the server and lets the server handle these changes. -
Uses of Command in com.levigo.jadice.web.demo.common.client.commands
Classes in com.levigo.jadice.web.demo.common.client.commands that implement CommandModifier and TypeClassDescriptionclassButton to make a Widget fullscreen WARNING: This uses the RootLayoutPanel and removes it when closing fullscreen.classfinal class -
Uses of Command in com.levigo.jadice.web.demo.common.client.export
Classes in com.levigo.jadice.web.demo.common.client.export that implement CommandModifier and TypeClassDescriptionclassCommand that exports the current document on the serverside into a file of the given type.classclassCommand that exports the current document on the serverside into a pdf file intended for printing. -
Uses of Command in com.levigo.jadice.web.demo.common.client.notification
Classes in com.levigo.jadice.web.demo.common.client.notification that implement Command -
Uses of Command in com.levigo.jadice.web.demo.enterprise.client
Classes in com.levigo.jadice.web.demo.enterprise.client that implement CommandModifier and TypeClassDescriptionstatic classstatic classstatic classclassclassstatic class