Package com.pspdfkit.ui.inspector
Property inspector.
See: Description
-
Interface Summary Interface Description 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. 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. PropertyInspectorView An interface to be implemented by views that can be added to PropertyInspector. PropertyInspectorController An interface to be implemented by PropertyInspector through which other components can control the property inspector. PropertyInspectorTitleButtonListener Base interface for PropertyInspector allows to override the close and back button behavior. OnCancelListener Listener for inspector cancellation. OnInspectorTitleButtonClickListener Listener for the buttons on the property inspector title -
Class Summary Class Description InspectorViewsContainer View that holds vertical list of PropertyInspectorView. PropertyInspectorCoordinatorLayout This layout is responsible for handling PropertyInspectors. ItemDecoration An ItemDecoration allows the application to add custom drawing to specific inspector views. PropertyInspector Top level layout of the generic properties inspector. AbstractPropertyInspectorController Abstract base class for all inspector controllers.