PropertyInspectorController

An interface to be implemented by PropertyInspector through which other components can control the property inspector.

Inheritors

Functions

Link copied to clipboard
abstract fun ensureFullyVisible(@NonNull inspectorView: PropertyInspectorView)
Scrolls to inspector view when its not fully visible in property inspector.
Link copied to clipboard
Retrieve detail view that is currently visible in the property inspector.
Link copied to clipboard
abstract fun hideDetailView(animate: Boolean)
Hide view shown in showDetailView.
Link copied to clipboard
abstract fun showDetailView(@NonNull view: View, @Nullable title: String, animate: Boolean)
Replaces inspector contents with specific view.