Package-level declarations
Property inspector.
Types
Link copied to clipboard
abstract class AbstractPropertyInspectorController : PropertyInspectorCoordinatorLayoutController.PropertyInspectorLifecycleListener
Abstract base class for all inspector controllers.
Link copied to clipboard
View that holds vertical list of PropertyInspectorView.
Link copied to clipboard
open class PropertyInspector : ViewGroup, BottomSheetContentViewInterface, PropertyInspectorController, View.OnClickListener, PropertyInspectorTitleButtonListener
Top level layout of the generic properties inspector.
Link copied to clipboard
An interface to be implemented by PropertyInspector through which other components can control the property inspector.
Link copied to clipboard
open class PropertyInspectorCoordinatorLayout : CoordinatorLayout, PropertyInspectorCoordinatorLayoutController
This layout is responsible for handling PropertyInspectors.
Link copied to clipboard
An interface to be implemented by PropertyInspectorCoordinatorLayout through which other components can control the property inspector coordinator layout.
Link copied to clipboard
interface PropertyInspectorTitleButtonListener
Base interface for PropertyInspector allows to override the close and back button behavior.
Link copied to clipboard
interface PropertyInspectorView
An interface to be implemented by views that can be added to PropertyInspector.
Link copied to clipboard
interface 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.