Package com.pspdfkit.ui.toolbar
Editing action bar / toolbar and supporting classes.
See: Description
-
Class Summary Class Description DocumentEditingToolbar Toolbar for communication with document editing mode. MainToolbar Main toolbar of the com.pspdfkit.ui.PdfActivity. AnnotationCreationToolbar A toolbar used for creating annotations. ContentEditingToolbar Toolbar shown when pdf content is being edited. LayoutParams Layout parameters for ContextualToolbars added to ToolbarCoordinatorLayout. ToolbarCoordinatorLayout This layout is responsible for handling toolbars. ContextualToolbar Base class of all contextual toolbars. ContextualToolbarMenuItem Represents a single menu item in the ContextualToolbar. TextSelectionToolbar Toolbar displayed on text selection. ContextualToolbarMenuBar This view is a component of contextual toolbar. ContextualToolbarSubMenu This view is a component of contextual toolbar. AnnotationEditingToolbar Toolbar shown when annotations are being edited. -
Interface Summary Interface Description 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. ToolbarCoordinatorLayoutController An interface to be implemented by ToolbarCoordinatorLayout through which other components are enabled to control the toolbar movements, animations, etc. 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. -
Enum Summary Enum Description Position Possible toolbar positions on the screen. Position Possible positions for toolbar menu items. SubmenuIndicatorPosition Possible positions for submenu indicator (in those views that have it). MenuItemPosition Possible positions for toolbar menu items.