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 TypeClassDescriptionclass
class
Abstract base class forBookmark
commands.class
Abstract base class for context aware injected commands.class
Abstract superclass for all commands, which need a viewer and a document for functionality.class
class
This class is made to manage commands which can be triggered by mouse events.class
Abstract superclass for commands which are functional just in conjunction with aPageView
instance.class
class
Activates theRolloutSearch
.class
Command to activate theRolloutSearch
embedded in the defined toolbar.class
class
Command to add aBookmark
for the current pageclass
class
Attaches aGrid
to the underlying document.class
class
class
Creates anAnnotation
programmatically via Annotation API.class
Command that creates a highly customized text annotation on the current pageclass
Command that creates a highly customized text annotation on the current pageclass
Deletes the selected annotations.class
final class
Command that navigates to the first page.class
Command that adjusts the zoom factor.class
This command fits the current page into the visible area.class
This command could be used to apply a predefined gradation action to change the appearance of a document.class
This command could be used to apply a predefined gradation to change the appearance of a document displayed in the viewer.class
ACommand
responsible for creating aTextHighlightAnnotation
final class
Command that navigates to the last page.class
class
Command to get the "next" bookmark.final class
Command that navigates to the next page.class
Command to get the "previous" bookmark.final class
Command that navigates to the previous page.class
class
Command to remove all bookmarks from a document.class
Command to remove aBookmark
from the current page.class
class
class
class
class
Displays a popup widget for changing the gradation.class
class
Displays a popup widget that provides resolution calibration behaviour.class
Command that is always not Selected and executable.class
class
class
Activates the Thumbnail tool and opens it.class
final class
Provides relative zooming behaviour.final class
Provides 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 TypeClassDescriptionclass
com.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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Command in com.levigo.jadice.web.client.tools.area
Classes in com.levigo.jadice.web.client.tools.area that implement CommandModifier and TypeClassDescriptionclass
Command to cancel the current area selection.class
Command 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 Command
JadiceButton.command
protected Command
JadiceButtonBuilder.command
Methods in com.levigo.jadice.web.client.ui that return CommandModifier and TypeMethodDescriptionprotected Command
JadiceButton.getCommand()
ToolbarSubmenu.getOpenCommand()
Methods in com.levigo.jadice.web.client.ui with parameters of type CommandModifier and TypeMethodDescriptionvoid
PopupExecutor.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 theCommand
for this action.BasicAction.getCommand()
RegisteredAction.getCommand()
Methods in com.levigo.jadice.web.client.util.action with parameters of type CommandModifier 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.void
Action.setCommand
(Command command) Should be only used for sub-menu actions.void
BasicAction.setCommand
(Command command) void
RegisteredAction.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 newBasicAction
with the given parameterBasicAction
(String label, StateIcon icon, Command command, boolean closeOnExecution) Create a newBasicAction
with the given parameterBasicAction
(String label, String description, StateIcon icon, Command command) Create a newBasicAction
with the given parameterBasicAction
(String label, String description, StateIcon icon, Command command, boolean closeOnExecution) Create a newBasicAction
with 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 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. -
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 TypeClassDescriptionclass
An abstractCommand
which 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.basicviewer.client
Constructors in com.levigo.jadice.web.demo.basicviewer.client with parameters of type CommandModifierConstructorDescriptionCommandAPI
(Context context, Command command) Generates a new object containing a command that can beexecuted
on the given 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
Button to make a Widget fullscreen WARNING: This uses the RootLayoutPanel and removes it when closing fullscreen.class
final 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 TypeClassDescriptionclass
Command that exports the current document on the serverside into a file of the given type.class
class
Command 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 class
static class
static class
class
class
static class
-
Uses of Command in com.levigo.jadice.web.demo.enterprise.client.annotations
Classes in com.levigo.jadice.web.demo.enterprise.client.annotations that implement CommandModifier and TypeClassDescriptionclass
This Command is used to invoke a server operation which saves the annotations on a document.