Uses of Class
com.levigo.jadice.web.client.tools.HighlightTool
Packages that use HighlightTool
-
Uses of HighlightTool in com.levigo.jadice.web.client.tools
Methods in com.levigo.jadice.web.client.tools that return HighlightToolModifier and TypeMethodDescriptionprotected HighlightTool
TextSelectionTool.getHighlightTool()
protected HighlightTool
TextSelectionTouchTool.getHighlightTool()
Method parameters in com.levigo.jadice.web.client.tools with type arguments of type HighlightToolModifier and TypeMethodDescriptionvoid
TextSelectionTool.setHighlightTool
(Class<? extends HighlightTool> highlightTool) Overwrite the used HighlightTool.void
TextSelectionTouchTool.setHighlightTool
(Class<? extends HighlightTool> highlightTool) Overwrite the used HighlightTool.