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, ornullif 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 theClassof the current exclusiveToolornullif noToolhas 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 TypeMethodDescriptionvoidActivates 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.booleanReturns whether this tool manager currently manages a tool of the given class.booleanReturn whether the tool of the given class is currently active.booleanChecks whether the givenToolis enabled.voidToolManager.setEnabled(Class<? extends Tool> tc, boolean enabled) Change the enabled state of the tool of the given class.voidToolManager.setExclusive(Class<? extends Tool> tc) Set the tool of the given class to be the exclusive tool.voidToolManager.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 TypeMethodDescriptionvoidvoidConstructor 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 voidBasicToolManager.changeEnabledState(Tool t, boolean enabled) protected booleanReturn whether the given tool is currently active.Method parameters in com.levigo.jadice.web.client.tool with type arguments of type ToolModifier and TypeMethodDescriptionvoidBasicToolManager.deregister(Class<? extends Tool> tc) booleanbooleanbooleanvoidBasicToolManager.setEnabled(Class<? extends Tool> tc, boolean enabled) voidBasicToolManager.setExclusive(Class<? extends Tool> tc) voidBasicToolManager.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 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. -
Uses of Tool in com.levigo.jadice.web.demo.enterprise.client
Subclasses of Tool in com.levigo.jadice.web.demo.enterprise.clientModifier 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.