Annotation Inspector Controller
interface AnnotationInspectorController
Base interface for controlling the visibility of a property inspector panel.
This interface defines the show/hide/toggle contract that the annotation mode handler (AnnotatingController) uses to interact with any inspector UI without knowing its concrete type. It is implemented by both annotation inspectors and form editing inspectors.
For annotation-specific inspector lifecycle (binding to a controller, state save/restore), see com.pspdfkit.ui.inspector.annotation.AnnotatingInspectorController.
Inheritors
Functions
Link copied to clipboard
Toggles between shown/hidden state of the annotation inspector and displays the measurements scale picker.
Link copied to clipboard
Whether annotation inspector toolbar icon should be visible.
Link copied to clipboard
Hides annotation inspector.
Link copied to clipboard
Check if inspector is currently displayed.
Link copied to clipboard
Show annotation inspector.
Link copied to clipboard
Toggles between shown/hidden state of the annotation inspector.