ContentEditingInspectorController

Controller responsible for interaction between ContentEditingController and content editing views.

Inheritors

Functions

Link copied to clipboard
abstract fun bindContentEditingController(@NonNull contentEditingController: ContentEditingController)
Binds to the content editing sheet controller for managing content editing views
Link copied to clipboard
abstract fun displayColorPicker(animate: Boolean, @Nullable preselectStyle: StyleInfo)
Called when the user clicks the font color button on the content editing styling bar
Link copied to clipboard
abstract fun displayFontNamesSheet(animate: Boolean, @NonNull faceListEntries: List<FaceListEntry>, @Nullable preselectStyle: StyleInfo)
Called when the user clicks the font name button on the content editing styling bar
Link copied to clipboard
abstract fun displayFontSizesSheet(animate: Boolean, @Nullable preselectStyle: StyleInfo)
Called when the user clicks the font size button on the content editing styling bar
Link copied to clipboard
abstract fun displayLineSpacingSheet(animate: Boolean, @Nullable preselectLineSpacing: Float)
Called when the user clicks the line spacing button on the content editing styling bar
Link copied to clipboard
Check if inspector is currently displayed.
Link copied to clipboard
abstract fun onRestoreInstanceState(@NonNull savedState: Bundle)
Restore content editing inspector state.
Link copied to clipboard
abstract fun onSaveInstanceState(@NonNull outState: Bundle)
Save content editing inspector state.
Link copied to clipboard
Unbinds from previously bound content editing sheet controller.