Interface PropertyInspectorViewTitleStyleProvider

  • All Implemented Interfaces:

    
    public 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. For further information see DialogTitleView.DialogTitleViewStyle and com.pspdfkit.internal.ui.dialog.utils.DialogTitleViewStyle_CheckAsCloseIcon

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract DialogTitleView.DialogTitleViewStyle getDialogTitleStyle(DialogTitleView.DialogTitleViewStyle currentStyle) Return the titlebar style to be used for the current inspector window.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getDialogTitleStyle

        @Nullable() abstract DialogTitleView.DialogTitleViewStyle getDialogTitleStyle(DialogTitleView.DialogTitleViewStyle currentStyle)

        Return the titlebar style to be used for the current inspector window. For simple and easy override of specific values use com.pspdfkit.internal.ui.dialog.utils.DialogTitleViewStyleWrapper

        Parameters:
        currentStyle - the currently used title style
        Returns:

        the title style to be used for the inspector. If you don't want to change it, return currentStyle