Uses of Class
com.levigo.jadice.web.client.commands.AbstractPageViewCommand
Packages that use AbstractPageViewCommand
Package
Description
-
Uses of AbstractPageViewCommand in com.levigo.jadice.web.client.commands
Subclasses of AbstractPageViewCommand 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
This class is made to manage commands which can be triggered by mouse events.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
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
class
Activates the Thumbnail tool and opens it.class
final class
Provides relative zooming behaviour.final class
Provides absolute zooming behaviour. -
Uses of AbstractPageViewCommand in com.levigo.jadice.web.client.commands.internal
Subclasses of AbstractPageViewCommand in com.levigo.jadice.web.client.commands.internalModifier and TypeClassDescriptionclass
com.levigo.jadice.web.client.commands.internal.AbstractSetCurrentPageCommand
-
Uses of AbstractPageViewCommand in com.levigo.jadice.web.client.tools.area
Subclasses of AbstractPageViewCommand in com.levigo.jadice.web.client.tools.areaModifier and TypeClassDescriptionclass
Command to cancel the current area selection.class
Command to start selecting an area with theAreaSelectionTool
. -
Uses of AbstractPageViewCommand in com.levigo.jadice.web.demo.common.client.annotation
Modifier and TypeClassDescriptionclass
A client side command that propagates annotation changes to the server and lets the server handle these changes. -
Uses of AbstractPageViewCommand in com.levigo.jadice.web.demo.common.client.commands
Subclasses of AbstractPageViewCommand in com.levigo.jadice.web.demo.common.client.commands -
Uses of AbstractPageViewCommand in com.levigo.jadice.web.demo.common.client.export
Subclasses of AbstractPageViewCommand 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 AbstractPageViewCommand 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.