| com.pspdfkit.ui.inspector.PropertyInspectorController |
Known Indirect Subclasses
|
An interface to be implemented by PropertyInspector through which other components can control the property inspector.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
ensureFullyVisible(PropertyInspectorView inspectorView)
Scrolls to inspector view when its not fully visible in property inspector.
| ||||||||||
| abstract View |
getVisibleDetailView()
Retrieve detail view that is currently visible in the property inspector.
| ||||||||||
| abstract void |
hideDetailView(boolean animate)
Hide view shown in
showDetailView(View, String, boolean). | ||||||||||
| abstract void |
showDetailView(View view, String title, boolean animate)
Replaces inspector contents with specific
view. | ||||||||||
Scrolls to inspector view when its not fully visible in property inspector.
| inspectorView | Property inspector view to scroll to. |
|---|
Retrieve detail view that is currently visible in the property inspector.
Hide view shown in showDetailView(View, String, boolean). This will restore previous inspector contents.
| animate | True to animate transition, false to change immediately. |
|---|
Replaces inspector contents with specific view. Only single detail view can be visible at a time.
| view | View to show. |
|---|---|
| title | Optional inspector title that will be displayed when detail view is visible. |
| animate | True to animate transition, false to change immediately. |