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 TypeClassDescriptionclassclassAbstract base class forBookmarkcommands.classAbstract superclass for all commands, which need a viewer and a document for functionality.classclassclassActivates theRolloutSearch.classCommand to activate theRolloutSearchembedded in the defined toolbar.classCommand to add aBookmarkfor the current pageclassclassAttaches aGridto the underlying document.classfinal classCommand that navigates to the first page.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.classCommand 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.classclassclassclassclassfinal classProvides relative zooming behaviour.final classProvides 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 TypeClassDescriptionclasscom.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 TypeClassDescriptionclassA 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 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.