Package com.pspdfkit.ui.inspector
Property inspector.
See: Description
-
Class Summary Class Description 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. InspectorViewsContainer View that holds vertical list of PropertyInspectorView. AbstractPropertyInspectorController Abstract base class for all inspector controllers. -
Interface Summary Interface Description OnCancelListener Listener for inspector cancellation. OnInspectorTitleButtonClickListener Listener for the buttons on the property inspector title 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. PropertyInspectorTitleButtonListener Base interface for PropertyInspector allows to override the close and back button behavior. 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. PropertyInspectorController An interface to be implemented by PropertyInspector through which other components can control the property inspector.