Uses of Interface
com.levigo.jadice.web.client.ui.menu.MenuContributor
Packages that use MenuContributor
Package
Description
-
Uses of MenuContributor in com.levigo.jadice.web.client
Subinterfaces of MenuContributor in com.levigo.jadice.web.clientModifier and TypeInterfaceDescriptioninterfaceOriginal interface as it is known from the Jadice document platform.interfaceinterfaceA PageView-like ViewComponent showing Thumbnails for an associated PageView.interfaceMethods in com.levigo.jadice.web.client that return types with arguments of type MenuContributorModifier and TypeMethodDescriptionCollection<? extends MenuContributor> ToolManager.getMenuContributors()Return the current list of tools suitable as menu contributors. -
Uses of MenuContributor in com.levigo.jadice.web.client.internal.annotation.editor
Classes in com.levigo.jadice.web.client.internal.annotation.editor that implement MenuContributorModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclass -
Uses of MenuContributor in com.levigo.jadice.web.client.tool
Classes in com.levigo.jadice.web.client.tool that implement MenuContributorModifier and TypeClassDescriptionclassThis abstract class must be sub-classed in order to contribute additional functionality to page-visualization components like theJadicePageView, or theThumbnailView.Methods in com.levigo.jadice.web.client.tool that return types with arguments of type MenuContributorModifier and TypeMethodDescriptionCollection<? extends MenuContributor> BasicToolManager.getMenuContributors()Return the current list of tools suitable as menu contributors. -
Uses of MenuContributor in com.levigo.jadice.web.client.tools
Classes in com.levigo.jadice.web.client.tools that implement MenuContributorModifier and TypeClassDescriptionclassclassThis tool can be used to select an area in the page view.classclassA tool for zooming to fit width for a page by double tapping on the page.classclassclassTool for Highlighting some Shapes (in DOCPUnits) This is used by the TextSelection or some SearchTools.final classclassThis tool allows to navigate with the arrow keys (up, down, left, right) within the viewer.classclassclassAdvanced MouseWheelZoom with better algorithm.classA tool for scrolling by pressing the left mouse button and moving the mouse.classA base class for scrolling down by pressing the page and moving the mouse or finger.classA tool for scrolling with one finger.classclassclassclassclassclassThis tool is responsible to select an sort pages.classThis tool allows to jump to a specific page.final classclassA tool for selecting text via touch input.classclassA tool for two finger gestures.classTool for aThumbnailPageViewto visualize the visible area of the associatedBasicPageView.Methods in com.levigo.jadice.web.client.tools that return types with arguments of type MenuContributorMethods in com.levigo.jadice.web.client.tools with parameters of type MenuContributorModifier and TypeMethodDescriptionvoidPopupMenuTool.addFixedContributor(MenuContributor menuContributor) -
Uses of MenuContributor in com.levigo.jadice.web.demo.enterprise.client
Classes in com.levigo.jadice.web.demo.enterprise.client that implement MenuContributorModifier and TypeClassDescriptionclassA Tool providing a google maps search button via tool contribution API.classA Tool providing a google search button via tool contribution API.classA Tool providing a search button via tool contribution API.classA Tool providing a text-to-speech button via tool contribution API.classA tool providing a wikipedia search button via tool contribution API.