Package com.pspdfkit.ui.toolbar
Editing action bar / toolbar and supporting classes.
See: Description
-
Class Summary Class Description TextSelectionToolbar Toolbar displayed on text selection. ContextualToolbarMenuBar This view is a component of contextual toolbar. DocumentEditingToolbar Toolbar for communication with document editing mode. ContextualToolbarMenuItem Represents a single menu item in the ContextualToolbar. LayoutParams Layout parameters for ContextualToolbars added to ToolbarCoordinatorLayout. ToolbarCoordinatorLayout This layout is responsible for handling toolbars. MainToolbar Main toolbar of the com.pspdfkit.ui.PdfActivity. ContextualToolbar Base class of all contextual toolbars. ContextualToolbarSubMenu This view is a component of contextual toolbar. AnnotationCreationToolbar A toolbar used for creating annotations. ContentEditingToolbar Toolbar shown when pdf content is being edited. AnnotationEditingToolbar Toolbar shown when annotations are being edited. -
Enum Summary Enum Description MenuItemPosition Possible positions for toolbar menu items. Position Possible positions for toolbar menu items. SubmenuIndicatorPosition Possible positions for submenu indicator (in those views that have it). Position Possible toolbar positions on the screen. -
Interface Summary Interface Description OnContextualToolbarLifecycleListener Listener for the lifecycle of the ContextualToolbar as it goes through the . OnContextualToolbarMovementListener Listener for ContextualToolbar movements inside the ToolbarCoordinatorLayout. OnContextualToolbarPositionListener Listener for ContextualToolbar position changes inside the . OnMenuItemClickListener Listener for menu items clicks. OnMenuItemLongClickListener Listener for long clicks on menu items with submenu. ToolbarCoordinatorLayoutController An interface to be implemented by ToolbarCoordinatorLayout through which other components are enabled to control the toolbar movements, animations, etc. ItemToAnnotationToolMapper A mapper that allows you to map the IDs of AnnotationCreationToolbar menu items with the annotation tool (and variant) you want it to activate/deactivate.