Uses of Class
com.levigo.jadice.web.client.commands.AbstractMouseCommand
Packages that use AbstractMouseCommand
Package
Description
-
Uses of AbstractMouseCommand in com.levigo.jadice.web.client.commands
Subclasses of AbstractMouseCommand in com.levigo.jadice.web.client.commandsModifier and TypeClassDescriptionclass
class
Abstract base class forBookmark
commands.class
Abstract superclass for all commands, which need a viewer and a document for functionality.class
class
class
Activates theRolloutSearch
.class
Command to activate theRolloutSearch
embedded in the defined toolbar.class
Command to add aBookmark
for the current pageclass
class
Attaches aGrid
to the underlying document.class
final class
Command that navigates to the first page.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
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
final class
Provides relative zooming behaviour.final class
Provides absolute zooming behaviour. -
Uses of AbstractMouseCommand in com.levigo.jadice.web.client.commands.internal
Subclasses of AbstractMouseCommand in com.levigo.jadice.web.client.commands.internalModifier and TypeClassDescriptionclass
com.levigo.jadice.web.client.commands.internal.AbstractSetCurrentPageCommand
-
Uses of AbstractMouseCommand in com.levigo.jadice.web.demo.common.client.annotation
Subclasses of AbstractMouseCommand in com.levigo.jadice.web.demo.common.client.annotationModifier and TypeClassDescriptionclass
A client side command that propagates annotation changes to the server and lets the server handle these changes. -
Uses of AbstractMouseCommand in com.levigo.jadice.web.demo.common.client.export
Subclasses of AbstractMouseCommand in com.levigo.jadice.web.demo.common.client.exportModifier 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 AbstractMouseCommand in com.levigo.jadice.web.demo.enterprise.client.annotations
Modifier and TypeClassDescriptionclass
This Command is used to invoke a server operation which saves the annotations on a document.