Package com.pspdfkit.ui.inspector
Property inspector.
See: Description
-
Interface Summary Interface Description PropertyInspectorController An interface to be implemented by PropertyInspector through which other components can control the property inspector. PropertyInspectorViewTitleStyleProvider Pass an instance of this to setInspectorViews or let your property inspector detail views showDetailView implement it to customize the style of the inspector title bar. PropertyInspectorView An interface to be implemented by views that can be added to PropertyInspector. PropertyInspectorLifecycleListener Listener for the lifecycle of the PropertyInspector as it goes through the . PropertyInspectorCoordinatorLayoutController An interface to be implemented by PropertyInspectorCoordinatorLayout through which other components can control the property inspector coordinator layout. OnCancelListener Listener for inspector cancellation. OnInspectorTitleButtonClickListener Listener for the buttons on the property inspector title PropertyInspectorTitleButtonListener Base interface for PropertyInspector allows to override the close and back button behavior. -
Class Summary Class Description PropertyInspectorCoordinatorLayout This layout is responsible for handling PropertyInspectors. InspectorViewsContainer View that holds vertical list of PropertyInspectorView. AbstractPropertyInspectorController Abstract base class for all inspector controllers. ItemDecoration An ItemDecoration allows the application to add custom drawing to specific inspector views. PropertyInspector Top level layout of the generic properties inspector.