Uses of Class
org.icepdf.ri.common.tools.TextSelectionPageHandler
-
Packages that use TextSelectionPageHandler Package Description org.icepdf.ri.common.tools org.icepdf.ri.common.views -
-
Uses of TextSelectionPageHandler in org.icepdf.ri.common.tools
Subclasses of TextSelectionPageHandler in org.icepdf.ri.common.tools Modifier and Type Class Description classHighLightAnnotationHandlerHighLightAnnotationHandler tool extends TextSelectionPageHandler which takes care visually selected text as the mouse is dragged across text on the current page.classRedactionAnnotationHandlerRedactionAnnotationHandler tool extends HighlightSelectionPageHandler which takes care visually selected text as the mouse is dragged across text on the current page as well as double and triple word selection.classStrikeOutAnnotationHandlerStrikeOutAnnotationHandler tool extends TextSelectionPageHandler which takes care visually selected text as the mouse is dragged across text on the current page.classUnderLineAnnotationHandlerUnderLineAnnotationHandler tool extends TextSelectionPageHandler which takes care visually selected text as the mouse is dragged across text on the current page. -
Uses of TextSelectionPageHandler in org.icepdf.ri.common.views
Fields in org.icepdf.ri.common.views declared as TextSelectionPageHandler Modifier and Type Field Description protected TextSelectionPageHandlerPageViewComponentImpl. textSelectionPageHandlerMethods in org.icepdf.ri.common.views that return TextSelectionPageHandler Modifier and Type Method Description TextSelectionPageHandlerPageViewComponentImpl. getTextSelectionPageHandler()Gets the page components TextSelectionPageHandler.
-