Interface IXViewerCustomizations

    • Method Detail

      • saveCustomization

        void saveCustomization​(CustomizeData custData)
                        throws java.lang.Exception
        Called to have customization saved
        Throws:
        java.lang.Exception
      • getSavedCustDatas

        java.util.List<CustomizeData> getSavedCustDatas()
                                                 throws java.lang.Exception
        Load and return saved customizations
        Throws:
        java.lang.Exception
      • setUserDefaultCustData

        void setUserDefaultCustData​(CustomizeData newCustData,
                                    boolean set)
                             throws java.lang.Exception
        Set given customization as the user default
        Throws:
        java.lang.Exception
      • deleteCustomization

        void deleteCustomization​(CustomizeData custData)
                          throws java.lang.Exception
        Delete customization
        Throws:
        java.lang.Exception
      • isCustomizationPersistAvailable

        boolean isCustomizationPersistAvailable()
        Return true if this XViewer is allowed to save local/shared customizations