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 TypeInterfaceDescriptioninterface
Original interface as it is known from the Jadice document platform.interface
interface
A PageView-like ViewComponent showing Thumbnails for an associated PageView.interface
Methods 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
-
Uses of MenuContributor in com.levigo.jadice.web.client.tool
Classes in com.levigo.jadice.web.client.tool that implement MenuContributorModifier and TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
class
This tool can be used to select an area in the page view.class
class
A tool for zooming to fit width for a page by double tapping on the page.class
class
class
Tool for Highlighting some Shapes (in DOCPUnits) This is used by the TextSelection or some SearchTools.final class
class
This tool allows to navigate with the arrow keys (up, down, left, right) within the viewer.class
class
class
Advanced MouseWheelZoom with better algorithm.class
A tool for scrolling by pressing the left mouse button and moving the mouse.class
A base class for scrolling down by pressing the page and moving the mouse or finger.class
A tool for scrolling with one finger.class
class
class
class
class
This tool is responsible to select an sort pages.class
This tool allows to jump to a specific page.final class
class
A tool for selecting text via touch input.class
class
A tool for two finger gestures.class
Tool for aThumbnailPageView
to 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 TypeMethodDescriptionvoid
PopupMenuTool.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 TypeClassDescriptionclass
A Tool providing a google maps search button via tool contribution API.class
A Tool providing a google search button via tool contribution API.class
A Tool providing a search button via tool contribution API.class
A Tool providing a text-to-speech button via tool contribution API.class
A tool providing a wikipedia search button via tool contribution API.