Uses of Class
com.levigo.jadice.web.client.tool.Tool
Packages that use Tool
Package
Description
-
Uses of Tool in com.levigo.jadice.web.client
Methods in com.levigo.jadice.web.client with type parameters of type ToolModifier and TypeMethodDescription<T extends Tool>
TReturns the tool instance for the given tool class, ornull
if no such tool is registered.<T extends Tool>
TRegisters the tool of the given class if the tool instance of this class is not currently registered as tool.Methods in com.levigo.jadice.web.client that return ToolModifier and TypeMethodDescriptionToolManager.deregister
(Class<? extends Tool> tc) Deregisters the tool of the given class if the tool instance of this class is currently registered as tool.Methods in com.levigo.jadice.web.client that return types with arguments of type ToolModifier and TypeMethodDescriptionToolManager.getActiveTool()
ToolManager.getExclusiveTool()
Returns theClass
of the current exclusiveTool
ornull
if noTool
has been set toToolManager.setExclusive(Class)
(Class) exclusive}Collection
<Class<? extends Tool>> ToolManager.getRegisteredToolClasses()
Allows access to all registered tool classes.Method parameters in com.levigo.jadice.web.client with type arguments of type ToolModifier and TypeMethodDescriptionvoid
Activates the tool of the given class.ToolManager.deregister
(Class<? extends Tool> tc) Deregisters the tool of the given class if the tool instance of this class is currently registered as tool.boolean
Returns whether this tool manager currently manages a tool of the given class.boolean
Return whether the tool of the given class is currently active.boolean
Checks whether the givenTool
is enabled.void
ToolManager.setEnabled
(Class<? extends Tool> tc, boolean enabled) Change the enabled state of the tool of the given class.void
ToolManager.setExclusive
(Class<? extends Tool> tc) Set the tool of the given class to be the exclusive tool.void
ToolManager.setNonExclusive
(Class<? extends Tool> tc) Leave exclusive mode. -
Uses of Tool in com.levigo.jadice.web.client.commands
Method parameters in com.levigo.jadice.web.client.commands with type arguments of type ToolModifier and TypeMethodDescriptionvoid
void
Constructor parameters in com.levigo.jadice.web.client.commands with type arguments of type ToolModifierConstructorDescriptionActivateToolCommand
(Class<? extends Tool> tool) EnableToolCommand
(Class<? extends Tool> tool) -
Uses of Tool in com.levigo.jadice.web.client.event
Methods in com.levigo.jadice.web.client.event that return ToolConstructors in com.levigo.jadice.web.client.event with parameters of type ToolModifierConstructorDescriptionToolChangedEvent
(Tool tool, ToolChangedEvent.Cause cause, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source) An event informing about a change in some tool or about active/enabled.. tool changesToolChangedEvent
(Tool tool, ToolChangedEvent.Cause cause, String propertyName, Object oldValue, Object newValue, com.google.gwt.event.shared.HasHandlers source) An event informing about a change in some tool or about active/enabled.. tool changes -
Uses of Tool in com.levigo.jadice.web.client.tool
Fields in com.levigo.jadice.web.client.tool with type parameters of type ToolMethods in com.levigo.jadice.web.client.tool with type parameters of type ToolMethods in com.levigo.jadice.web.client.tool that return ToolMethods in com.levigo.jadice.web.client.tool that return types with arguments of type ToolModifier and TypeMethodDescriptionBasicToolManager.getActiveTool()
BasicToolManager.getExclusiveTool()
Collection
<Class<? extends Tool>> BasicToolManager.getRegisteredToolClasses()
Methods in com.levigo.jadice.web.client.tool with parameters of type ToolModifier and TypeMethodDescriptionprotected void
BasicToolManager.changeEnabledState
(Tool t, boolean enabled) protected boolean
Return whether the given tool is currently active.Method parameters in com.levigo.jadice.web.client.tool with type arguments of type ToolModifier and TypeMethodDescriptionvoid
BasicToolManager.deregister
(Class<? extends Tool> tc) boolean
boolean
boolean
void
BasicToolManager.setEnabled
(Class<? extends Tool> tc, boolean enabled) void
BasicToolManager.setExclusive
(Class<? extends Tool> tc) void
BasicToolManager.setNonExclusive
(Class<? extends Tool> tc) Constructor parameters in com.levigo.jadice.web.client.tool with type arguments of type ToolModifierConstructorDescriptionActivationCandidate
(Class<? extends Tool> tool, Tool.ActivationRequest vote) -
Uses of Tool in com.levigo.jadice.web.client.tools
Subclasses of Tool in com.levigo.jadice.web.client.toolsModifier 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
. -
Uses of Tool in com.levigo.jadice.web.demo.enterprise.client
Subclasses of Tool in com.levigo.jadice.web.demo.enterprise.clientModifier 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.